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 - NullPointerException at org.apache.tools.ant.module.api.support.TargetLister$Script.<init>
Summary: NullPointerException at org.apache.tools.ant.module.api.support.TargetLister$...
Status: RESOLVED DUPLICATE of bug 245600
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 14:54 UTC by Exceptions Reporter
Modified: 2015-06-11 13:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213141


Attachments
stacktrace (4.17 KB, text/plain)
2014-11-04 14:54 UTC, Exceptions Reporter
Details

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