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 - Library refactoring compiling error
Summary: Library refactoring compiling error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PLATFORM
Depends on:
Blocks:
 
Reported: 2016-02-22 16:43 UTC by henri127
Modified: 2016-02-23 08:21 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 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