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 219583

Summary: Long indexing of Ruby gems(?)
Product: ruby Reporter: Exceptions Reporter <exceptions_reporter>
Component: GemsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal CC: sdedic
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193108
Attachments: stacktrace

Description Exceptions Reporter 2012-10-05 09:56:45 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
GUEST: Well, I ran it, and I was thrown an exception. After fixing the source of the exception, Netbeans just says "Scanning projects..." and won't let me re-run
-Adil




Stacktrace: 
java.lang.Exception: Scan canceled.
   at java.lang.Thread.getStackTrace(Thread.java:1567)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:74)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:67)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:769)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.registerUnknownSourceRoots(PathRegistry.java:213)
   at org.netbeans.modules.java.source.classpath.SourcePathCheck.run(SourcePathCheck.java:102)
Comment 1 Exceptions Reporter 2012-10-05 09:56:48 UTC
Created attachment 125438 [details]
stacktrace
Comment 2 Svata Dedic 2012-10-05 10:00:19 UTC
Most time shown in the report is spent in indexing ruby gems; please check whether the indexing time is appropriate for the content, or if there's some performance issue. Thanks.