File tree 5 files changed +10
-10
lines changed
regression/jbmc/overlay-class 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- import com . diffblue .OverlayClassImplementation ;
2
- import com . diffblue .OverlayMethodImplementation ;
1
+ import org . cprover .OverlayClassImplementation ;
2
+ import org . cprover .OverlayMethodImplementation ;
3
3
4
4
@ OverlayClassImplementation
5
5
public class Test
Original file line number Diff line number Diff line change 1
- import com . diffblue .OverlayClassImplementation ;
2
- import com . diffblue .OverlayMethodImplementation ;
1
+ import org . cprover .OverlayClassImplementation ;
2
+ import org . cprover .OverlayMethodImplementation ;
3
3
4
4
public class Test
5
5
{
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ class java_bytecode_convert_classt:public messaget
53
53
// / \remarks
54
54
// / Allows multiple definitions of the same class to appear on the
55
55
// / classpath, so long as all but the first definition are marked with the
56
- // / attribute `\@java::com.diffblue .OverlayClassImplementation`.
56
+ // / attribute `\@java::org.cprover .OverlayClassImplementation`.
57
57
// / Overlay class definitions can contain methods with the same signature
58
58
// / as methods in the original class, so long as these are marked with the
59
- // / attribute `\@java::com.diffblue .OverlayMethodImplementation`; such
59
+ // / attribute `\@java::org.cprover .OverlayMethodImplementation`; such
60
60
// / overlay methods are replaced in the original file with the version
61
61
// / found in the last overlay on the classpath. Later definitions can
62
62
// / also contain new supporting methods and fields that are merged in.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ static bool is_overlay_class(const java_bytecode_parse_treet::classt &c)
88
88
// / \remarks
89
89
// / Allows multiple definitions of the same class to appear on the
90
90
// / classpath, so long as all but the first definition are marked with the
91
- // / attribute `\@java::com.diffblue .OverlayClassImplementation`.
91
+ // / attribute `\@java::org.cprover .OverlayClassImplementation`.
92
92
java_class_loadert::parse_tree_with_overlayst &
93
93
java_class_loadert::get_parse_tree (
94
94
java_class_loader_limitt &class_loader_limit,
Original file line number Diff line number Diff line change @@ -668,9 +668,9 @@ IREP_ID_ONE(havoc_object)
668
668
IREP_ID_TWO(overflow_shl, overflow-shl)
669
669
IREP_ID_TWO(C_no_initialization_required, #no_initialization_required)
670
670
IREP_ID_TWO(C_no_nondet_initialization, #no_nondet_initialization)
671
- IREP_ID_TWO(overlay_class, java::com.diffblue .OverlayClassImplementation)
672
- IREP_ID_TWO(overlay_method, java::com.diffblue .OverlayMethodImplementation)
673
- IREP_ID_TWO(ignored_method, java::com.diffblue .IgnoredMethodImplementation)
671
+ IREP_ID_TWO(overlay_class, java::org.cprover .OverlayClassImplementation)
672
+ IREP_ID_TWO(overlay_method, java::org.cprover .OverlayMethodImplementation)
673
+ IREP_ID_TWO(ignored_method, java::org.cprover .IgnoredMethodImplementation)
674
674
IREP_ID_ONE(is_annotation)
675
675
IREP_ID_TWO(C_annotations, #annotations)
676
676
IREP_ID_ONE(final)
You can’t perform that action at this time.
0 commit comments