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 242057 - InstantiationException: org.netbeans.modules.debugger.jpda.js.FirstSourceURLProvider
Summary: InstantiationException: org.netbeans.modules.debugger.jpda.js.FirstSourceURLP...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 14:25 UTC by kimsp
Modified: 2014-07-25 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207736


Attachments
stacktrace (1.94 KB, text/plain)
2014-02-18 14:25 UTC, kimsp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kimsp 2014-02-18 14:25:45 UTC
Build: NetBeans IDE Dev (Build 201401290001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows XP

User Comments:
kimsp: debugging




Stacktrace: 
java.lang.InstantiationException: org.netbeans.modules.debugger.jpda.js.FirstSourceURLProvider
   at java.lang.Class.newInstance(Class.java:359)
   at org.netbeans.spi.debugger.ContextAwareSupport.createInstance(ContextAwareSupport.java:137)
   at org.netbeans.spi.debugger.jpda.SourcePathProvider$ContextAware.forContext(SourcePathProvider.java:178)
   at org.netbeans.spi.debugger.jpda.SourcePathProvider$ContextAware.forContext(SourcePathProvider.java:169)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList$LazyInstance.getEntry(Lookup.java:1078)
   at org.netbeans.api.debugger.Lookup$LookupList$LookupLazyEntry.get(Lookup.java:1296)
Comment 1 kimsp 2014-02-18 14:25:46 UTC
Created attachment 145363 [details]
stacktrace
Comment 2 Martin Entlicher 2014-07-25 11:59:44 UTC
Hopefully already fixed in dev builds.