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 248399

Summary: NullPointerException at org.apache.tools.ant.module.api.support.TargetLister$Script.<init>
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: AntAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213141
Attachments: stacktrace

Description Exceptions Reporter 2014-11-04 14:54:51 UTC
This bug was originally marked as duplicate of bug 245600, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 8

User Comments:
GUEST: error in netbeans ... don't show run option in any java file




Stacktrace: 
java.lang.NullPointerException
   at org.apache.tools.ant.module.api.support.TargetLister$Script.<init>(TargetLister.java:296)
   at org.apache.tools.ant.module.api.support.TargetLister.getTargets(TargetLister.java:117)
   at org.apache.tools.ant.module.run.RunTargetsAction$LazyMenu.getPopupMenu(RunTargetsAction.java:197)
   at com.jidesoft.plaf.vsnet.VsnetMenuUI.installListeners(VsnetMenuUI.java:0)
   at com.jidesoft.plaf.vsnet.VsnetMenuItemUI.installUI(VsnetMenuItemUI.java:0)
   at javax.swing.JComponent.setUI(JComponent.java:663)
Comment 1 Exceptions Reporter 2014-11-04 14:54:52 UTC
Created attachment 150269 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-11-04 15:13:44 UTC
another duplicate of already filed/fixed bug caused by ... com.jidesoft.plaf.vsnet framework
Comment 3 Tomas Stupka 2015-06-11 13:55:35 UTC

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