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 Original file line number Diff line number Diff line change 9
9
import sootup .core .model .Body ;
10
10
import sootup .core .model .SourceType ;
11
11
import sootup .interceptors .NopEliminator ;
12
- import sootup .java .core .views .JavaView ;
13
12
import sootup .jimple .frontend .JimpleAnalysisInputLocation ;
14
13
import sootup .jimple .frontend .JimpleView ;
15
14
@@ -18,9 +17,9 @@ public class FixJars extends BaseFixJarsTest {
18
17
19
18
@ Test
20
19
/* 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
+ */
24
23
public void executeexamcorejar () {
25
24
AnalysisInputLocation inputLocation =
26
25
new JimpleAnalysisInputLocation (
You can’t perform that action at this time.
0 commit comments