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 207434 - NPEs in RunProfile as a result of half-done refactoring in *NodeProp constructors
Summary: NPEs in RunProfile as a result of half-done refactoring in *NodeProp construc...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC All
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 10:32 UTC by Andrew Krasny
Modified: 2012-02-29 17:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (9.53 KB, patch)
2012-01-18 10:35 UTC, Andrew Krasny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2012-01-18 10:32:00 UTC
It turned out that refactoring of cnd project system caused several regressions because of change in *NodeProp constructor parameters.
Some of them have been already fixed (see bug 201044).
Still now parameter names in constructors are misleading and there is at least one place in the code that causes NPE (RunProfile/RemoveInstrumentation node).
Comment 1 Andrew Krasny 2012-01-18 10:35:44 UTC
Created attachment 114991 [details]
proposed patch
Comment 2 Vladimir Voskresensky 2012-01-18 10:44:34 UTC
please, split patch on two:
1) fix of NPE
2) remove of unneeded files 

1) is OK to be pushed into patches
Comment 3 Andrew Krasny 2012-01-18 12:49:17 UTC
Patch was split. The fix was integrated into:
cnd-main/default (e69542f82268)
releases/release71_fixes (470ddea52aa3)
blacktie/release701_fixes (30d3bc60daef)

Files removal is only in cnd-main/default (d347452f2f89).
Comment 4 Alexander Pepin 2012-02-01 13:17:47 UTC
blacktie is an internal 7.0.1 repository.
Comment 5 Alexander Pepin 2012-02-27 13:33:50 UTC
can not be verified by QA in 7.1.1 rc1 build (20120214)
Comment 6 Vladimir Voskresensky 2012-02-27 16:06:31 UTC
v