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 - NullPointerException at com.sun.tools.javac.api.JavacTaskImpl.generate
Summary: NullPointerException at com.sun.tools.javac.api.JavacTaskImpl.generate
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 11:22 UTC by zdenek.rod
Modified: 2013-10-09 13:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203041


Attachments
stacktrace (4.27 KB, text/plain)
2013-08-14 11:22 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
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