Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Tue Sep 5 2023 22:39:12 EDT
Hide Search Description
303 bugs found.
ID Product Comp Assignee Status Resolution Summary Changed
287648 JDT Core jarthana RESO FIXE [1.8][compiler] Add support for JSR 308 - Type Annotations Specification 2013-10-19
292364 JDT Core srikanth_sankaran VERI FIXE [internal] Type name in CastExpression not treated as Type name. 2009-10-26
380106 JDT Core satyam.kandula RESO FIXE [1.8] Infrastructure support to enable Java 8 work 2012-06-26
380188 JDT Core srikanth_sankaran RESO FIXE [1.8][lambda] Add support for Lambda Expressions (JSR 335) 2015-03-20
380194 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][lambda] Change ECJ grammar to support JSR 335 2013-03-07
380501 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Add support for default methods (JSR 335) 2014-01-06
381121 JDT Core srikanth_sankaran RESO FIXE [1.8][grammar] Arrays should be allowed in reference expressions 2013-01-28
381345 JDT Core srikanth_sankaran RESO FIXE [1.8] Take care of the Java 8 major version 2013-02-16
381358 JDT Core srikanth_sankaran RESO FIXE [1.8] Compiler should gracefully reject JSR 335 constructs at source levels 1.7- 2012-07-17
381360 JDT Core amj87.iitr RESO WORK [1.8][assist] Code completion broken just after default method definition. 2013-11-30
382345 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Compiler should not complain about unimplemented method where default implementation exists 2012-06-30
382347 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Compiler accepts incorrect default method inheritance 2012-10-08
382350 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Unable to invoke inherited default method via I.super.m() syntax 2013-04-01
382353 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Implementation property modifiers should be accepted on default methods. 2012-06-30
382354 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Compiler silent on conflicting modifier 2012-06-30
382355 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Compiler accepts erroneous default method 2012-09-02
382701 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Implement semantic analysis of Lambda expressions & Reference expressions. 2014-02-01
382702 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Lambda expressions should be rejected in disallowed contexts. 2013-02-05
382713 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compiler should reject lambda expressions when target type is not a functional interface 2013-02-05
382721 JDT Core jesper RESO FIXE [1.8][compiler] Effectively final variables needs special treatment 2013-11-11
382727 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Lambda expression parameters and locals cannot shadow variables from context 2013-02-12
382818 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] ArrayStoreException while compiling lambda expression 2012-06-18
382841 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] ClassCastException while compiling lambda expressions. 2012-06-18
383015 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Improve error reporting for illegal modifier in TypeElidedFormalParameter 2012-06-30
383062 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Mirror changes to internal scanner in PublicScanner 2012-07-05
383085 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Grammar rule "MethodReference: 'super' '::' NonWildTypeArgumentsopt Identifier" is not being honored 2012-06-20
383096 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler]NullPointerException with a wrong lambda code snippet 2013-11-25
383378 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] analyze performance impact of scanner/parser changes 2014-11-27
383499 JDT Core srikanth_sankaran VERI FIXE [1.8][compiler] Parser.buildFileForCompliance missing 1.6, 1.7 and 1.8 modes. 2012-08-06
383596 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Type annotations on nested types need to be supported 2012-10-01
383600 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Receiver annotations for inner class constructors require grammar change to support qualified this 2012-06-29
383624 JDT Core aclement RESO FIXE [1.8][compiler] Revive code generation support for type annotations (from Olivier's work) 2013-05-29
383714 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compile fails to reject 1.8 constructs at 1.7- modes. 2012-07-11
383884 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compiler tolerates illegal dimension annotation in class literal expressions. 2012-06-29
383908 JDT Core jarthana RESO FIXE [1.8][compiler] Explicit this parameter interferes with method overloading/resolution. 2012-08-21
383913 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler should reject explicit this parameter in disallowed contexts 2012-08-02
383949 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Explicit this parameter illegal in lambda expressions 2012-07-09
383950 JDT Core jarthana RESO FIXE [1.8][compiler] Type annotations must have target type meta annotation TYPE_USE 2020-01-30
383966 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] analyze inheritance and overriding involving one or more default methods 2013-03-31
383968 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] update checking of method modifiers re default methods 2012-09-05
383973 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] syntax recovery in the presence of default methods 2013-02-17
384317 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] More smarts needed in Scanner.jumpOver() 2012-07-05
384320 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Syntax error while mixing type annotations & reference expressions. 2012-07-05
384457 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Many productions are tagged with incorrect compliance levels. 2012-07-10
384580 JDT Core srikanth_sankaran VERI INVA Apply changes in JLS 8.4.5 to calculation of duplicate method return types 2013-03-12
384593 JDT Core srikanth_sankaran RESO INVA [1.8] Type parameters should not be accepted in lambda expressions 2012-07-09
384595 JDT Core srikanth_sankaran RESO FIXE [1.8] Modifiers other than final or annotations should not be accepted for lambda formal parameter list 2013-02-05
384600 JDT Core jesper RESO FIXE [1.8] 'this' should not be allowed in lambda/Reference expressions in contexts that don't allow it 2013-02-05
384687 JDT Core jesper RESO FIXE [1.8] Wildcard type arguments should be rejected for lambda and reference expressions 2013-11-14
384739 JDT Core srikanth_sankaran RESO DUPL [1.8] IAE in ASTNode.setSourceRange(..) on compiling invalid method reference expressions 2013-02-14
384750 JDT Core srikanth_sankaran RESO FIXE [1.8] Compiler should reject invalid method reference expressions 2013-02-18
384815 JDT Core amj87.iitr RESO INVA [1.8] strictfp and synchronized should be allowed for interface methods 2012-07-11
385009 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Running alternate parser/scanner in reconnaissance mode could add rigor. 2012-07-17
385041 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] JSR335 Grammar/Parser work: Issues post code review & verification 2013-03-07
385111 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compiler fails to flag undefined annotation type. 2012-07-15
385137 JDT Core jarthana RESO FIXE [1.8][compiler] Type annotations must not be allowed on static member access. 2012-10-08
385293 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] compiler accepts normal modifiers on type arguments 2012-10-01
385374 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] JSR308 style annotations on JSR335 rules 2012-07-19
386007 JDT Core jarthana RESO FIXE [1.8][compiler] Need Junit suite for Java8 tests alone. 2012-10-22
388739 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] consider default methods when detecting whether a class needs to be declared abstract 2012-12-09
388795 JDT Core stephan.herrmann VERI FIXE [compiler] detection of name clash depends on order of super interfaces 2012-12-12
388800 JDT Core stephan.herrmann RESO FIXE [1.8] adjust tests to 1.8 JRE 2013-01-28
388936 JDT Core srikanth_sankaran RESO FIXE [1.8] create jclMin libraries for 1.8 2012-10-18
388954 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] detect default methods in class files 2020-05-18
390761 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Incorrect error about default method clashing with another inherited method. 2012-10-02
390784 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Redesign ECJ grammar for type annotations support - JSR 308 2012-10-01
390882 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler should reject type annotations on nested package names and qualified top level types 2012-10-05
390883 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Unable to override default method 2013-01-26
390889 JDT Core stephan.herrmann VERI FIXE [1.8][compiler] Evaluate options to support 1.7- projects against 1.8 JRE. 2016-06-17
390891 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] JSR308 Grammar/Parser work: Follow up issues 2012-10-10
391108 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler allows type annotations on void methods. 2012-10-16
391196 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler rejects type annotations in valid locations 2012-10-09
391201 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler fails to reject type annotations at 1.7- 2012-10-09
391314 JDT Core jarthana RESO FIXE [1.8][compiler] Error message is overrestrictive 2012-10-09
391315 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler rejects annotations with valid target type 2012-10-15
391331 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compiler should replicate annotations with mixed SE7 & SE8 targets 2013-10-19
391376 JDT Core stephan.herrmann RESO FIXE [1.8] check interaction of default methods with bridge methods and generics 2013-11-19
391464 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler fails to resolve annotations in a few places 2012-10-12
391500 JDT Core jarthana RESO FIXE [1.8][compiler] Type annotations on Qualified Allocation Expressions dropped. 2012-10-11
391847 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Add DOM/AST API support for JSR 308 constructs. 2013-07-23
391890 JDT Core jarthana RESO FIXE [1.8][compiler] DOM/AST API should be enhanced to support type annotations in Type & TypeParameter nodes 2013-03-19
391893 JDT Core jarthana RESO FIXE [1.8][DOM/AST] Add receiver parameter support in DOM/AST 2013-01-24
391894 JDT Core jarthana RESO FIXE [1.8][compiler] Support type annotations on ArrayCreation nodes 2013-02-05
391895 JDT Core jarthana RESO FIXE [1.8][dom ast] Annotation support for extended dimensions 2013-02-03
391898 JDT Core manoj.palat RESO FIXE [1.8][compiler] Add DOM/AST support for annotations on varargs, 2013-01-03
392119 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Annotations with hybrid SE7 & SE8 targets don't make it to class files. 2012-10-17
392132 JDT Core manoj.palat RESO FIXE [1.8][compiler] DOM/AST MethodDeclaration's thrown exceptions should be Types and not Names. 2013-01-14
394355 JDT Core jarthana RESO WORK [1.8][compiler] Declaration annotations should be rejected on receiver parameter 2012-11-15
394356 JDT Core jarthana RESO FIXE [1.8][compiler] Type Annotations before package names should be rejected 2013-04-02
395886 JDT Core manoj.palat RESO FIXE [1.8][DOM/AST] Withdraw annotations property from Name nodes. 2013-10-27
396139 JDT Core manoj.palat RESO FIXE [1.8] define which JRE8 build we are targeting in BETA_JAVA8 2014-03-09
398267 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Variables in the body of the lambda expression should be valid 2013-02-05
398269 JDT Core jdt-core-inbox RESO INVA [1.8][compiler] Implement appropriate garbage collection facility for lambda expression entity and its dependents 2013-10-14
398734 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Lambda expression type or return type should be checked against the target functional interface method's result type 2013-02-05
399224 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][internal] Implement TypeBinding.getSingleAbstractMethod 2013-02-06
399263 JDT Core anchakrk RESO FIXE [1.8][compiler][internal] Turn MethodVerifier15.doesMethodOverride into a static method. 2013-01-30
399453 JDT Core jarthana RESO FIXE [1.8][compiler] Annotation preceding the first dimension in array creation expression is added to the type 2013-01-30
399534 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Lambda parameters must be checked for compatibility with the single abstract method of the functional interface 2013-02-05
399537 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Exceptions thrown from lambda body must match specification per function descriptor 2013-02-05
399567 JDT Core stephan.herrmann RESO FIXE [1.8] Different error message from the reference compiler 2013-02-20
399571 JDT Core stephan.herrmann CLOS DUPL [1.8] DefaultMethodsTest.testModifiers5 fails with b74 build 2013-01-31
399695 JDT Core jesper RESO FIXE [1.8][compiler] migrate parser to other syntax for default methods 2013-02-19
399768 JDT Core manoj.palat RESO FIXE [1.8] DOM AST Type Annotation Tests to be added. 2013-02-05
399769 JDT Core shankhba RESO FIXE [1.8][compiler] Use of '_' as identifier name should trigger a diagnostic. 2013-03-14
399770 JDT Core anchakrk RESO FIXE [1.8][compiler] Implement support for @FunctionalInterface 2013-02-13
399773 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Cast expression should allow for additional bounds to form intersection types 2013-02-10
399778 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Conditional operator expressions should propagate target types 2013-02-19
399780 JDT Core jarthana RESO FIXE [1.8][compiler] Compiler should allow static methods and disallow synchronized methods in interfaces. 2013-03-09
399790 JDT Core jarthana RESO FIXE [1.8][dom ast] Enhance AST APIs to support JSR 335 2013-07-16
399791 JDT Core jarthana RESO FIXE [1.8][dom ast] AST APIs should support code carrying interfaces (static & default methods) 2013-04-11
399792 JDT Core jarthana RESO FIXE [1.8][dom ast] AST APIs should support casts with intersection types. 2013-04-24
399793 JDT Core manoj.palat RESO FIXE [1.8][dom ast] Add a new node type for compiler node LambdaExpression 2013-03-06
399794 JDT Core manoj.palat RESO FIXE [1.8][dom ast] Add a new node type for the compiler node ReferenceExpression 2017-05-10
399979 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Statement expressions should be allowed in non-block lambda body when return type is void 2013-02-05
400051 JDT Core srikanth_sankaran RESO FIXE [1.8][spec] Can a lambda throw exceptions when the throws clause of descriptor mentions a type variable ? 2013-02-16
400159 JDT Core srikanth_sankaran RESO DUPL [1.8][compiler] @FunctionalInterface annotation should only be allowed on functional interfaces 2013-02-06
400386 JDT Core srikanth_sankaran RESO NOT_ [1.8][spec] Broken example in 9.8, discussion box - bullet 2 ? 2019-10-26
400556 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Visibility checks are missing for lambda/reference expressions. 2013-02-15
400710 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] synthetic access to default method generates wrong code 2013-02-18
400745 JDT Core manoj.palat RESO FIXE [1.8][compiler] Compiler incorrectly allows shadowing of local class names. 2013-02-14
400831 JDT Core jdt-core-inbox CLOS WONT [1.8][compiler] Inspect all @3.9 error messages for clarity, correct categorization, source ranges etc. 2020-04-17
400871 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Overhaul overload resolution to reconcile with JLS8 15.12.2 2013-12-18
400872 JDT Core srikanth_sankaran RESO WONT [1.8][compiler] Compiler should propagate expected type in method invocation contexts. 2013-02-15
400874 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Inference infrastructure should evolve to meet JLS8 18.x (Part G of JSR335 spec) 2013-12-14
400875 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Code generation for lambda/reference expressions 2014-01-06
400881 JDT Core srikanth_sankaran RESO FIXE [1.8][spec] Clarification required on how raw types interact with interface descriptor computation. 2013-02-16
400882 JDT Core srikanth_sankaran RESO WONT [1.8][spec] Are arrays allowed in intersection casts ? 2013-11-11
400899 JDT Core manoj.palat RESO FIXE [1.8][search] Search engine/indexer should evolve to support Java 8 constructs 2018-06-07
400902 JDT Core manoj.palat RESO FIXE [1.8][search] Search engine fails to annotation matches in extends/implements clauses. 2013-02-27
400904 JDT Core manoj.palat VERI DUPL [1.8][search] Method occurrences inside method reference expressions skipped by search engine. 2014-02-21
400905 JDT Core srikanth_sankaran VERI FIXE [1.8][search] Search engine skips functional interface types. 2023-03-13
400919 JDT Core manoj.palat RESO FIXE [1.8][search] Search engine fails to annotation matches in type variable bounds. 2013-05-08
400977 JDT Core manoj.palat RESO FIXE [1.8][compiler] Illegal combination of modifiers on interface methods produces confusing diagnostics 2017-05-10
400982 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] implement foundation for new type inference 2013-10-13
401003 JDT Core srikanth_sankaran RESO WORK [1.8][spec] Master bug to track specification issues. 2014-01-07
401004 JDT Core srikanth_sankaran RESO FIXE [1.8][spec] Various issues in specification of method/constructor references. 2013-03-10
401010 JDT Core srikanth_sankaran RESO WORK [1.8][spec] Clarification required on computation of compile time declaration for a method reference 2013-12-18
401170 JDT Core stephan.herrmann RESO WORK [1.8][compiler] implement detection of poly expressions 2013-10-12
401223 JDT Core srikanth_sankaran RESO INVA [1.8][compiler] add 'package' as an access modifier 2013-03-15
401235 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] 'this' reference must be allowed in default methods and local classes 2013-02-20
401246 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] abstract class method should now trump conflicting default methods 2013-02-20
401448 JDT Core stephan.herrmann RESO FIXE [1.8][spec] complete definition of assignment context 2013-12-17
401487 JDT Core anchakrk RESO FIXE [1.8][assist] default modifier not proposed while completing modifiers in interfaces 2013-03-11
401610 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Allow lambda expressions in non-overloaded method invocation contexts 2021-02-24
401769 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Explore solutions with better performance characteristics than LambdaExpression#copy() 2013-03-04
401783 JDT Core srikanth_sankaran RESO DUPL [1.8][compiler] Compile fails to properly type nested generic poly method invocation. 2013-12-08
401789 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Enable support for method/constructor references in non-overloaded method calls. 2013-02-26
401790 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Follow up of bug 401610, explicit constructor calls and allocation expressions needs updates too. 2013-02-26
401796 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] don't treat default methods as overriding an independent inherited abstract method 2013-03-03
401845 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Bad interaction between varargs and lambas/references. 2013-02-26
401847 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Polyconditionals not accepted in method invocation contexts. 2013-11-17
401939 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Incorrect shape analysis leads to method resolution failure 2013-03-02
401989 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] hook lambda expressions into "can be static" analysis 2013-04-28
402079 JDT Core srikanth_sankaran RESO FIXE [1.8][assist] Code assistant needs to evolve to support Java 8. 2013-12-17
402080 JDT Core srikanth_sankaran RESO FIXE [1.8][code select] Unable to navigate to method declaration from method reference 2013-11-24
402198 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][infrastructure] Enhance IErrorHandlingPolicy to support a new policy: ignore all errors. 2013-03-02
402219 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compile time errors in lambda during hypothetical type check should render candidate method inapplicable. 2013-12-07
402231 JDT Core manoj.palat RESO FIXE [1.8][ast rewrite] Rewrite support for lambda expressions. 2013-04-09
402233 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][infrastructure] Implement Expression.tIsMoreSpecific(TypeBinding t, TypeBinding s) 2013-03-03
402236 JDT Core srikanth_sankaran RESO NOT_ [1.8][spec] default methods in annotation types? 2013-03-03
402237 JDT Core manoj.palat RESO DUPL [1.8][compiler] investigate differences between compilers re MethodVerifyTest 2014-02-06
402259 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] NPE during overload resolution when there are syntax errors. 2013-03-04
402261 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Shape analysis confused by returns from inner classes/lambdas 2013-03-04
402609 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] AIOOB exception with a program using method references. 2013-03-07
402618 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compiler fails to resolve type annotations on method/constructor references 2013-03-07
402812 JDT Core anchakrk RESO FIXE [1.8][completion] Code Completion problems with static/default interface methods. 2013-05-09
402831 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][internal] ReferenceExpression should not implement ReferenceContext. 2013-03-10
403457 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] NPE in WildcardBinding.signature 2013-08-25
403581 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Compile error on varargs annotations. 2013-03-17
403810 JDT Core shankhba RESO FIXE [1.8] @since tags need adjusting. 2017-05-10
403816 JDT Core srikanth_sankaran RESO WONT [1.8][spec] JSR308 should restrict position of TYPE_USE annotations in BodyDeclaration modifiers 2014-01-07
403847 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] support two phase type inference 2013-12-05
403867 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Suspect error about duplicate default methods 2013-03-26
404042 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] when Invocation Type Inference fails fall back to the provisional result for error reporting 2013-03-21
404489 JDT Core manoj.palat RESO FIXE [1.8][dom ast] Incorrect conversion of JSR308 TYPE_USE annotations on qualified name 2013-05-02
404649 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] detect illegal reference to indirect or redundant super 2013-04-01
404690 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] revisit bridge generation after VM bug is fixed 2013-11-19
405066 JDT Core jesper RESO FIXE [1.8][compiler][codegen] Implement code generation infrastructure for JSR335. 2013-07-01
405067 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Generate code for stateless lambda expressions. 2013-04-21
405068 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Generate code for lambdas that capture locals from enclosing/outer contexts 2013-04-23
405069 JDT Core jesper RESO FIXE [1.8][compiler][codegen] Generate code for method references. 2013-04-21
405070 JDT Core jesper RESO FIXE [1.8][compiler][codegen] Generate code for constructor references 2013-04-21
405071 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Generate code for array constructor references 2013-04-24
405104 JDT Core aclement RESO FIXE [1.8][compiler][codegen] Implement support for serializeable lambdas 2014-01-13
405115 JDT Core srikanth_sankaran RESO WONT [1.8][code assist] After the parameter list of a lambda expression is specified, the assist should put the stuff to make it ready to specify the body. 2013-11-30
405125 JDT Core anchakrk RESO FIXE [1.8][code assist] static members of an interface appearing after the declaration of a static member lambda expression are not being suggested. 2013-12-13
405126 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist] Lambda parameters incorrectly recovered as fields. 2013-11-30
405133 JDT Core srikanth_sankaran RESO DUPL [1.8][code assist + compiler] compiler error and throughout wrong suggestions in multi-level lambda expression 2013-11-30
405134 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist + compiler] compiler and code assist problem in multilevel lambda with curly bracketed body 2013-11-30
405139 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist] Error in code assist suggestions in curly bracketed lambda body 2013-11-30
405240 JDT Core jdt-core-inbox RESO WONT [1.8][code assist] Annotations suggestions are mostly, if not fully, oblivious to context 2013-11-30
405250 JDT Core anchakrk RESO FIXE [1.8][code assist] Annotations getting suggested at import statements 2013-11-30
405254 JDT Core anchakrk RESO INVA [1.8[code assist] Annotations suggested in super and reference expressions 2013-11-30
405305 JDT UI noopur_gupta RESO FIXE [1.8] UI work for LambdaExpression 2014-04-22
405889 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Resilience against NPE needed in Scope.getJavaLangInvokeMethodHandlesLookup 2013-04-26
406175 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Generate code for lambdas with expression body. 2013-04-22
406178 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Some functional interfaces are wrongly rejected 2013-04-22
406181 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] IncompatibleClassChangeError when running code with lambda method. 2013-04-29
406319 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Generate code for enclosing instance capture in lambda methods 2013-04-27
406388 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Runtime evaluation of method reference produces "BootstrapMethodError: call site initialization exception" 2013-04-25
406392 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Improve identification of lambdas that must capture enclosing instance 2013-04-28
406468 JDT Core anchakrk RESO FIXE [1.8][code assist] No completion proposals after the use of a constructor reference 2013-11-30
406584 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] ClassFormatError: Invalid method signature 2013-04-26
406586 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Missing error about unavailable enclosing instance. 2013-04-27
406588 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] java.lang.invoke.LambdaConversionException: Incorrect number of parameters for static method newinvokespecial 2013-04-27
406589 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] super call misdispatched 2013-04-26
406614 JDT Core srikanth_sankaran RESO DUPL [1.8][compiler] Confusing diagnostics for a lambda with errors in method invocation contexts. 2014-10-26
406627 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Annotations on lambda parameters go the way of /dev/null 2013-04-26
406636 JDT Core srikanth_sankaran RESO FIXE [1.8][binary tools] AIOOB while disassembling class file. 2013-04-26
406641 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] Code generation for intersection cast. 2013-04-27
406744 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] LambdaConversionException seen when method reference targets a varargs method. 2014-02-02
406760 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] "VerifyError: Bad type on operand stack" with qualified super method references 2013-04-29
406773 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler][codegen] "java.lang.IncompatibleClassChangeError" caused by attempted invocation of private constructor 2013-04-29
406786 JDT UI noopur_gupta VERI FIXE [1.8][extract method] Extract Method refactoring in interfaces not handled 2014-02-23
406846 JDT Core srikanth_sankaran RESO FIXE [1.8] compiler NPE for method reference/lambda code compiled with < 1.8 compliance 2013-04-30
406847 JDT Core srikanth_sankaran RESO FIXE [1.8] lambda code compiles but then produces IncompatibleClassChangeError when run 2013-04-30
406859 JDT Core shankhba RESO FIXE [1.8][compiler] Bad hint that method could be declared static 2013-05-20
406966 JDT Core jesper RESO FIXE [1.8][compiler] Add support for JEP118 (Runtime access to parameter names) 2013-09-05
406973 JDT Core jesper RESO FIXE [1.8] Parse MethodParameters attribute from classfiles 2013-08-26
406982 JDT Core jesper RESO FIXE [1.8][compiler] Generation of MethodParameters Attribute in classfile 2013-09-05
406983 JDT Core jesper RESO INVA [1.8][compiler] JEP118: Compute flags for synthetic and mandated parameters 2013-08-26
407106 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist] Code assist failing for lambda expression with parameter of function call body 2013-11-30
407131 JDT Core manoj.palat RESO FIXE [1.8][dom ast]ASTRewrite support for ReferenceExpression nodes family 2013-12-05
407297 JDT Core jesper RESO FIXE [1.8][compiler] Control generation of parameter names by option (like 'javac -parameters') 2014-05-07
407864 JDT Core jesper RESO FIXE [1.8][compiler] Add support for JEP120 (Repeating annotations) 2014-03-29
407985 JDT UI noopur_gupta VERI FIXE [1.8][extract method] Extract Method refactoring from Lambda Expressions 2014-02-23
408009 JDT UI noopur_gupta VERI FIXE [1.8][extract method] Unable to extract lambda expression to method 2014-02-23
408114 JDT UI noopur_gupta RESO FIXE [1.8][extract local] Unable to extract local variable within lambda expression's body 2014-09-30
408230 JDT Core anchakrk RESO FIXE [1.8][hovering] NPE on hovering over a type inferred parameter in lambda expression 2013-11-25
408937 JDT UI manju656 RESO FIXE [1.8][rename] Unable to rename variables in lambda expression field 2014-04-01
408940 JDT UI jdt-ui-inbox CLOS WONT [1.8][mark occurrence] Incorrect mark occurrence for lambda expression's parameters 2019-07-19
408966 JDT UI noopur_gupta RESO FIXE [1.8][inline] Invalid inline constant and inline temp refactorings using lambda expressions 2014-06-15
408979 JDT UI manju656 RESO FIXE [1.8][quick fix] NPE and incorrect result from "Add return statement" quick fix on lambda expression 2014-03-13
409086 JDT UI noopur_gupta CLOS DUPL [1.8][syntax highlighting] Only Strings are highlighted if a method contains a lambda expression 2013-05-28
409235 JDT Core aclement RESO FIXE [1.8][compiler] Code generation for JSR308 - Annotations on types. 2013-08-25
409236 JDT Core aclement RESO FIXE [1.8][compiler] Type annotations on intersection cast types dropped by code generator 2013-08-07
409244 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Type annotations on redundant casts dropped. 2013-08-19
409245 JDT Core aclement RESO FIXE [1.8][compiler] Type annotations dropped when call is routed through a synthetic bridge method 2013-08-07
409246 JDT Core aclement RESO DUPL [1.8][compiler] Type annotations on catch parameters not handled properly. 2013-10-02
409247 JDT Core aclement RESO FIXE [1.8][compiler] Verify error with code allocating multidimensional array. 2013-08-20
409248 JDT Core aclement RESO DUPL [1.8][compiler] Type annotations appear clumped into the wrong place 2013-08-16
409250 JDT Core aclement RESO FIXE [1.8][compiler] Various loose ends in 308 code generation. 2013-08-25
409253 JDT UI jdt-ui-inbox RESO WORK [1.8][search] Unable to find References and Declarations of lambda expression parameters 2014-03-06
412149 JDT Core jesper RESO FIXE [1.8][compiler] Emit repeated annotations into the designated container 2013-10-14
412150 JDT Core jesper RESO FIXE [1.8] [compiler] Enable reflected parameter names during annotation processing 2013-08-30
412151 JDT Core jesper RESO FIXE [1.8][compiler] Check repeating annotation's collection type 2013-10-13
412153 JDT Core jesper RESO FIXE [1.8][compiler] Check validity of annotations which may be repeatable 2013-10-13
413569 JDT Core manoj.palat RESO FIXE [1.8][dom ast] AST for annotated multi-dimensional array type is not well-formed 2013-12-05
413592 JDT Core anchakrk RESO FIXE [1.8] Default method not formatted via ASTRewriteFormatter 2013-10-09
413613 JDT APT jarthana RESO FIXE [1.8] APT should support SE8 annotations 2013-10-11
413913 JDT Core manoj.palat RESO FIXE [1.8] Investigate failures against b100 2013-09-10
414384 JDT Core aclement RESO FIXE [1.8] type annotation on abbreviated inner class is not marked as inner type 2013-08-23
414627 JDT APT jarthana RESO FIXE [1.8] APT implementation must provide support for newly added methods in Java 8 2013-10-10
415019 JDT Core jesper RESO WONT [1.8][compiler] Anonymous classes extending local classes have duplicate synthetic constructor arguments 2013-09-05
415308 JDT Core shankhba RESO FIXE [1.8][compiler] Illegal type annotations not rejected 2020-03-28
415397 JDT Core aclement RESO FIXE [1.8][compiler] Type Annotations on wildcard type argument dropped. 2013-08-22
415399 JDT Core aclement RESO FIXE [1.8][compiler] Type annotations on constructor results dropped by the code generator 2013-08-22
415439 JDT Core shankhba RESO INVA [1.8][compiler] Needlessly divergent error messages under similar contexts 2013-09-19
415470 JDT Core aclement RESO FIXE [1.8][compiler] Type annotations on class declaration go vanishing 2013-08-26
415541 JDT Core aclement RESO FIXE [1.8][compiler] Type annotations in the body of static initializer get dropped. 2013-08-22
415543 JDT Core aclement RESO FIXE [1.8][compiler] Incorrect bound index in RuntimeInvisibleTypeAnnotations attrribute 2013-08-22
415821 JDT Core aclement RESO FIXE [1.8][compiler] CLASS_EXTENDS target type annotation missing for anonymous classes. 2013-10-02
415860 JDT Core jarthana RESO FIXE [1.8][compiler] EclipseCompiler should not hard code compliance level 2017-08-08
415911 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] NPE when TYPE_USE annotated method with missing return type 2013-08-26
416264 JDT UI jdt-ui-inbox RESO WORK [1.8][extract local] Unable to extract lambda expression to local variable 2014-04-25
416340 JDT UI jdt-ui-inbox CLOS WONT [1.8][quick fix] Change type of '*' to '*' does not work correctly with lambda expressions 2020-02-15
416559 JDT Core shankhba RESO FIXE [1.8][dom ast] variable binding for LambdaExpression parameter has non-unique key 2014-01-06
416560 JDT Core manoj.palat RESO FIXE [1.8] Incorrect source range for lambda expression's parameter 2014-02-03
416992 JDT UI noopur_gupta RESO FIXE [1.8][quick assist] Convert to 'if-!-return' not offered in lambda expression 2014-04-10
416996 JDT Core srikanth_sankaran RESO DUPL [1.8][code assist] 'sys' code completion template not populated when invoked from inside lambda expression 2013-12-17
416998 JDT UI noopur_gupta RESO FIXE [1.8] Update callers of ASTNodes#getType(VariableDeclaration) to handle 'null' for type inferred lambda parameter 2014-03-06
417017 JDT Core manoj.palat RESO FIXE [1.8] Incorrect parameters in resolved method binding for LambdaExpression 2013-10-04
417660 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Incorrect parsing of Annotations with array dimensions in arguments 2013-09-21
418000 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Support language model API for repeated annotations 2017-05-10
418096 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Misattribution of annotations with C style array declarations 2013-09-28
418347 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Type annotations from SE7 locations not handled properly during code generation. 2013-10-02
418807 JDT Core stephan.herrmann RESO DUPL [1.8] Collector type parameter must be explicitly set to compile 2013-12-12
419048 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Lambda type inference problem 2013-12-10
419331 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Weird error on forward reference to type annotations from type parameter declarations 2014-05-20
419412 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Misattribution of hybrid annotations in class files. 2013-10-15
419473 JDT Core manoj.palat RESO WORK [1.8][search] Search engines misses type annotations on wildcard types. 2013-10-18
421469 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist] NPE in LocalDeclaration.resolve with anonymous class in lambda body 2013-11-30
421543 JDT Core stephan.herrmann RESO FIXE [1.8][compiler] Compiler fails to recognize default method being turned into abstract by subtytpe 2013-11-19
421747 JDT Core srikanth_sankaran VERI DUPL [1.8][compiler] Bridge methods could be emitted into interfaces rather than implementations ? 2014-09-17
421796 JDT Core stephan.herrmann RESO DUPL [1.8][compiler] java.lang.AbstractMethodError executing default method code. 2013-11-19
421797 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] ClassFormatError with default methods & I.super::foo syntax 2013-11-15
421897 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Errors in lambda body should not influence overload resolution. 2013-11-17
421898 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Implement shape analysis as a preliminary pass. 2013-11-17
421901 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Incorrect error message : "Cannot return void result" 2013-11-17
421903 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Incorrect shape analysis leads to being program being rejected. 2013-11-17
422050 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Overloaded method call with poly-conditional expression rejected by the compiler 2013-11-19
422051 JDT Core stephan.herrmann RESO FIXE [1.8][compiler][tests] cleanup excuses (JavacHasABug) in InterfaceMethodTests 2013-11-19
422107 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist] Invoking code assist just before and after a variable initialized using lambda gives different result 2013-11-30
422468 JDT Core srikanth_sankaran RESO FIXE [1.8][assist] Code assist issues with type elided lambda parameters 2013-12-13
422566 JDT UI noopur_gupta CLOS DUPL [1.8][inline] inline lambda having self-reference in initializer 2013-11-26
422731 JDT Core srikanth_sankaran RESO DUPL [1.8] Ambiguous method not reported on overridden default method 2014-01-14
422766 JDT UI jdt-ui-inbox CLOS WONT [1.8][inline] Lambda expression's local variables conflict with other variables in the enclosing scope 2020-01-14
422809 JDT Core srikanth_sankaran RESO FIXE [1.8][compiler] Build heuristics based shape discovery capability as fall back. 2013-12-18
422901 JDT Core srikanth_sankaran RESO FIXE [1.8][code assist] Code assistant sensitive to scope.referenceContext type identity. 2014-02-03
423070 JDT Core stephan.herrmann CLOS DUPL [compiler] Eclipse Compiler won't compile this code (JDK8 does) 2014-02-01
425134 JDT Core jarthana VERI FIXE [1.8][model] Implement IJavaElements for lambda expression 2017-05-10
448826 JDT Core srikanth_sankaran VERI FIXE [1.8][compiler] Avoid error "cannot convert from Collection<Object> to <unknown>" 2014-12-09
464861 JDT Core jdt-core-inbox REOP --- [1.8] VariableBinding#isEqualTo returns true for parameters in different lambdas 2022-06-29
303 bugs found.

as