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 258559

Summary: NullPointerException at javax.swing.plaf.nimbus.NimbusStyle.validate
Product: updatecenters Reporter: ciukstar
Component: PluginportalAssignee: omatzura <omatzura>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223220
Attachments: stacktrace

Description ciukstar 2016-03-28 17:56:50 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.66-b17, OpenJDK Runtime Environment, 1.8.0_66-internal-b17
OS: Linux

User Comments:
ciukstar: NullPointerException at javax.swing.plaf.nimbus.NimbusStyle.validate




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.nimbus.NimbusStyle.validate(NimbusStyle.java:298)
   at javax.swing.plaf.nimbus.NimbusStyle.getValues(NimbusStyle.java:806)
   at javax.swing.plaf.nimbus.NimbusStyle.getInsets(NimbusStyle.java:485)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:913)
   at javax.swing.plaf.synth.SynthLookAndFeel.updateStyle(SynthLookAndFeel.java:265)
   at javax.swing.plaf.synth.SynthButtonUI.updateStyle(SynthButtonUI.java:79)
Comment 1 ciukstar 2016-03-28 17:56:52 UTC
Created attachment 159026 [details]
stacktrace
Comment 2 Tomas Hurka 2016-04-21 12:34:23 UTC
NPE is caused by com.eviware.soapui.netbeans.module plugin. (http://plugins.netbeans.org/plugin/43/soapui-netbeans-plugin) Reassigning.
Comment 3 Jiri Kovalsky 2016-04-21 12:41:06 UTC
I doubt the plugin author is still actively maintaining his/her plugin but let's try it. Ole, can you please investigate this issue and fix the NPE in your plugin? Thanks!
Comment 4 omatzura 2016-04-28 14:31:20 UTC
Hi guys,

I'll need to dig up the source-code for this plugin to help - haven't touched it in a while. Will get back to you ASAP

/Ole