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 195485 - NullPointerException at org.netbeans.modules.java.editor.codegen.DelegateMethodGenerator$1.run
Summary: NullPointerException at org.netbeans.modules.java.editor.codegen.DelegateMeth...
Status: RESOLVED FIXED
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-15 05:21 UTC by hellochar
Modified: 2011-05-11 19:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176692


Attachments
stacktrace (3.55 KB, text/plain)
2011-02-15 05:21 UTC, hellochar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hellochar 2011-02-15 05:21:28 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.codegen.DelegateMethodGenerator$1.run(DelegateMethodGenerator.java:160)
   at org.netbeans.modules.java.editor.codegen.DelegateMethodGenerator$1.run(DelegateMethodGenerator.java:155)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:665)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:154)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:138)
   at org.netbeans.modules.parsing.impl.TaskProcessor$1.call(TaskProcessor.java:200)
Comment 1 hellochar 2011-02-15 05:21:35 UTC
Created attachment 106015 [details]
stacktrace
Comment 2 Dusan Balek 2011-05-09 10:56:16 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/f4c19b4761e6
Comment 3 Quality Engineering 2011-05-11 19:37:47 UTC
Integrated into 'main-golden', will be available in build *201105111436* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f4c19b4761e6
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #195485: NullPointerException at org.netbeans.modules.java.editor.codegen.DelegateMethodGenerator$1.run - fixed.