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 258339 - Problems with copying source files between packages
Summary: Problems with copying source files between packages
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2016-03-12 15:15 UTC by rudyment
Modified: 2016-03-25 13:26 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 rudyment 2016-03-12 15:15:24 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_71
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.71-b15

Reproducibility: Happens every time

I opened two source folders -- first with only the root package used in the first lessons
and second with a regular package used in some further lesson.
When I copied the classes from the first tree to the second one,
each class obtained the nonsense statement:

import .*;