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 32890 - get rid of JavaClasspathDescriptor
Summary: get rid of JavaClasspathDescriptor
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 09:33 UTC by Pavel Buzek
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 Buzek 2003-04-15 09:33:23 UTC
Most of the code has been rewritten to use
JavaDescriptor intead of the JCD but some places
still use JCD. This is a problem because JD does
not really work. E.g. you cannot add a
PathResource to some pathes (such as BASIC ;-)
because it only accepts PResources that provide JCD.
Comment 1 Pavel Buzek 2003-04-15 09:39:47 UTC
Started. Keeping dual support does not seem to have any advantage so I
will replace every usage of JCD with JavaDescriptor. I will wait with
commit until you branch for usability study.
Comment 2 Pavel Buzek 2003-04-22 10:49:30 UTC
Checking in
src/org/netbeans/modules/java/classpath/ContainerPathContent.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/ContainerPathContent.java,v
 <--  ContainerPathContent.java
new revision: 1.1.4.15; previous revision: 1.1.4.14
done
Checking in
src/org/netbeans/modules/java/classpath/DefaultPathProvider.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/DefaultPathProvider.java,v
 <--  DefaultPathProvider.java
new revision: 1.1.4.17; previous revision: 1.1.4.16
done
Checking in src/org/netbeans/modules/java/classpath/FolderItem.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/FolderItem.java,v
 <--  FolderItem.java
new revision: 1.1.4.21; previous revision: 1.1.4.20
done
Checking in
src/org/netbeans/modules/java/classpath/RemoteBuildTargetWizard.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/RemoteBuildTargetWizard.java,v
 <--  RemoteBuildTargetWizard.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Checking in
src/org/netbeans/modules/java/classpath/RemoteClassPathResourceDataObject.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/RemoteClassPathResourceDataObject.java,v
 <--  RemoteClassPathResourceDataObject.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in
src/org/netbeans/modules/java/classpath/RemoteClassPathResourceRecognizer.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/RemoteClassPathResourceRecognizer.java,v
 <--  RemoteClassPathResourceRecognizer.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Checking in src/org/netbeans/modules/java/classpath/RootFolderWizard.java;
/cvs/java/src/org/netbeans/modules/java/classpath/Attic/RootFolderWizard.java,v
 <--  RootFolderWizard.java
new revision: 1.1.4.12; previous revision: 1.1.4.11
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/java/project/CompilerOutput.java;
/cvs/java/src/org/netbeans/modules/java/project/Attic/CompilerOutput.java,v
 <--  CompilerOutput.java
new revision: 1.1.2.36; previous revision: 1.1.2.35
done
Removing
src/org/netbeans/modules/java/project/JavaClasspathDescriptor.java;
/cvs/java/src/org/netbeans/modules/java/project/Attic/JavaClasspathDescriptor.java,v
 <--  JavaClasspathDescriptor.java
new revision: delete; previous revision: 1.1.2.2
done
Checking in src/org/netbeans/modules/java/project/JavaProjectImpl.java;
/cvs/java/src/org/netbeans/modules/java/project/Attic/JavaProjectImpl.java,v
 <--  JavaProjectImpl.java
new revision: 1.1.4.4; previous revision: 1.1.4.3
done
Checking in src/org/netbeans/modules/java/project/ResourcesPanel.java;
/cvs/java/src/org/netbeans/modules/java/project/Attic/ResourcesPanel.java,v
 <--  ResourcesPanel.java
new revision: 1.1.2.14; previous revision: 1.1.2.13
done
Checking in src/org/netbeans/modules/java/project/RootedContent.java;
/cvs/java/src/org/netbeans/modules/java/project/Attic/RootedContent.java,v
 <--  RootedContent.java
new revision: 1.1.2.5; previous revision: 1.1.2.4
done
Processing log script arguments...
Mailing the commit message to cvs@java.netbeans.org (from
pbuzek@netbeans.org)

Comment 3 Pavel Buzek 2003-07-02 14:08:09 UTC
i've verified all these issues
Comment 4 Pavel Buzek 2003-07-02 14:19:14 UTC
closing all my verified issues