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 253922 - Null pointer when parsing file
Summary: Null pointer when parsing file
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 21:06 UTC by SirIntellegence
Modified: 2015-08-11 01:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception report thing (4.24 KB, text/plain)
2015-07-28 21:06 UTC, SirIntellegence
Details
Main issue code file (568 bytes, text/x-java-source)
2015-07-28 21:07 UTC, SirIntellegence
Details
Other class to use with the main class (803 bytes, text/x-java-source)
2015-07-28 21:07 UTC, SirIntellegence
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SirIntellegence 2015-07-28 21:06:19 UTC
Created attachment 154989 [details]
Exception report thing

It didn't give me a chance to report...
It explodes when trying to parse ParseIssue.java (will attach with relevant files).
It won't let me attach more than one, so just a moment...
Comment 1 SirIntellegence 2015-07-28 21:07:12 UTC
Created attachment 154990 [details]
Main issue code file
Comment 2 SirIntellegence 2015-07-28 21:07:37 UTC
Created attachment 154991 [details]
Other class to use with the main class
Comment 3 SirIntellegence 2015-07-28 21:08:07 UTC
That's all of the attachments.
Comment 5 Quality Engineering 2015-08-11 01:14:46 UTC
Integrated into 'main-silver', will be available in build *201508110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/47043236be58
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #252456 and #253922 fixed.