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 258100

Summary: Library refactoring compiling error
Product: java Reporter: henri127 <henri127>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal Keywords: PLATFORM
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:

Description henri127 2016-02-22 16:43:52 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_72
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.72-b15

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops up

When having two projects MyPorject and a library project MyLib both in the same root map, i.e. projects in D:/rootfolder/MyProject and D:/rootfolder/MyLib. When moving the project MyLib with the move command to
another map say the map MyLibs which is inside the rootfolder, thus moving it to D:/rootfolder/MyLibs/MyLib, then refactoring will recognize for MyProject where the MyLib project went but MyProject will not compile
because it can not find the classes from MyLib, or to say the src files are copied but not the compiled classes