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 271666 - NullPointerException at org.netbeans.beaninfo.editors.DateEditor.getJavaInitializationString
Summary: NullPointerException at org.netbeans.beaninfo.editors.DateEditor.getJavaIniti...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 15:06 UTC by FiruzzZ
Modified: 2017-10-18 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230622


Attachments
stacktrace (543 bytes, text/plain)
2017-10-18 15:06 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2017-10-18 15:06:08 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.152-b16, Java(TM) SE Runtime Environment, 1.8.0_152-b16
OS: Windows 10

User Comments:
FiruzzZ: trying to set null on a Date attribute (leaving empty the cell) while running in Debug




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.beaninfo.editors.DateEditor.getJavaInitializationString(DateEditor.java:84)
   at org.netbeans.modules.debugger.jpda.ui.models.ValuePropertyEditor$3.run(ValuePropertyEditor.java:344)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 FiruzzZ 2017-10-18 15:06:11 UTC
Created attachment 165309 [details]
stacktrace