Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LINE_1 |
"public class Foo { " |
public static final String |
LINE_2 |
" public void bar() {" |
public static final String |
LINE_3 |
" System.out.println(\"hello\");" |
public static final String |
LINE_4 |
" System.out.println(\"hello\");" |
public static final String |
LINE_5 |
" int i = 5" |
public static final String |
LINE_6 |
" System.out.print(\"hello\");" |
public static final String |
LINE_7 |
" }" |
public static final String |
LINE_8 |
"}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
allChars |
"!@#$%^&*()_-+=[]{}\\|;:\'\",.<>/?`~ \t\n0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmniopqrstuvwxyz" |
public static final String |
alphaChars |
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmniopqrstuvwxyz" |
public static final String |
alphaNumericChars |
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmniopqrstuvwxyz" |
public static final String |
digitChars |
"0123456789" |
public static final String |
punctuationChars |
"!@#$%^&*()_-+=[]{}\\|;:\'\",.<>/?`~" |
public static final String |
whitespaceChars |
" \t\n" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DELTA |
0.005 |
public static final double |
MAX_MINIMUM |
100.0 |
public static final double |
MAX_SIGMA |
5.0 |
public static final double |
MEAN |
49.5 |
public static final int |
MIN_TOPSCORE |
0 |
public static final double |
NO_MINIMUM |
-1.0 |
public static final double |
NO_SIGMA |
-1.0 |
public static final int |
NO_TOPSCORE |
-1 |
public static final int |
NUM_TESTS |
1 |
public static final double |
SIGMA |
29.0115 |
Copyright © 2002–2014 InfoEther. All rights reserved.