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

Summary: Problems with copying source files between packages
Product: java Reporter: rudyment <rudyment>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal Keywords: USABILITY
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 .*;