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 252455 - NullPointerException at org.netbeans.qrps.QRPSStatusLineElementProvider.resultChanged
Summary: NullPointerException at org.netbeans.qrps.QRPSStatusLineElementProvider.resul...
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-05-18 11:03 UTC by ereitmaier
Modified: 2015-06-17 06:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217367


Attachments
stacktrace (2.21 KB, text/plain)
2015-05-18 11:03 UTC, ereitmaier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ereitmaier 2015-05-18 11:03:42 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: just start netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.qrps.QRPSStatusLineElementProvider.resultChanged(QRPSStatusLineElementProvider.java:72)
   at sun.reflect.GeneratedMethodAccessor35.invoke(GeneratedMethodAccessor35.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)
   at com.sun.proxy.$Proxy6.resultChanged(.java:0)
Comment 1 ereitmaier 2015-05-18 11:03:44 UTC
Created attachment 153719 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-06-17 06:15:36 UTC
QuickRunPropsSetter - org.netbeans.qrps