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 267903 - Go to implementation popup (when multiple implementations exist) is too narrow, full package name not visible
Summary: Go to implementation popup (when multiple implementations exist) is too narro...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-06 14:58 UTC by bronek77
Modified: 2016-09-06 14:58 UTC (History)
0 users

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 bronek77 2016-09-06 14:58:23 UTC
When pressing Ctrl+Alt+B to go to implementation, when multilple implementations exist and packages tree is long (like: com.something.some.more.packages.then.long.package.name) then the end of the package name is not visible - the popup window is too narrow.

Also it would be good to show module/project name when Maven is used - sometimes there are different implementations of an interface in different maven modules but in the same package, so it's impossible to distinguish the implementation using package name only.