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 54464 - Remove implementation dependency on refactoring
Summary: Remove implementation dependency on refactoring
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords:
Depends on:
Blocks: 52155
  Show dependency tree
 
Reported: 2005-02-03 13:36 UTC by Jaroslav Tulach
Modified: 2006-03-24 13:16 UTC (History)
1 user (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 Jaroslav Tulach 2005-02-03 13:36:15 UTC
Intercluster implementation dependencies have to
be prohibited, so please remove the one on
refactoring api (that you do not need in fact at all).
Comment 1 Pavel Buzek 2005-02-03 18:23:35 UTC
Pavle, use the refatoring API instead of implementation dependency
(org.netbeans.modules.refactoring.api.ui.RefactoringActionsFactory).
Comment 2 Pavel Fiala 2005-02-04 13:26:13 UTC
Used refactoring API instead of implementation dependency

Checking in
ddloaders/src/org/netbeans/modules/j2ee/ddloaders/multiview/Utils.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/multiview/Utils.java,v
 <--  Utils.java
new revision: 1.18; previous revision: 1.17
Comment 3 Pavel Fiala 2005-02-09 13:31:35 UTC
Fixed

Checking in golden/cluster-impl-deps.txt;
/cvs/ide/golden/cluster-impl-deps.txt,v  <--  cluster-impl-deps.txt
new revision: 1.3; previous revision: 1.2
done
Checking in golden/impl-deps.txt;
/cvs/ide/golden/impl-deps.txt,v  <--  impl-deps.txt
new revision: 1.13; previous revision: 1.12
done
Comment 4 Jaroslav Tulach 2005-04-12 13:53:18 UTC
I know it has been removed. Thanks.