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 271386 - NullPointerException at datechooser.beans.editor.appear.AppearEditor.getTags
Summary: NullPointerException at datechooser.beans.editor.appear.AppearEditor.getTags
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-28 14:34 UTC by TFCarin
Modified: 2017-09-04 17:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177554


Attachments
stacktrace (4.49 KB, text/plain)
2017-08-28 14:34 UTC, TFCarin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TFCarin 2017-08-28 14:34:21 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
TFCarin: beuh Je travaillais!!!!!!




Stacktrace: 
java.lang.NullPointerException
   at datechooser.beans.editor.appear.AppearEditor.getTags(AppearEditor.java:56)
   at org.netbeans.modules.form.FormPropertyEditor.getTags(FormPropertyEditor.java:283)
   at org.openide.explorer.propertysheet.PropUtils$DifferentValuesEditor.getTags(PropUtils.java:1711)
   at org.openide.explorer.propertysheet.RendererFactory.getRenderer(RendererFactory.java:236)
   at org.openide.explorer.propertysheet.SheetCellRenderer.getTableCellRendererComponent(SheetCellRenderer.java:158)
   at org.openide.explorer.propertysheet.BaseTable.prepareRenderer(BaseTable.java:626)
Comment 1 TFCarin 2017-08-28 14:34:24 UTC
Created attachment 165034 [details]
stacktrace
Comment 2 Tomas Pavek 2017-09-04 17:38:30 UTC
Without more information this seems like a bug of
datechooser.beans.editor.appear.AppearEditor
which is an external (custom) component (property editor).