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 8472 - Moving the java sources with class files on the "root" level remove class files
Summary: Moving the java sources with class files on the "root" level remove class files
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P4 enhancement (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-20 11:30 UTC by pknakal
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pknakal 2000-11-20 11:30:22 UTC
Mount two filesystems and from the first root level move sources (these sources
have to have a class files too) to the root level of the second filesystems.
This should move the class files too, because the package is same.
Comment 1 Jesse Glick 2000-11-20 16:05:59 UTC
Java module issue. Personally I think the current behavior is fine; in all other
situations class files are discarded, probably it is fine if they are discarded
when the packages happen to match in the old and new positions, too. Just
recompile.

BTW please include build number to reproduce in.
Comment 2 pknakal 2000-11-21 08:40:59 UTC
Sorry, the build number is 1157. This is something like suggestion :-)
Comment 3 Svata Dedic 2000-11-21 09:04:59 UTC
Changing component to `code'. It is really an optimization issue; classes will
be re-generated at the new place. They may be safely copied (package matches)
since all their referencies and dependencies will be resolved exactly the same
way as in the original place.
Comment 4 Svata Dedic 2001-01-15 08:12:59 UTC
changing severity to enhancement
Comment 5 Svata Dedic 2002-05-21 15:10:11 UTC
Temporarily releasing, more pressing issues to solve. Sorry.
Comment 6 Svata Dedic 2002-05-21 17:52:47 UTC
Cleaning up before 4.0 planning
Comment 7 Marek Grummich 2002-07-19 21:04:57 UTC
Target milestone was changed from 'not determined' to TBD.
Comment 8 Jan Becicka 2004-08-10 16:22:29 UTC
This issue is no more valid in promo-D
Comment 9 pknakal 2004-08-12 15:56:28 UTC
OK.
Comment 10 pknakal 2004-08-12 15:56:45 UTC
OK.