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 268504 - NullPointerException at com.github.alexfalappa.nbspringboot.projects.customizer.BootPanel.setModelHandle
Summary: NullPointerException at com.github.alexfalappa.nbspringboot.projects.customiz...
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 13:04 UTC by Ralph Ruijs
Modified: 2016-10-13 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226670


Attachments
stacktrace (10.16 KB, text/plain)
2016-10-13 13:04 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2016-10-13 13:04:50 UTC
Build: NetBeans IDE Dev (Build 20161013-6288f8f8626c)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
ralphbenjamin: Open SpringBoot configuration

GUEST: Select "Spring Boot" in a project's properties




Stacktrace: 
java.lang.NullPointerException
   at com.github.alexfalappa.nbspringboot.projects.customizer.BootPanel.setModelHandle(BootPanel.java:77)
   at com.github.alexfalappa.nbspringboot.projects.customizer.BootPanelProvider.createComponent(BootPanelProvider.java:48)
   at org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.create(ProjectCustomizer.java:629)
   at org.netbeans.modules.project.uiapi.CustomizerPane.setCategory(CustomizerPane.java:259)
   at org.netbeans.modules.project.uiapi.CustomizerPane.access$200(CustomizerPane.java:72)
   at org.netbeans.modules.project.uiapi.CustomizerPane$CategoryChangeListener.propertyChange(CustomizerPane.java:345)
Comment 1 Ralph Ruijs 2016-10-13 13:04:52 UTC
Created attachment 162490 [details]
stacktrace
Comment 2 Tomas Stupka 2016-10-13 13:07:31 UTC
third party plugin
please report against the owner SpringBoot
Comment 3 Ralph Ruijs 2016-10-13 13:08:28 UTC
(In reply to Tomas Stupka from comment #2)
> third party plugin
> please report against the owner SpringBoot

I know, was in the middle of this:
https://github.com/AlexFalappa/nb-springboot/issues/55