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 250487 - NullPointerException at org.netbeans.qrps.QRPSStatusLineElementProvider.loadProperties
Summary: NullPointerException at org.netbeans.qrps.QRPSStatusLineElementProvider.loadP...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 11:46 UTC by ereitmaier
Modified: 2015-02-18 11:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215500


Attachments
stacktrace (2.92 KB, text/plain)
2015-02-18 11:46 UTC, ereitmaier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ereitmaier 2015-02-18 11:46:07 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
ereitmaier: Create a new maven project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.qrps.QRPSStatusLineElementProvider.loadProperties(QRPSStatusLineElementProvider.java:87)
   at org.netbeans.qrps.QRPSStatusLineElementProvider.resultChanged(QRPSStatusLineElementProvider.java:75)
   at sun.reflect.GeneratedMethodAccessor47.invoke(GeneratedMethodAccessor47.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:483)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:461)
Comment 1 ereitmaier 2015-02-18 11:46:09 UTC
Created attachment 152054 [details]
stacktrace