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 218305 - 4 copies of PopupUtil.java
Summary: 4 copies of PopupUtil.java
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 15:01 UTC by David Strupl
Modified: 2016-12-26 11:32 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2012-09-13 15:01:56 UTC
Can the following code be moved to openide.util or somewhere?

/Users/david/Thunderbird/netbeans/jet-main/csl.api/src/org/netbeans/modules/csl/editor/hyperlink/PopupUtil.java
	/Users/david/Thunderbird/netbeans/jet-main/java.editor/src/org/netbeans/modules/java/editor/overridden/PopupUtil.java
	/Users/david/Thunderbird/netbeans/jet-main/gototest/src/org/netbeans/modules/gototest/PopupUtil.java
	/Users/david/Thunderbird/netbeans/jet-main/editor/src/org/netbeans/modules/editor/codegen/PopupUtil.java
Comment 1 Antonin Nebuzelsky 2012-09-14 14:29:47 UTC
Stando, what is your take on this?
Comment 2 ebakke 2016-12-26 11:31:15 UTC
This class seems to be reproducing rapidly--there are now 8 copies of PopupUtil.java:

cnd.utils.ui/src/org/netbeans/modules/cnd/utils/ui/PopupUtil.java
csl.api/src/org/netbeans/modules/csl/editor/hyperlink/PopupUtil.java
editor/src/org/netbeans/modules/editor/codegen/PopupUtil.java
gototest/src/org/netbeans/modules/gototest/PopupUtil.java
java.editor/src/org/netbeans/modules/java/editor/overridden/PopupUtil.java
php.editor/src/org/netbeans/modules/php/editor/actions/PopupUtil.java
vmd.io/src/org/netbeans/modules/vmd/api/io/PopupUtil.java
web.beans/src/org/netbeans/modules/web/beans/navigation/PopupUtil.java
Comment 3 ebakke 2016-12-26 11:32:05 UTC
They are all slightly different, but org.netbeans.modules.editor.codegen.PopupUtil is the one that seems to contain the logic of all the other ones...