aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/javac/comp/Resolve.java
AgeCommit message (Expand)Author
2014-11-208063052: Inference chokes on wildcard derived from method referencevromero
2014-09-108055514: Wrong, confusing error when non-static varargs referenced in static ...mcimadamore
2014-06-208044546: Crash on faulty reduce/lambdavromero
2014-07-048049075: javac, wildcards and generic vararg method invocation not acceptedvromero
2014-06-178036953: Fix timing of varargs access check, per JDK-8016205vromero
2014-05-278042338: Refactor Types.upperBound to treat wildcards and variables separatelydlsmith
2014-05-148034223: Most-specific should not have any special treatment for boxed vs. un...jdk8u20-b15dlsmith
2014-05-138037379: fix for JDK-8029569 doesn't cover all possible casesvromero
2014-05-098041663: Sensitive dependence on location of nested interfacejlahoda
2014-05-068033718: Inference ignores capture variable as upper bounddlsmith
2014-05-028030741: Inference: implement eager resolution of return types, consistent wi...vromero
2014-04-188035891: javac, rename method asFree() in InferenceContext to asUndetVar() wh...vromero
2014-02-068030855: Default methods should be visible under source previous to 8jdk8u20-b01vromero
2014-02-068029240: Default methods not always visible under -source 7vromero
2013-12-098029569: internal javac cast exception when resolving varargs ambiguityvromero
2013-11-158026231: Look at 'static' flag when checking method referencesvromero
2013-10-158025816: javac crash with method reference with a type variable as the sitevromero
2013-09-236386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()alundblad
2013-09-148024207: javac crash in Flow.AssignAnalyzer.visitIdentvromero
2013-09-038023545: Misleading error message when using diamond operator with private co...vromero
2013-09-028016177: structural most specific and stucknessvromero
2013-08-217118412: Shadowing of type-variables vs. member typesemc
2013-08-126537020: JCK tests: a compile-time error should be given in case of ambiguous...mcimadamore
2013-07-258020843: javac crashes on accessibility check with method reference with type...mcimadamore
2013-07-177041019: Bogus type-variable substitution with array types with dependencies ...mcimadamore
2013-07-178020286: Wrong diagnostic after compactionmcimadamore
2013-07-178012238: Nested method capture and inferencemcimadamore
2013-07-178016175: Add bottom-up type-checking support for unambiguous method referencesmcimadamore
2013-07-017034798: Ambiguity error for abstract method call is too eagermcimadamore
2013-06-258017104: javac should have a class for primitive types that inherits from Typevromero
2013-06-148016569: javac, add new flag for polymorphic method signaturesvromero
2013-06-066360970: javac erroneously accept ambiguous field referencemcimadamore
2013-05-317179353: try-with-resources fails to compile with generic exception parametersvromero
2013-05-248014649: Regression: bug in Resolve.resolveOperatormcimadamore
2013-05-158012003: Method diagnostics resolution need to be simplified in some casesmcimadamore
2013-04-158010923: Avoid redundant speculative attributionmcimadamore
2013-04-088010922: Cleanup: add support for ad-hoc method check logicmcimadamore
2013-02-288008537: Missing method reference lookup error when unbound search finds a st...mcimadamore
2013-02-288008813: Structural most specific fails when method reference is passed to ov...mcimadamore
2013-02-218007461: Regression: bad overload resolution when inner class and outer class...mcimadamore
2013-02-186563143: javac should issue a warning for overriding equals without hashCodevromero
2013-02-158007462: Fix provisional applicability for method referencesmcimadamore
2013-02-068007479: Refactor DeferredAttrContext so that it points to parent contextmcimadamore
2013-02-068007463: Cleanup inference related classesmcimadamore
2013-01-238006775: JSR 308: Compiler changes in JDK8jjg
2013-01-218005244: Implement overload resolution as per latest spec EDRmcimadamore
2013-01-168005964: Regression: difference in error recovery after ambiguity causes JCK ...mcimadamore
2013-01-168005854: Add support for array constructor referencesmcimadamore
2013-01-088005179: Cleanup Resolve.AmbiguityErrormcimadamore
2013-01-088005243: Restructure method check code to allow pluggable checkersmcimadamore