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 194089 - File from created project shows in older project
Summary: File from created project shows in older project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
: 194303 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-06 14:55 UTC by javydreamercsw
Modified: 2011-01-16 06:13 UTC (History)
2 users (show)

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 javydreamercsw 2011-01-06 14:55:12 UTC
[ BUILD # : 201101040001 ]
[ JDK VERSION : 1.6.22 ]

When creating a sample project for an issue
(http://netbeans.org/bugzilla/show_bug.cgi?id=194088) I noticed that the
main.cpp class created there is now "attached" to another C++ project I had
open at the time of creating the new one.

Even closing and opening the project doesn't fix the issue. I had to manually
remove the file from the project.
Comment 1 soldatov 2011-01-13 13:00:10 UTC
*** Bug 194303 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Pepin 2011-01-13 14:24:13 UTC
The file is added to the previously selected Project/LogicalFolder
e.g. If a users selects "Resources" logical folder in Application1 and then creates Application2 with "main2.cpp" main file then "main2.cpp" will also appear in Application1/Resources.
Comment 3 Thomas Preisler 2011-01-13 23:20:02 UTC
regression caused by fix for 193227 - wrong place of unit test:
Integrated into 'main-golden', will be available in build *201012150001* on
http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cbd8647f5617
User: Thomas Preisler <thp@netbeans.org>
Log: #193227 - wrong place of unit test
Comment 4 Thomas Preisler 2011-01-14 00:18:26 UTC
Backout'ed fix for 193227. I will have to find another way to fix that one.
Comment 5 javydreamercsw 2011-01-14 01:07:26 UTC
Is the build number correct? 2010?
Comment 6 Thomas Preisler 2011-01-14 01:29:10 UTC
Are you referring to 201012150001? It was the build with the fix for 193227 which I have now backed out.
Comment 7 Quality Engineering 2011-01-16 06:13:37 UTC
Integrated into 'main-golden', will be available in build *201101160000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/34f62c1bbbec
User: Thomas Preisler <thp@netbeans.org>
Log: #194089 - File from created project shows in older project