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 37675 - ALL: Problems if user makes a mistake when choosing profile.
Summary: ALL: Problems if user makes a mistake when choosing profile.
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 15:29 UTC by Jiri Kovalsky
Modified: 2009-12-21 07:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2003-12-02 15:29:04 UTC
Development build #031125_1 of Sun ONE Studio 5.1
Windows 2000 with JDK 1.4.2_02

Description:
============
If new files are being added into VSS archive and
they are located at least under two directories
far from FS root, they cause ghost [Missing] nodes
to be displayed. Also "Verify" action says there
are no conflicts if VCS group contains [Current]
files. This happens if user makes a mistake when
selecting profile and chooses PVCS and then VSS.
There is some mistake with overwriting variables
or something.

Steps to reproduce:
===================
1. Invoke mounting wizard and select PVCS profile.
2. Change your selection to VSS profile and
confirm your decision.
3. Setup everything important and mount your VSS
filesystem.
4. Create new Java packages "a.b".
5. Select both nodes and invoke "VSS|Create Project".
6. Confirm the dialog.
7. Under "b" node create new "Test" Java class.
8. Invoke "VSS|Add" on the new "Test" node.
9. After a while there will be "a [Missing]" node
displayed.
10. Add "Test [Current]" node to default group.
11. Invoke "Versioning|VCS Groups" and then
"Verify" the default group.
12. Group verification dialog finds no conflicts.
Comment 1 Martin Entlicher 2004-11-12 22:40:22 UTC
After the performance of PVCS support was improved, this problem
should not occur (or occur very rarely). Scheduling for future.

The problem is, that the autofill command is finished after the
profile is changed. There should be some detection whether the profile
was changed before the autofill finishes (and the command can probably
be killed when the profile is being changed).
Comment 2 Quality Engineering 2009-12-21 07:14:52 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team