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 249936 - NullPointerException at org.netbeans.qrps.RunTimePropertiesAction.resultChanged
Summary: NullPointerException at org.netbeans.qrps.RunTimePropertiesAction.resultChanged
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-21 21:22 UTC by wshackle
Modified: 2015-01-21 21:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214933


Attachments
stacktrace (2.92 KB, text/plain)
2015-01-21 21:22 UTC, wshackle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wshackle 2015-01-21 21:22:09 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
wshackle: trying the view source popup menu option for jdk-6 installed sources




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.qrps.RunTimePropertiesAction.resultChanged(RunTimePropertiesAction.java:134)
   at sun.reflect.GeneratedMethodAccessor41.invoke(GeneratedMethodAccessor41.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 wshackle 2015-01-21 21:22:11 UTC
Created attachment 151607 [details]
stacktrace