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 252074 - NullPointerException at org.netbeans.api.project.ProjectUtils.getInformation
Summary: NullPointerException at org.netbeans.api.project.ProjectUtils.getInformation
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 12:41 UTC by zlogic
Modified: 2015-09-17 14:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192381


Attachments
stacktrace (1.25 KB, text/plain)
2015-04-24 12:41 UTC, zlogic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zlogic 2015-04-24 12:41:30 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 8

User Comments:
GUEST: This error occures when I try to test my project with JUnit

GUEST: Running a JUnit test class

GUEST: Occurs while unit test is running.  Window displaying test results doesn't update at the end of the test.

GUEST: Running a JUnit test

zlogic: I was editing an Ant project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.project.ProjectUtils.getInformation(ProjectUtils.java:106)
   at org.netbeans.modules.gsf.testrunner.api.Manager$3.run(Manager.java:403)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:706)
Comment 1 zlogic 2015-04-24 12:41:31 UTC
Created attachment 153369 [details]
stacktrace
Comment 2 Tomas Stupka 2015-06-03 15:57:52 UTC
please evaluate
Comment 3 Theofanis Oikonomou 2015-09-17 14:13:35 UTC
This should be fixed after http://hg.netbeans.org/main-silver/rev/b67b10164009. Please try a latest build and reopen if it still does not work for you. Thank you