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 130675 - Go To Source from Profiler Snapshot is broken.
Summary: Go To Source from Profiler Snapshot is broken.
Status: RESOLVED DUPLICATE of bug 129097
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 16:44 UTC by abobrov
Modified: 2008-03-20 21:39 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 abobrov 2008-03-20 16:44:41 UTC
this is for 6.1 Beta to be exact. ever since upgrading to it from 6.0 release 'Go to Source' in snapshots
no longer works, throws the following :

java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
MDRUtils_OpeningSourceMsg
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)
	at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
	at org.netbeans.modules.profiler.projectsupport.utilities.SourceUtils$10.run(SourceUtils.java:1008)
	at org.netbeans.modules.profiler.projectsupport.utilities.SourceUtils$10.run(SourceUtils.java:983)
	at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:661)
	at org.netbeans.modules.profiler.projectsupport.utilities.SourceUtils.openSource(SourceUtils.java:979)
	at org.netbeans.modules.profiler.NetBeansProfiler$5.run(NetBeansProfiler.java:1401)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)

same project, same everything, used to work flawlessly with 6.0 release. it would be great to get it fixed
for the final 6.1. i use that quite often, well, used before it got broken, so i would not mind upgrading
to milestone or nightly build as soon as it gets fixed.
Comment 1 J Bachorik 2008-03-20 21:39:57 UTC

*** This issue has been marked as a duplicate of 129097 ***