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 223698 - Cannot refactor copy Java Sources to another package
Summary: Cannot refactor copy Java Sources to another package
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
: 223696 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-12 08:49 UTC by bht
Modified: 2012-12-21 02:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test case in zip file (4.23 KB, application/zip)
2012-12-12 08:49 UTC, bht
Details
Log file (62.47 KB, text/plain)
2012-12-12 08:50 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2012-12-12 08:49:22 UTC
Created attachment 129241 [details]
Test case in zip file

How to reproduce:

- Open the IDE with a new userdir, do not import settings
- Open the attached Maven project
- Menu|Tools|Options|Miscellaneous|Files|uncheck "Enable auto-scanning of sources"
- In Project window, right click|View Java Packages as Tree
- In Project window, expand package xmlconfig and select all 3 nodes within it
- Copy
- Select package annotationconfig
- Paste|Refactor Copy
- In dialog "Copy Classes", click Refactor

See also new report
http://statistics.netbeans.org/analytics/exception.do?id=638908
Comment 1 bht 2012-12-12 08:50:04 UTC
Created attachment 129242 [details]
Log file
Comment 2 Ralph Ruijs 2012-12-12 10:38:48 UTC
*** Bug 223696 has been marked as a duplicate of this bug. ***
Comment 3 Ralph Ruijs 2012-12-19 09:28:57 UTC
Changeset: 4e51b36bee91
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2012-12-19 09:34
Comment 4 Quality Engineering 2012-12-21 02:35:04 UTC
Integrated into 'main-golden', will be available in build *201212210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4e51b36bee91
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #223698 - Cannot refactor copy Java Sources to another package