njit-jerse / specimin

SPECIfication MINimizer. A different kind of slicer for Java.
MIT License
0 stars 5 forks source link

Potential infinite loop targeting a method in Randoop #279

Closed jonathan-m-phillips closed 1 month ago

jonathan-m-phillips commented 2 months ago

Running ASHE on dryrun mode, I believe I have hit a potential loop: --outputDirectory "/temp/dir" --root "/my/root/randoop/src/main/java" --targetFile "randoop/output/PrimitiveAndWrappedTypeVarNameCollector.java" --targetMethod "randoop.output.PrimitiveAndWrappedTypeVarNameCollector#visit(VariableDeclarationExpr, Set<String>)"

When running the project in the background, it gets hung up on this method and does not move forward.