/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/RootDocImpl.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/RootDocImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by julian, Fri Dec 3 19:05:38 2004 UTC revision 1.12 by julian, Tue Dec 7 15:00:01 2004 UTC
# Line 343  public class RootDocImpl extends DocImpl Line 343  public class RootDocImpl extends DocImpl
343    
344        //--- Close comment cache        //--- Close comment cache
345    
       rawCommentCache.close();  
   
346        parser = null;        parser = null;
347        System.gc();        System.gc();
348        System.gc();        System.gc();
# Line 375  public class RootDocImpl extends DocImpl Line 373  public class RootDocImpl extends DocImpl
373           //return rawCommentCache.readUTF();           //return rawCommentCache.readUTF();
374        }        }
375        catch (IOException e) {        catch (IOException e) {
376             e.printStackTrace();
377           printFatal("Cannot read from comment cache: "+e.getMessage());           printFatal("Cannot read from comment cache: "+e.getMessage());
378           return null;           return null;
379        }        }
# Line 724  public class RootDocImpl extends DocImpl Line 723  public class RootDocImpl extends DocImpl
723    
724     public void flush()     public void flush()
725     {     {
726          try {
727             rawCommentCache.close();
728          }
729          catch (IOException e) {
730             printError("Cannot close raw comment cache");
731          }
732    
733        rawCommentCache = null;        rawCommentCache = null;
734        customOptionArr = null;        customOptionArr = null;
735        specifiedClassNames = null;        specifiedClassNames = null;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26