This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 176980 - Javadoc of ResultIterator.getParserResult() should mention null return value
Summary: Javadoc of ResultIterator.getParserResult() should mention null return value
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-17 03:36 UTC by Martin Entlicher
Modified: 2010-02-11 21:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2009-11-17 03:36:47 UTC
I did not find where "parsing.api" belongs to, so please reassign appropriately.

In parsing.api/src/org/netbeans/modules/parsing/api/ResultIterator.java
Javadoc of getParserResult() and getParserResult(int) should mention that "null" can be returned. See bug #176887.
Comment 1 Jan Jancura 2010-02-11 07:11:38 UTC
fixed in http://hg.netbeans.org/jet-main/rev/5d309135ae02
Comment 2 Quality Engineering 2010-02-11 21:24:27 UTC
Integrated into 'main-golden', will be available in build *201002120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5d309135ae02
User: Jan Jancura<jjancura@netbeans.org>
Log: #176980: Javadoc of ResultIterator.getParserResult() should mention null return value