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 268490

Summary: wrong file linked
Product: ide Reporter: FiruzzZ
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description FiruzzZ 2016-10-12 15:31:44 UTC
I am having an error from a GlassFish Server output Tab, when I click on : "at generics.ProjectUtils.<clinit>(ProjectUtils.java:18)" This link lead me to another file (with the same name, but different project). PD: the line where the error happend it is actually 18, but in the other project is 20 (that's how I noticed this error)


	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.MissingResourceException: Can't find bundle for base name languange, locale es_AR
	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:773)
	at generics.ProjectUtils.<clinit>(ProjectUtils.java:18)
	... 49 more




Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Haven't tried to reproduce it

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
									  message pops up
Comment 1 FiruzzZ 2016-10-12 15:31:50 UTC
Created attachment 162475 [details]
IDE log