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

Summary: NullPointerException at org.netbeans.qrps.RunTimePropertiesAction.resultChanged
Product: platform Reporter: wshackle <wshackle>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214933
Attachments: stacktrace

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