Skip to content

Commit a887000

Browse files
review changes
1 parent 82a2b61 commit a887000

File tree

1 file changed

+3
-4
lines changed
  • sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/inputlocation

1 file changed

+3
-4
lines changed

sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/inputlocation/FixJars.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import sootup.core.model.Body;
1010
import sootup.core.model.SourceType;
1111
import sootup.interceptors.NopEliminator;
12-
import sootup.java.core.views.JavaView;
1312
import sootup.jimple.frontend.JimpleAnalysisInputLocation;
1413
import sootup.jimple.frontend.JimpleView;
1514

@@ -18,9 +17,9 @@ public class FixJars extends BaseFixJarsTest {
1817

1918
@Test
2019
/* Isolated testcase from:
21-
* String jarDownloadUrl = "https://repo1.maven.org/maven2/io/github/adven27/exam-core/2024.0.10/exam-core-2024.0.10.jar";
22-
* String methodSignature = "<io.github.adven27.concordion.extensions.exam.core.logger.LoggingFormatterExtension$LoggingFormatterListener: void afterExample(org.concordion.api.listener.ExampleEvent)>";
23-
*/
20+
* String jarDownloadUrl = "https://repo1.maven.org/maven2/io/github/adven27/exam-core/2024.0.10/exam-core-2024.0.10.jar";
21+
* String methodSignature = "<io.github.adven27.concordion.extensions.exam.core.logger.LoggingFormatterExtension$LoggingFormatterListener: void afterExample(org.concordion.api.listener.ExampleEvent)>";
22+
*/
2423
public void executeexamcorejar() {
2524
AnalysisInputLocation inputLocation =
2625
new JimpleAnalysisInputLocation(

0 commit comments

Comments
 (0)