Skip to content

Add all discovered analyses to map used in getter function used by getDependentAnalyses#416

Open
GuillaumeZhang321 wants to merge 1 commit into
eclipse-tracecompass:masterfrom
GuillaumeZhang321:dependent_analyses_feature
Open

Add all discovered analyses to map used in getter function used by getDependentAnalyses#416
GuillaumeZhang321 wants to merge 1 commit into
eclipse-tracecompass:masterfrom
GuillaumeZhang321:dependent_analyses_feature

Conversation

@GuillaumeZhang321
Copy link
Copy Markdown

What it does

Addresses #415

How to test

  • Create numerous automatic modules and set them in any order in the plugin.xml
  • Inside of any analysis, make one depend on the others
  • Observe, with a step debugger, that the dependent analyses are acquired and scheduled before the analysis that depends on them runs

Follow-ups

Review checklist

  • As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

…endentAnalyses() function.

This allows using the TmfTraceUtils functions to see all available analyses and mark them as dependencies in the getDependentAnalyses() for each Analysis.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 5, 2026

Warning

Review limit reached

@GuillaumeZhang321, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 50 minutes and 57 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 720dc903-c01c-46dc-a677-a84c6678c99e

📥 Commits

Reviewing files that changed from the base of the PR and between 75e5dc8 and b21d343.

📒 Files selected for processing (1)
  • tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTrace.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant