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 127693 - NullPointerException at com.sun.tools.javac.comp.Attr.attribClass
Summary: NullPointerException at com.sun.tools.javac.comp.Attr.attribClass
Status: RESOLVED DUPLICATE of bug 126746
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 04:40 UTC by borgie
Modified: 2008-02-19 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 28507


Attachments
stacktrace (1.35 KB, text/plain)
2008-02-19 04:40 UTC, borgie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description borgie 2008-02-19 04:40:37 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
Got exception when entering the last line of following code segment in the editor.
for(index = 0; index < dataTypes.size(); index++)
{
  	... ... ... ...
	DataType dataType = (DataType) dataTypes.get(index)
If I clear the line the re-enter the segment as is, no exception is generated.
Comment 1 borgie 2008-02-19 04:40:47 UTC
Created attachment 56835 [details]
stacktrace
Comment 2 Jan Becicka 2008-02-19 14:21:43 UTC

*** This issue has been marked as a duplicate of 126746 ***