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 126740 - Java Project Common API module
Summary: Java Project Common API module
Status: RESOLVED DUPLICATE of bug 126741
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 16:26 UTC by Tomas Mysik
Modified: 2008-02-22 13:05 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 Tomas Mysik 2008-02-05 16:26:51 UTC
Java Project Common API module should contain code which is more or less copy-pasted from J2SE project type to Java EE 
project types (Web, EJB, AppClient project types). This module should provide friend API for all the project types.
The first phase includes SourceRoots, UpdateHelper and different *Query implementations, e.g. FileEncodingQuery. The 
next phase is focused on class path, but now it's still work in progress (because of shared libraries).
I will attach javadoc and patch.

I'm also going to push code related to class path but these packages are not public yet and of course another API 
review will be done for it after the changes are finalized.
I can provide the whole hg bundle if needed.
Comment 1 Tomas Mysik 2008-02-22 13:05:14 UTC

*** This issue has been marked as a duplicate of 126741 ***