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 262622 - NullPointerException at com.sun.tools.tuxedo.project.component.ComponentServicesNodeProvider.getLogicalViewNode
Summary: NullPointerException at com.sun.tools.tuxedo.project.component.ComponentServi...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-30 06:45 UTC by Alexander Simon
Modified: 2016-06-30 07:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224942


Attachments
stacktrace (682 bytes, text/plain)
2016-06-30 06:45 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-06-30 06:45:50 UTC
Build: IDE for C, C++, and Fortran (Oracle Developer Studio 12.5 [2016/06/10 1a78dff7f4d5])
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: SunOS

User Comments:
alexvsimon: open project




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.tuxedo.project.component.ComponentServicesNodeProvider.getLogicalViewNode(ComponentServicesNodeProvider.java:62)
   at org.netbeans.modules.cnd.makeproject.ui.LogicalViewChildren.getKeys(LogicalViewChildren.java:240)
   at org.netbeans.modules.cnd.makeproject.ui.BaseMakeViewChildren$2.run(BaseMakeViewChildren.java:133)
   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)
Comment 1 Alexander Simon 2016-06-30 06:45:52 UTC
Created attachment 160198 [details]
stacktrace
Comment 2 Alexander Simon 2016-06-30 07:08:05 UTC
fixed in studio sources, change set ca620f2f83a2 in next of 12.5 code base.
Comment 3 Alexander Simon 2016-06-30 07:10:44 UTC
Steps how to reproduce the bug:
- open project which has a next version (created in Netbeans 8.2)
IDE opens project in "resolve problem" mode. Configurations is empty => NPE