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 206846 - Scanning started during debugging session
Summary: Scanning started during debugging session
Status: RESOLVED DUPLICATE of bug 202573
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 15:45 UTC by J Bachorik
Modified: 2012-01-13 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184096


Attachments
stacktrace (1.17 KB, text/plain)
2012-01-02 15:45 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2012-01-02 15:45:39 UTC
Build: NetBeans IDE Dev (Build 201112270601)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux

User Comments:
yardus: When stepping into a class from a not currently opened project the scan is triggered.




Stacktrace: 
java.lang.Exception: Scan canceled.
   at java.lang.Thread.getStackTrace(Thread.java:1495)
   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:813)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.registerUnknownSourceRoots(PathRegistry.java:234)
   at org.netbeans.modules.java.source.classpath.SourcePathCheck.run(SourcePathCheck.java:102)
Comment 1 J Bachorik 2012-01-02 15:45:41 UTC
Created attachment 114555 [details]
stacktrace
Comment 2 J Bachorik 2012-01-13 14:22:01 UTC
In fact, the problem is not the scanning - which makes sense since a project is being opened - but the fact that the whole debugger freezes still. This is particularly annoying when performing "step-into" operation.
Comment 3 Martin Entlicher 2012-01-13 15:57:03 UTC
We're already working on making the debugger to work during scanning.
It's issue #202573.

*** This bug has been marked as a duplicate of bug 202573 ***