Incompatible change in the Java Project API

Jan Pokorsky <[email protected]> Wed, 10 Sep 2003 20:09:26 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Organization Sun Microsystems, Inc.
Message-ID <[email protected]>
Hi All,

I am planning for tomorrow to integrate a separation of the spi part out 
of the classes JavaProject and ProjectPath as was discussed here some 
time ago.

There are none significant changes for clients of the api except:

* JavaProject instance is no more part of the Project.getLookup
   -> use JavaProject.getJavaProject() instead
* ProjectPath instance is no more part of the Project.getLookup
   -> use ProjectPath.getProjectPath() instead
* removed earlier deprecated methods

http://projects.netbeans.org/issues/show_bug.cgi?id=35115

Jan