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 - wrong file linked
Summary: wrong file linked
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-12 15:31 UTC by FiruzzZ
Modified: 2016-10-12 15:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (252.12 KB, text/plain)
2016-10-12 15:31 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
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