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

Summary: 4 copies of PopupUtil.java
Product: platform Reporter: David Strupl <dstrupl>
Component: -- Other --Assignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: anebuzelsky
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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...