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

Summary: NullPointerException at org.netbeans.modules.java.editor.codegen.DelegateMethodGenerator$1.run
Product: java Reporter: hellochar <hellochar>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 176692
Attachments: stacktrace

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.