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 - Long indexing of Ruby gems(?)
Summary: Long indexing of Ruby gems(?)
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 09:56 UTC by Exceptions Reporter
Modified: 2012-10-05 10:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193108


Attachments
stacktrace (1.17 KB, text/plain)
2012-10-05 09:56 UTC, Exceptions Reporter
Details

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