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 - Remove JavaDataObject.getCompiledClasses() method
Summary: Remove JavaDataObject.getCompiledClasses() method
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 21:49 UTC by _ tball
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.