File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
testCore/src/main/java/test/setup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575
7676 <soot .version>4.6.0</soot .version>
7777 <sootup .version>2.0.0</sootup .version>
78- <opal .version>5 .0.0</opal .version>
78+ <opal .version>6 .0.0</opal .version>
7979 <junit .version>5.13.4</junit .version>
8080 <guava .version>33.5.0-jre</guava .version>
8181 <jspecify .version>1.0.0</jspecify .version>
Original file line number Diff line number Diff line change 4242import org .opalj .br .JVMMethod ;
4343import org .opalj .br .LongType$ ;
4444import org .opalj .br .MethodDescriptor$ ;
45- import org .opalj .br .ObjectType ;
45+ import org .opalj .br .ClassType ;
4646import org .opalj .br .ReturnType ;
4747import org .opalj .br .ShortType$ ;
4848import org .opalj .br .Type ;
@@ -89,7 +89,7 @@ public void initialize(
8989
9090 // Load the class that contains the test method
9191 Option <ClassFile > testClass =
92- project .classFile (ObjectType .apply (methodWrapper .getDeclaringClass ().replace ("." , "/" )));
92+ project .classFile (ClassType .apply (methodWrapper .getDeclaringClass ().replace ("." , "/" )));
9393 if (testClass .isEmpty ()) {
9494 throw new RuntimeException ("Could not find class " + methodWrapper .getDeclaringClass ());
9595 }
You can’t perform that action at this time.
0 commit comments