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 179193 - Using QuerySupport to search for related files from within Indexer results in StackOverflow
Summary: Using QuerySupport to search for related files from within Indexer results in...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 178750
  Show dependency tree
 
Reported: 2010-01-04 07:42 UTC by J Bachorik
Modified: 2010-01-07 23:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (3.68 KB, patch)
2010-01-04 07:43 UTC, J Bachorik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2010-01-04 07:42:56 UTC
When indexing a file containing syntax errors and searching for related files using QuerySupport a StackOverflowException is thrown.

Apply the provided patch to the JavaFX repository to reproduce the problem.
Comment 1 J Bachorik 2010-01-04 07:43:30 UTC
Created attachment 93048 [details]
Patch
Comment 2 Tomas Zezula 2010-01-06 10:36:51 UTC
fixed in jet-main 36896b42e8d8
Comment 3 Quality Engineering 2010-01-07 23:45:25 UTC
Integrated into 'main-golden', will be available in build *201001080200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/36896b42e8d8
User: Tomas Zezula <tzezula@netbeans.org>
Log: #179193:Using QuerySupport to search for related files from within Indexer results in StackOverflow