ErrorSink icon indicating copy to clipboard operation
ErrorSink copied to clipboard

Improve marking packages as in-app by scanning classes in jar files

Open NLthijs48 opened this issue 8 years ago • 0 comments

Scan all plugin jars for .class files and mark those packages as in app (and maybe all super packages of them?). Already using a set for package names so duplicates will be discarded. This scan might take too much time, so it should be async.

This will improve this issue because the com.intellectualcrafters.plot... package would also get marked as in-app.

NLthijs48 avatar Jun 04 '17 16:06 NLthijs48