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 249813 - NullPointerException at org.netbeans.modules.javafx2.editor.codegen.AddPropertyPanel.getAddPropertyConfig
Summary: NullPointerException at org.netbeans.modules.javafx2.editor.codegen.AddProper...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 16:21 UTC by JayChristopher
Modified: 2015-05-12 03:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214779


Attachments
stacktrace (3.22 KB, text/plain)
2015-01-14 16:22 UTC, JayChristopher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JayChristopher 2015-01-14 16:21:59 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Windows 7

User Comments:
JayChristopher: Using "Add JFX Property" action,
ObjectProperty<MyType<T, R>> probably failed because of generic type inside <>




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx2.editor.codegen.AddPropertyPanel.getAddPropertyConfig(AddPropertyPanel.java:270)
   at org.netbeans.modules.javafx2.editor.codegen.AddJavaFXPropertyCodeGenerator.invoke(AddJavaFXPropertyCodeGenerator.java:159)
   at org.netbeans.modules.editor.codegen.GenerateCodePanel.invokeSelected(GenerateCodePanel.java:190)
   at org.netbeans.modules.editor.codegen.GenerateCodePanel.listKeyPressed(GenerateCodePanel.java:146)
   at org.netbeans.modules.editor.codegen.GenerateCodePanel.access$200(GenerateCodePanel.java:66)
   at org.netbeans.modules.editor.codegen.GenerateCodePanel$4.keyPressed(GenerateCodePanel.java:120)
Comment 1 JayChristopher 2015-01-14 16:22:01 UTC
Created attachment 151508 [details]
stacktrace
Comment 2 Svata Dedic 2015-04-22 12:25:02 UTC
fixed in jet-main#077aa1ec8aff
Comment 3 Quality Engineering 2015-05-12 03:25:04 UTC
Integrated into 'main-silver', will be available in build *201505120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/077aa1ec8aff
User: Svata Dedic <sdedic@netbeans.org>
Log: #249813: basic support for parametrized types in properties