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 47300 - Package problem after CVS "Add" command.
Summary: Package problem after CVS "Add" command.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
: 47518 (view as bug list)
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-08-17 10:56 UTC by Peter Pis
Modified: 2006-03-24 10:11 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 Peter Pis 2004-08-17 10:56:55 UTC
NB 200408170540, jdk1.5.0 b63, RedHat 9

Steps:
1. Register CVS versioned directory. In this
directory create new project. Switch to "Files"
tab of the explorer and on the root of the project
invoke "CVS | Add" command. (Select "Add all local
files in Folder contents", check both checkboxes)
Switch to "Project" tab of the explorer and create
new package e.g "test.another" in the project. In
"another" package create new e.g. "java file".
2. Now switch to "Files" tab and select "test"
node of new added package. Invoke "CVS | Add" with
same settings as in previous "Add" command.
3. Then switch again to "Project" tab. 

You can see package with "CVS". In tabs
"Versioning", "Files" packages are correctly
shown. There are no "CVS" packages in these tabs.
Comment 1 Petr Hrebejk 2004-08-17 14:01:05 UTC
This will probably be my as well.
Comment 2 Petr Hrebejk 2004-08-21 11:47:09 UTC
*** Issue 47518 has been marked as a duplicate of this issue. ***
Comment 3 Petr Hrebejk 2004-08-23 13:05:47 UTC
Hopefully finally fixed

Checking in
project/src/org/netbeans/spi/java/project/support/ui/PackageViewChildren.java;
/cvs/java/project/src/org/netbeans/spi/java/project/support/ui/PackageViewChildren.java,v
 <--  PackageViewChildren.javanew revision: 1.30; previous revision: 1.29
done
Processing log script arguments...
More commits to come...
Checking in
project/test/unit/src/org/netbeans/spi/java/project/support/ui/PackageViewTest.java;
/cvs/java/project/test/unit/src/org/netbeans/spi/java/project/support/ui/PackageViewTest.java,v
 <--  PackageViewTest.java
new revision: 1.12; previous revision: 1.11
Comment 4 Peter Pis 2004-11-03 08:59:20 UTC
Verified in NB 200410311900.