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 69797

Summary: Remove JavaDataObject.getCompiledClasses() method
Product: java Reporter: _ tball <tball>
Component: UnsupportedAssignee: Jan Becicka <jbecicka>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description _ tball 2005-12-02 21:49:51 UTC
During the 4.0 projects upgrade, JavaDataObject.getCompiledClasses() was gutted
and replaced with:

    public Collection getCompiledClasses() {
        //TODO: Support should be introduced to find out the class files for
source file.
        Thread.dumpStack();
        return Collections.EMPTY_LIST;
    }

This method needs to either be removed, implemented, or at a minimum deprecated
and throw a NotImplementedException.
Comment 1 Jan Becicka 2005-12-05 08:27:34 UTC
Tomasi, how should be this issue fixed? Thanks
Comment 2 Tomas Zezula 2005-12-06 12:28:35 UTC
The JavaDataObject has no secondary entries, the bast think to do is to
deprecate the method and remove it in the next release.
Comment 3 Jan Becicka 2005-12-06 13:48:50 UTC
Method deprecated. Changing to TASK -> method should be removed in next release.

/cvs/java/src/org/netbeans/modules/java/JavaDataObject.java,v  <-- 
JavaDataObject.java
new revision: 1.211; previous revision: 1.210
done
Comment 4 Jan Becicka 2007-08-13 15:14:05 UTC
JavaDataObject object removed completely. This issue is not valid any more.