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 255177 - NullPointerException at org.netbeans.modules.form.InPlaceEditLayer.placeInPlaceField
Summary: NullPointerException at org.netbeans.modules.form.InPlaceEditLayer.placeInPla...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 12:58 UTC by JamJahanzeb
Modified: 2015-09-15 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216265


Attachments
stacktrace (2.01 KB, text/plain)
2015-09-10 12:58 UTC, JamJahanzeb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JamJahanzeb 2015-09-10 12:58:23 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
JamJahanzeb: No idea

GUEST: nullpointer

GUEST: NullPointerException at org.netbeans.modules.form.InPlaceEditLayer.placeInPlaceField




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.InPlaceEditLayer.placeInPlaceField(InPlaceEditLayer.java:493)
   at org.netbeans.modules.form.InPlaceEditLayer.access$100(InPlaceEditLayer.java:64)
   at org.netbeans.modules.form.InPlaceEditLayer$2.componentResized(InPlaceEditLayer.java:323)
   at java.awt.Component.processComponentEvent(Component.java:6331)
   at java.awt.Component.processEvent(Component.java:6285)
   at java.awt.Container.processEvent(Container.java:2229)
Comment 1 JamJahanzeb 2015-09-10 12:58:26 UTC
Created attachment 156056 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-11 17:34:57 UTC
Cause unclear to me, trying to prevent the NPE:
http://hg.netbeans.org/jet-main/rev/5aec41992fbd
Comment 3 Quality Engineering 2015-09-15 01:23:54 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5aec41992fbd
User: Tomas Pavek <tpavek@netbeans.org>
Log: #255177: preventing NPE of unknown cause