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

Summary: Classes parsed to MDR have bad packages
Product: java Reporter: Pavel Flaska <pflaska>
Component: UnsupportedAssignee: Pavel Flaska <pflaska>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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