import org.aspectj.testing.Tester;
/**
* Test for: PR #99
*/
public class CombinedLogic {
public static void main(String[] args) { test(); }
public static void test() {
Object foo = null;
int baz = 1;
int foobaz = baz;
if ((null == foo) && (baz != foobaz)) {
Tester.check(false, "better not");
} else {
Tester.check(true, "it better be true");
}
}
}
d class='logo' rowspan='2'>
index : jgit.git | |
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit | www-data |
blob: 54c72de2e2433d2ac4b680d66f604bf41b42e5a8 (
plain)