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

Summary: NullPointerException at org.netbeans.beaninfo.editors.DateEditor.getJavaInitializationString
Product: platform Reporter: FiruzzZ
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230622
Attachments: stacktrace

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