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 - NullPointerException at javax.swing.plaf.nimbus.NimbusStyle.validate
Summary: NullPointerException at javax.swing.plaf.nimbus.NimbusStyle.validate
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: omatzura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-28 17:56 UTC by ciukstar
Modified: 2016-04-28 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223220


Attachments
stacktrace (3.57 KB, text/plain)
2016-03-28 17:56 UTC, ciukstar
Details

Note You need to log in before you can comment on or make changes to this bug.
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