Thanks for your great work. I works well except some inconsistent output,
The output of following two java code are supposed to be same, but actually not, the both output the same as input.
public class Keys {
private static class Identities0 {
public static Identity<Long> IDENTITY_BILLING_OFFERINGS1 = Internal.create();
public static Identity<Long> IDENTITY_BILLING_OFFERINGS2 = Internal.create();
}
}
public class Keys {
private static class Identities0 {
public static Identity<Long> IDENTITY_BILLING_OFFERINGS1 = Internal.create();
public static Identity<Long> IDENTITY_BILLING_OFFERINGS2 = Internal.create();
}
}
I've tested this with version 1.8 and 1.7.
Thanks for your great work. I works well except some inconsistent output,
The output of following two java code are supposed to be same, but actually not, the both output the same as input.
I've tested this with version 1.8 and 1.7.