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 196049 - NullPointerException at org.netbeans.modules.java.editor.codegen.GetterSetterGenerator$1.run
Summary: NullPointerException at org.netbeans.modules.java.editor.codegen.GetterSetter...
Status: RESOLVED DUPLICATE of bug 193826
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 05:39 UTC by rdelaplante
Modified: 2011-05-10 07:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177078


Attachments
stacktrace (3.86 KB, text/plain)
2011-02-27 05:39 UTC, rdelaplante
Details
stacktrace (3.86 KB, text/plain)
2011-03-28 19:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rdelaplante 2011-02-27 05:39:22 UTC
Build: NetBeans IDE Dev (Build 201102260001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
rdelaplante: This is still happening.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.codegen.GetterSetterGenerator$1.run(GetterSetterGenerator.java:218)
   at org.netbeans.modules.java.editor.codegen.GetterSetterGenerator$1.run(GetterSetterGenerator.java:213)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:666)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:656)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:482)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:154)
Comment 1 rdelaplante 2011-02-27 05:39:26 UTC
Created attachment 106483 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-03-28 08:04:00 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=177078
Comment 3 Exceptions Reporter 2011-03-28 19:48:59 UTC
Created attachment 107348 [details]
stacktrace
Comment 4 Dusan Balek 2011-05-10 07:23:18 UTC
Already fixed in jet-main.

*** This bug has been marked as a duplicate of bug 193826 ***