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 241339 - Allow to run indexers in an order
Summary: Allow to run indexers in an order
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.4
Hardware: PC Linux
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: 8.0_HR_FIX
Depends on:
Blocks: 241751
  Show dependency tree
 
Reported: 2014-02-03 14:15 UTC by Petr Pisl
Modified: 2014-03-12 02:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2014-02-03 14:15:58 UTC
I have two different indexers. The first indexer prepares data for the second one. These indexers are defined via layer.xml and we need to run the indexers in the certain order. It can be used attr position in layer.xml for this.
Comment 1 Petr Pisl 2014-02-12 10:18:06 UTC
I'm marking this as defect, because it blocks issue #241751
Comment 2 Petr Pisl 2014-02-18 07:29:45 UTC
The position in layer.xml file is not probably the best solution, because then there should be position for all files in Editor/text/javascript folder to pass commit validation test. On the other hand i think it's doable.
Comment 3 Petr Pisl 2014-02-27 10:36:20 UTC
Because this blocks P1 issue #241751, increasing this to P1 as well.
Comment 4 Tomas Zezula 2014-02-27 10:58:18 UTC
However it's an ENHANCEMENT not a DEFECT.
The order of indexers was never guaranteed.
Comment 5 Marian Mirilovic 2014-03-04 06:55:41 UTC
(In reply to Tomas Zezula from comment #4)
> However it's an ENHANCEMENT not a DEFECT.
> The order of indexers was never guaranteed.

So ? .... we do not plan to fix it in 8.0 (means never), do we ?
Comment 6 Tomas Zezula 2014-03-04 11:52:33 UTC
Fixed jet-main 1fdb8819fa46
Comment 7 Marian Mirilovic 2014-03-04 14:23:34 UTC
Tomas, please integrate into release80 today, thanks in advance.
Comment 8 Tomas Zezula 2014-03-04 15:02:14 UTC
Transplanted to release80 cfcc1db63968
Comment 9 Quality Engineering 2014-03-06 01:11:36 UTC
Integrated into 'releases/release80', will be available in build *201403052200* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/cfcc1db63968
User: Tomas Zezula <tzezula@netbeans.org>
Log: #241339:Allow to run indexers in an order
Comment 10 Quality Engineering 2014-03-07 02:40:00 UTC
Integrated into 'main-silver', will be available in build *201403070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3f65bfade5db
User: Tomas Zezula <tzezula@netbeans.org>
Log: #241339:Allow to run indexers in an order
Comment 11 Quality Engineering 2014-03-12 02:47:26 UTC
Integrated into 'main-silver', will be available in build *201403120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1fdb8819fa46
User: Tomas Zezula <tzezula@netbeans.org>
Log: #241339:Allow to run indexers in an order