emt4j icon indicating copy to clipboard operation
emt4j copied to clipboard

Eclipse Migration Toolkit for Java

Results 5 emt4j issues
Sort by recently updated
recently updated
newest added

Hi, jdk_default_export_to_unnamed.cfg is used to filter out the unwanted add-exports option. ``` if (jdkDefaultExportToUnnamed.contains(packageName.get())) { continue; } ``` how to obtain the contents of the file jdk_default_export_to_unnamed.cfg? such as the...

Using emt4j:process-test-classes of the Maven Plugin on a particularly large project (~700MB) with over 30 gigs of memory allocated ``` Failed to analyze classes java.lang.RuntimeException: Failed to convert at soot.asm.AsmMethodSource.getBody(AsmMethodSource.java:2250)...

When use the emt4j:check of the mvn plugin, it will cause **ConcurrentModificationException** ![image](https://github.com/adoptium/emt4j/assets/21291945/9d56220a-b4b9-494d-8c56-326450933fec) ``` Failed to analyze aspectjweaver-1.9.4.jar java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967) at org.eclipse.emt4j.common.staticanalysis.impl.BaseAnalyzer.analyze(BaseAnalyzer.java:43) at org.eclipse.emt4j.common.staticanalysis.impl.CLDRDateFormatAnalyzer.analyze(CLDRDateFormatAnalyzer.java:33) at org.eclipse.emt4j.common.staticanalysis.InvokerImpl.invoke(InvokerImpl.java:117) at...

Hi,all It seems emt4j will scan dependent components in my application.Then they are sanned some issues.as the following: ![Weixin Image_20240620150244](https://github.com/adoptium/emt4j/assets/132581549/2893356d-1bdb-44d7-8fa4-889ded1214e7) In fact, this is not in my code.So how to...