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

Summary: InstantiationException: org.netbeans.modules.debugger.jpda.js.FirstSourceURLProvider
Product: debugger Reporter: kimsp <kimsp>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207736
Attachments: stacktrace

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.