Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify PDE classpath resolving #2671

Merged
merged 1 commit into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. Simplify PDE classpath resolving

    I've noticed that starting SpotBugs analysis in the IDE where workspace
    contains lot of plugin project takes sometimes longer as the analysis
    itself.
    
    Turned out, we do lot of duplicated work resolving plugins classpath,
    while Eclipse already resolved almost everything for us via
    JavaRuntime.computeDefaultRuntimeClassPath().
    
    Just removing lot of code here allows reduce startup times for spotbugs
    analysis, especially if running analysis on ~100 plugins in parallel.
    iloveeclipse committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d97af16 View commit details
    Browse the repository at this point in the history