aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/javac/comp/Attr.java
AgeCommit message (Expand)Author
2014-09-228057794: Compiler Error when obtaining .class propertyjdk8u40-b17jlahoda
2014-11-268062359: javac Attr crashes with NPE in TypeAnnotationsValidator visitNewClassjfranck
2014-11-248059921: Missing compile error in Java 8 mode for Interface.super.field accessvromero
2014-10-288054448: (ann) Cannot reference field of inner class in an anonymous classjfranck
2014-09-108051958: Cannot assign a value to final variable in lambdamcimadamore
2014-06-208044546: Crash on faulty reduce/lambdavromero
2014-06-198038182: javac crash with FunctionDescriptorLookupError for invalid functiona...vromero
2014-06-188038975: Access control in enhanced forpgovereau
2014-06-108037385: constant pool errors with -target 1.7 and static default methodsdlsmith
2014-06-048041713: Type inference of non-existent method references crashes the compilervromero
2014-05-278042338: Refactor Types.upperBound to treat wildcards and variables separatelydlsmith
2014-05-278041704: wrong error message when mixing lambda expression and inner classpgovereau
2014-05-138037379: fix for JDK-8029569 doesn't cover all possible casesvromero
2014-05-138028503: javac, for method references a primitive type can be added as a boundvromero
2014-05-138029102: Enhance compiler warnings for Lambdavromero
2014-04-228029718: Should always use lambda body structure to disambiguate overload res...vromero
2014-04-188035891: javac, rename method asFree() in InferenceContext to asUndetVar() wh...vromero
2014-04-158023945: javac wrongly allows a subclass of an anonymous classpgovereau
2014-04-108037935: Javac -- final local String var referenced in binary/unary op in lam...rfield
2014-01-278030816: javac crashes when mixing lambdas and inner classesvromero
2013-12-138029721: javac crash for annotated parameter type of lambda in a fieldvromero
2013-12-038028699: Compiler crash during speculative attribution of annotated typejlahoda
2013-11-268026374: javac accepts void as a method parameterjlahoda
2013-11-206557966: Multiple upper bounds of the TypeVariablejlahoda
2013-11-158026231: Look at 'static' flag when checking method referencesvromero
2013-11-148026963: type annotations code crashes for code with erroneous treesvromero
2013-11-118027439: Compile-time error in the case of ((Integer[] & Serializable)new Int...emc
2013-11-018027310: Annotation Processor crashes with NPEjlahoda
2013-10-238006732: support correct bytecode storage of type annotations in multicatchemc
2013-10-228025290: javac implicit versus explicit lambda compilation errorvromero
2013-10-208025109: Better encapsulation for AnnotatedTypejjg
2013-10-198024809: javac, some lambda programs are rejected by flow analysisvromero
2013-10-158026564: import changes from type-annotations forestjjg
2013-10-158026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusingjlahoda
2013-10-148014016: javac is too late detecting invalid annotation usagejlahoda
2013-10-108019461: Clean up javac diagnosticsemc
2013-10-018021339: Compile-time error during casting array to intersectionemc
2013-09-278022765: Compiler crashes with exception on wrong usage of an annotation.jlahoda
2013-09-258025407: TypeAnnotations does not use Contextjjg
2013-09-234881267: improve diagnostic for "instanceof T" for type parameter Tkizune
2013-09-236386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()alundblad
2013-09-168021112: Spurious unchecked warning reported by javacjlahoda
2013-09-098019521: Enhanced rethrow disabled in lambdasjlahoda
2013-09-048023549: Compiler emitting spurious errors when constructor reference type is...vromero
2013-09-038023389: Javac fails to infer type for lambda used with intersection type and...vromero
2013-09-028016177: structural most specific and stucknessvromero
2013-08-228023112: javac should not use lazy constant evaluation approach for method re...vromero
2013-08-197071377: Exception when javac -processor is given a class name with invalid p...ksrini
2013-08-158015809: More user friendly compile-time errors for uncaught exceptions in la...jlahoda
2013-08-128021567: Javac doesn't report \"java: reference to method is ambiguous\" any ...mcimadamore