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 42040 - Warning in messages.log and console - execution API
Summary: Warning in messages.log and console - execution API
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
: 42952 (view as bug list)
Depends on:
Blocks: 44282
  Show dependency tree
 
Reported: 2004-04-15 15:34 UTC by Lukas Hasik
Modified: 2006-03-24 10:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
commit logs (2.87 KB, text/plain)
2004-04-22 07:08 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-04-15 15:34:32 UTC
more warnings merged together and numbered

[org.netbeans.core.modules #4] Warning: module 
1, org.netbeans.modules.web.core 
2, org.netbeans.modules.web.monitor
3, org.netbeans.modules.web.jstl11
4, org.netbeans.modules.servletapi23
5, org.netbeans.modules.servletapi24
6, org.netbeans.libs.j2eeeditor
does not declare OpenIDE-Module-Public-Packages in
its manifest, so all packages are considered
public by default:
http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#3.4-public-packages


[org.netbeans.core.modules #4] Warning - had to
upgrade dependencies for module 
7, org.netbeans.modules.web.project
8, org.netbeans.modules.web.core
9, org.netbeans.modules.web.core.syntax
: added = [module org.openide.execution.deprecated
> 1.0] removed = [module
org.openide.execution.deprecated]; details:
[Separation of Execution API (XXX URL)]


[org.netbeans.core.modules #6] Warning: the module
10, org.netbeans.modules.web.core.syntax 
11, org.netbeans.modules.web.core
12, org.netbeans.modules.web.project
uses org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
Comment 1 Pavel Buzek 2004-04-16 00:35:39 UTC
I understand the issue with public packages, but why is any use of
deprecated api automatically a P2?
Comment 2 Lukas Hasik 2004-04-16 08:57:47 UTC
maybe P2 isn't right priority but I've filled 21 issues about the
warning to get rid of them and when it's P2 then it won't be
definitelly forgetten. 
IMO it should be solved ASAP and that was the main reason for P2.

According to http://qa.netbeans.org/processes/bug_priority_guidelines.html
it can "affects another developer's progress" 

thanks for tracking the issue.
Comment 3 Pavel Buzek 2004-04-22 00:55:49 UTC
working on this
Comment 4 Pavel Buzek 2004-04-22 07:05:12 UTC
..and one more:

[org.netbeans.core.modules #4] Warning: module
org.netbeans.modules.j2eeapis 
does not declare OpenIDE-Module-Public-Packages in its manifest, so
all packages are considered public by default:
http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#3.4-public-packages

I fixed all except items 11 and 12 the dependency on execution api.

Comment 5 Pavel Buzek 2004-04-22 07:08:41 UTC
Created attachment 14519 [details]
commit logs
Comment 6 Petr Jiricka 2004-05-10 09:07:36 UTC
*** Issue 42952 has been marked as a duplicate of this issue. ***
Comment 7 Jesse Glick 2004-05-10 17:15:18 UTC
IMHO would be preferable to have module configuration fixed by feature
freeze. Probably affects RE, installer people, etc.
Comment 8 Pavel Buzek 2004-05-28 23:52:32 UTC
fixed - execution API is not used any more
Comment 9 Lukas Hasik 2004-06-02 10:43:15 UTC
v