What steps will reproduce the problem?
1. Copy the attached source file into the samples folder:
samples/ext/sources. Remove everything else from there.
2. Run sample script "ext-doc.sh".
3.
What is the expected output? What do you see instead?
The steps above reproduce a NullPointerException in class
"extdoc.jsdoc.processor.FileProcessor". Here is the stacktrace:
Processing: Repository.js
Exception in thread "main" java.lang.NullPointerException
at
extdoc.jsdoc.processor.FileProcessor.processEvent(FileProcessor.java:476)
at
extdoc.jsdoc.processor.FileProcessor.processComment(FileProcessor.java:535)
at
extdoc.jsdoc.processor.FileProcessor.processFile(FileProcessor.java:618)
at
extdoc.jsdoc.processor.FileProcessor.processDir(FileProcessor.java:772)
at
extdoc.jsdoc.processor.FileProcessor.processDir(FileProcessor.java:768)
at extdoc.jsdoc.processor.FileProcessor.process(FileProcessor.java:811)
at extdoc.Main.main(Main.java:80)
What version of the product are you using? On what operating system?
I'm using the latest snapshot from 2009-10-19:
http://ext-doc.org/upload/ext-doc-1.0-SNAPSHOT.zip
Please provide any additional information below.
Original issue reported on code.google.com by mi.koel...@googlemail.com on 19 Oct 2009 at 12:23
Original issue reported on code.google.com by
mi.koel...@googlemail.com
on 19 Oct 2009 at 12:23Attachments: