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 234372

Summary: NullPointerException at com.sun.tools.javac.api.JavacTaskImpl.generate
Product: contrib Reporter: zdenek.rod
Component: CodeAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal CC: zdenek.rod
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203041
Attachments: stacktrace

Description zdenek.rod 2013-08-14 11:22:16 UTC
Build: NetBeans IDE Dev (Build 201308112300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
zdenek.rod: I switch from decompile view to source view in editor.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:426)
   at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:390)
   at org.netbeans.modules.java.debugjavac.impl.DesugarDecompilerImpl.decompile(DesugarDecompilerImpl.java:90)
   at org.netbeans.modules.java.debugjavac.DecompiledTab.doDecompileIntoDocument(DecompiledTab.java:205)
   at org.netbeans.modules.java.debugjavac.DecompiledTab.access$000(DecompiledTab.java:98)
   at org.netbeans.modules.java.debugjavac.DecompiledTab$2.componentActivated(DecompiledTab.java:317)
Comment 1 zdenek.rod 2013-08-14 11:22:17 UTC
Created attachment 138679 [details]
stacktrace