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 54422 - NPE when the profile variables are edited.
Summary: NPE when the profile variables are edited.
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-02-02 21:10 UTC by Martin Entlicher
Modified: 2005-02-02 21:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE. (8.16 KB, text/plain)
2005-02-02 21:12 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2005-02-02 21:10:34 UTC
Select the CVS profile under Tools -> Options,
Choose Variables and select CVS_DEF_EXE variable.
Click on the property editor of "Different Values".
The attached NPE is thrown.
Comment 1 Martin Entlicher 2005-02-02 21:12:32 UTC
Created attachment 20165 [details]
The NPE.
Comment 2 Martin Entlicher 2005-02-02 21:36:06 UTC
Have no idea what has caused this regression, but there's a simple fix:

/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/variables/AccessoryVariableNode.java,v
 <--  AccessoryVariableNode.java
new revision: 1.20; previous revision: 1.19

/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/variables/BasicVariableNode.java,v
 <--  BasicVariableNode.java
new revision: 1.23; previous revision: 1.22