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 148470 - some class names in websvc.manager module clash with etable & outline module
Summary: some class names in websvc.manager module clash with etable & outline module
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 11:27 UTC by Stanislav Aubrecht
Modified: 2010-09-23 03:01 UTC (History)
2 users (show)

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 Stanislav Aubrecht 2008-09-26 11:27:39 UTC
module websvc.manager contains package org.netbeans.swing.outline which some classes with the same name as classes in
o.n.swing.outline module.
please either add dependency on outline module and remove your copies or at least rename the package
Comment 1 Roderico Cruz 2008-09-29 20:30:38 UTC
The ideal solution was to make websvc.manager depend on the etbale & outline module. However, the classes in
websvc.manager seemed to have been written prior to the etable and were not compatible with etable & outline. The
correct fix is still to make websvc.manager depend on the outline module but this has to be done after 6.5. Meanwhile
this will simply rename the package.
Comment 2 Quality Engineering 2008-09-30 06:05:11 UTC
Integrated into 'main-golden', will be available in build *200809300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2734ddadc8d9
User: rcruz@netbeans.org
Log: #148470 some class names in websvc.manager module clash with etable & outline module. The ideal solution was to make websvc.manager depend on the etbale & outline module. However, the classes in websvc.manager seemed to have been written prior to the etable and were not compatible with etable & outline. The correct fix is still to make websvc.manager depend on the outline module but this has to be done after 6.5. Meanwhile this will simple rename the package.
Comment 3 Lukas Jungmann 2008-09-30 10:45:35 UTC
see also issue 135856 and issue 135859 - they're TASKs but about very same thing, perhaps time for changing them to P3
bugs (to track a progress on a correct fix) and let them be fixed in post-6.5?

same issue in websvc.registry module (see it's ext-sources), same "solution for 6.5" should be applied there...
Comment 4 Denis Anisimov 2010-09-22 10:40:24 UTC
changeset:   177957:e748c3cbc57b
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Sep 22 14:38:49 2010 +0400
summary:     Fix for BZ#148470 -  some class names in websvc.manager module clash with etable & outline module
Comment 5 Quality Engineering 2010-09-23 03:01:34 UTC
Integrated into 'main-golden', will be available in build *201009230000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e748c3cbc57b
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#148470 -  some class names in websvc.manager module clash with etable & outline module