Class ManagerLeak


  • public class ManagerLeak
    extends java.lang.Object
    Simple test for leaks in Manager. See https://wiki.eecs.berkeley.edu/ptexternal/Main/Main/MemoryLeaks See https://projects.ecoinformatics.org/ecoinfo/issues/7190
    Since:
    Ptolemy II 11.0
    Version:
    $Id$, $Id$
    Author:
    Christpher Brooks, based on leak.java by Daniel Crawl
    • Constructor Summary

      Constructors 
      Constructor Description
      ManagerLeak()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void go()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManagerLeak

        public ManagerLeak()
    • Method Detail

      • go

        public void go()
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • main

        public static void main​(java.lang.String[] args)