jdk/langtools/test/tools/javac/enum
Jonathan Gibbons 2ed0d63583 6933914: fix missing newlines
Reviewed-by: ohair
2010-03-10 16:23:18 -08:00
..
6350057 Initial load 2007-12-01 00:00:00 +00:00
6384542 6860965: Project Coin: binary literals 2009-09-15 18:36:21 -07:00
6424358 6926699: Annotation processing regression tests should typically return SourceVersion.latest 2010-02-15 20:06:11 -08:00
enumSwitch 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
forwardRef 6676362: Spurious forward reference error with final var + instance variable initializer 2008-08-08 17:43:24 +01:00
AbstractEmptyEnum.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
AbstractEnum1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
DA1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
DA2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
DA3.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
Def.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
Enum1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
Enum2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
Enum3.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumImplicitPrivateConstructor.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumInit.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumPrivateConstructor.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumProtectedConstructor.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumPublicConstructor.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumSwitch1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumSwitch2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumSwitch3.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
EnumSwitch4.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
ExplicitlyAbstractEnum1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
ExplicitlyAbstractEnum2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
ExplicitlyFinalEnum1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
ExplicitlyFinalEnum2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
FauxEnum1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
FauxEnum2.java Initial load 2007-12-01 00:00:00 +00:00
FauxEnum3.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
FauxSpecialEnum1.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
FauxSpecialEnum2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
LocalEnum.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
NestedEnum.java Initial load 2007-12-01 00:00:00 +00:00
NoFinal.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
NoFinal2.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
NoFinal3.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
NoFinal4.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
NoFinal5.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
OkFinal.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
SynthValues.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
T5075242.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
T5081785.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
T5081785a.java Initial load 2007-12-01 00:00:00 +00:00
T5081785b.java Initial load 2007-12-01 00:00:00 +00:00
T5081785c.java Initial load 2007-12-01 00:00:00 +00:00
T6509042.java 6509042: javac rejects class literals in enum constructors 2008-04-02 11:38:16 +01:00
T6675483.java 6675483: Javac rejects multiple type-variable bound declarations starting with an enum type 2008-07-25 12:22:09 +01:00
T6724345.java 6933914: fix missing newlines 2010-03-10 16:23:18 -08:00
TrailingComma.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
UserValue.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00
ValueOf.java 6843761: Update langtools tests to remove unncessary -source and -target options 2009-05-27 22:34:43 -07:00