A CU as follows will only generate a single recorder .class file (and the one it chooses will be random):
public class Foo {
public Foo() {
}
}
class Foo2 {
Foo2() {
}
}
Description
A CU as follows will only generate a single recorder .class file (and the one it chooses will be random):
public class Foo {
public Foo() {
}
}
class Foo2 {
Foo2() {
}
}