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

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

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

revision 1.8 by julian, Mon Nov 22 12:42:22 2004 UTC revision 1.9 by julian, Tue Nov 23 12:49:55 2004 UTC
# Line 238  import com.sun.javadoc.*; Line 238  import com.sun.javadoc.*;
238           // Ignore superfluous semicoli after class definition           // Ignore superfluous semicoli after class definition
239           if (endIndex-startIndex<=1) return endIndex;           if (endIndex-startIndex<=1) return endIndex;
240    
241           if (parser.ctx==null) throw new Error("ARGH! ctx==null! '"+new String(source,startIndex,endIndex-startIndex)+"'");           //assert (parser.ctx!=null);
242           Collection fields=FieldDocImpl.createFromSource(parser.ctx.classDoc,           Collection fields=FieldDocImpl.createFromSource(parser.ctx.classDoc,
243                                                           parser.ctx.classDoc.containingPackage(),                                                           parser.ctx.classDoc.containingPackage(),
244                                                           source, startIndex, endIndex);                                                           source, startIndex, endIndex);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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