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 25171 - Classes parsed to MDR have bad packages
Summary: Classes parsed to MDR have bad packages
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
: 25170 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-26 10:26 UTC by Pavel Flaska
Modified: 2007-09-26 09:14 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 Pavel Flaska 2002-06-26 10:26:06 UTC
Packages of classes parsed to the MDR contains
whole path instead of only package name.

E.g.
mnt.data.test.jdksrc.java.awt

instead of

java.awt
Comment 1 Pavel Flaska 2002-06-26 10:36:24 UTC
It is caused by integration to project infrastructure, I forgot to
change roots which form the classpath.
Comment 2 Pavel Flaska 2002-06-26 10:37:53 UTC
*** Issue 25170 has been marked as a duplicate of this issue. ***
Comment 3 Pavel Flaska 2002-07-22 12:54:48 UTC
Temporarily fixed, we will use Classpath API in the future.
Comment 4 Jan Becicka 2003-10-03 13:35:57 UTC
verified