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 256336 - NullPointerException at com.oracle.tools.ide.projectless.utils.ui.properties.PropertyUIFactory$3.getValueType
Summary: NullPointerException at com.oracle.tools.ide.projectless.utils.ui.properties....
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-03 12:49 UTC by Alexander Pepin
Modified: 2015-11-05 14:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220913


Attachments
stacktrace (880 bytes, text/plain)
2015-11-03 12:49 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2015-11-03 12:49:17 UTC
Build: Oracle Solaris Studio 12.4 (2014/10/03 bc3251f82efb)
VM: Java HotSpot(TM) Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: SunOS

User Comments:
apepin: open properties on the projectless node




Stacktrace: 
java.lang.NullPointerException
   at com.oracle.tools.ide.projectless.utils.ui.properties.PropertyUIFactory$3.getValueType(PropertyUIFactory.java:176)
   at com.oracle.tools.ide.projectless.impl.project.TargetProject$ReadWriteProperty.<init>(TargetProject.java:428)
   at com.oracle.tools.ide.projectless.impl.project.TargetProject$WrapperNode$2.<init>(TargetProject.java:513)
   at com.oracle.tools.ide.projectless.impl.project.TargetProject$WrapperNode.createSheet(TargetProject.java:513)
   at org.openide.nodes.AbstractNode.getSheet(AbstractNode.java:441)
   at org.openide.nodes.AbstractNode.getPropertySets(AbstractNode.java:457)
Comment 1 Alexander Pepin 2015-11-03 12:49:19 UTC
Created attachment 157118 [details]
stacktrace
Comment 2 Alexander Pepin 2015-11-03 17:40:39 UTC
This is a bug in OSS IDE projectless and obviously should be fixed there. An appropriate bug will be filed shortly. It occurs on S11 systems only.
Comment 3 Alexander Simon 2015-11-05 14:58:13 UTC
fixed in sputnik, change set:
4f668f79d95a
The exception was thrown because there is no terminal on the system.