- 29 9月, 2008 2 次提交
-
-
由 mcimadamore 提交于
Summary: add an Xlint option for detecting all raw types usages (ccc-approved) Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: TransTypes needs to deal with intersection types coming from conditional expressions Reviewed-by: jjg
-
- 24 9月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 19 9月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 17 9月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy, mcimadamore
-
- 10 9月, 2008 2 次提交
- 27 8月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 22 8月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Problems with diagnostic path and tab character in the source code Reviewed-by: darcy, jjg
-
- 09 8月, 2008 3 次提交
-
-
由 mcimadamore 提交于
Summary: Regression in JavaCompiler.desugar introduced in 6726015 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Some javac forward reference errors aren't compliant with the JLS Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bug in the implementation of Types.isSubtypeUnchecked Reviewed-by: jjg
-
- 08 8月, 2008 1 次提交
-
-
由 mcimadamore 提交于
6695838: javac does not detect cyclic inheritance involving static inner classes after import clause Summary: Javac fails to detect some errors due to the order in which a class' static imports are entered Reviewed-by: jjg
-
- 02 8月, 2008 1 次提交
-
-
由 jjg 提交于
6627364: javac needs Float and Double on the bootclasspath even when not directly used 6627366: javac needs Cloneable and Serializable on the classpath even when not directly used Reviewed-by: darcy
-
- 25 7月, 2008 3 次提交
-
-
由 mcimadamore 提交于
Summary: Intersection types bounded by an enum are erroeously considered harmful by javac Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Lower is too strict when translating enhanced causing CCE to be thrown at runtime Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: removed early toString() conversions applied to diagnostic arguments Reviewed-by: jjg
-
- 24 7月, 2008 3 次提交
-
-
由 mcimadamore 提交于
Summary: javac should report an error when the capture of an actual type parameter does not exist Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: compiler should apply capture conversion when checking for bound conformance Reviewed-by: jjg
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 12 7月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 11 7月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 20 6月, 2008 2 次提交
-
-
由 mcimadamore 提交于
Summary: Problematic overriding check when two methods defined in two distinct superinterfaces are overriden by an interface Reviewed-by: jjg
-
由 jjg 提交于
Reviewed-by: darcy
-
- 18 6月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 17 6月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 30 5月, 2008 3 次提交
-
-
由 mcimadamore 提交于
6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors Summary: This regression has been caused by previous fix of 6660289 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Types.isSubtypeUnchecked() should handle type-variables subtyping properly Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Buggy accessibility check causes NPE during resolution of imported static methods Reviewed-by: jjg
-
- 23 5月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 24 4月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: A missing type-erasure in Lower.java causes the compiler to crash since JDK6 Reviewed-by: jjg
-
- 09 4月, 2008 8 次提交
-
-
由 mcimadamore 提交于
Summary: Javac doesn't conform to JLS 4.8 - all the supertypes of a raw type must be erased Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: The regression test for CR 6611449 contains some inconstistencies Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Lookup of member inner classes silently fails leading to an unwanted erasure to take place Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: A missing capture conversion makes javac to think that some expressions are well-formed even when they aren't Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bug in the parser caused by the fact that explicit type arguments are disabled when parsing parenthesized expressions Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Unignore regression test as this bug has been fixed by CR 6278587 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: missing implementation of JLS 8.4.8.3 (different arguments with same erasure not always triggering a compiler error) Reviewed-by: jjg
-
由 mcimadamore 提交于
6531075: Missing synthetic casts when accessing fields/methods of intersection types including type variables Summary: bug when javac generates code involving intersection types Reviewed-by: jjg
-