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

Summary: Go to implementation popup (when multiple implementations exist) is too narrow, full package name not visible
Product: java Reporter: bronek77 <bronek77>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.