Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Bug 418743 - [1.8][null] contradictory annotations on invocation ofP20140225-1600Stephan Herrmann6-4/+98
2014-02-25Bug 428985 - [1.8][null] help the type inference to find aStephan Herrmann3-10/+14
2014-02-25Bug 428985 - [1.8][null] help the type inference to find aStephan Herrmann2-1/+30
2014-02-25Bug 428985 - [1.8][null] help the type inference to find aStephan Herrmann1-15/+16
2014-02-25Bug 428980 - [1.8][null] simple expression as lambda body doesn'tStephan Herrmann1-2/+3
2014-02-25Simplified implementation for Bug 400905 - [1.8][search] Search enginessankaran6-93/+120
2014-02-24[1.8] Short circuit lambda indexing for the time being until the issuesP20140224-1600ssankaran1-1/+1
2014-02-24Fixed Bug 400905 - [1.8][search] Search engine skips functionalManoj Palat11-17/+435
2014-02-23Bug 392238 - [1.8][compiler][null] Detect semantically invalid null typeP20140223-1600Stephan Herrmann5-2/+23
2014-02-23[1.8] Further infrastructure changes to support functional types inssankaran3-2/+13
2014-02-23Bug 427163 - [1.8][null] bogus error "Contradictory null specification"Stephan Herrmann4-3/+41
2014-02-231.8: mark GenericInferenceError as InternalErrorStephan Herrmann1-1/+1
2014-02-23[1.8] Preparatory Infrastructure changes to support functional interface ssankaran4-14/+37
2014-02-22Fixed Bug 402081 - [1.8][code complete] No proposals while completing at P20140222-1600ssankaran3-9/+137
2014-02-22Bug 428786 - [1.8][compiler] Inference needs to compute the "groundStephan Herrmann2-6/+36
2014-02-22Bug 428786 - [1.8][compiler] Inference needs to compute the "groundStephan Herrmann3-80/+100
2014-02-22Bug 428786 - [1.8][compiler] Inference needs to compute the "groundStephan Herrmann1-4/+7
2014-02-22Bug 424728 - [1.8][null] Unexpected error: The nullness annotationStephan Herrmann2-11/+10
2014-02-22Amended fix for Bug 428247 - [1.8][compiler] Race condition causesssankaran1-2/+6
2014-02-22Fixed Bug 428526 - [1.8] API to get the single abstract method in assankaran3-0/+37
2014-02-22More tests for Bug 428735 - [1.8][assist] Missing completion proposalsssankaran1-0/+1
2014-02-22Fixed Bug 428735 - [1.8][assist] Missing completion proposals insidessankaran2-2/+39
2014-02-22Fixed Bug 428642 - [1.8][compiler] java.lang.IllegalArgumentException:Andrew Clement1-2/+9
2014-02-22Fixed Bug 428795 - [1.8]Internal compiler error:ssankaran7-7/+50
2014-02-21Bug 427357: [1.8][dom ast] 'this' parameter unavailable in AST forP20140221-1600Markus Keller1-0/+3
2014-02-19Fixed Bug 428388 - [1.8][compiler] Casting to primitives is overP20140220-1600ssankaran4-1/+30
2014-02-19Fixed Bug 428552 - [1.8][compiler][codegen] Serialization does not workP20140219-1600ssankaran1-1/+10
2014-02-19Fixed Bug 428522 - [1.8] VerifyError when a non primitive type cast tossankaran1-1/+10
2014-02-19Fixed Bug 428524 - [1.8][compiler] NPE when using JSE8 Class Constructor ssankaran2-0/+3
2014-02-18Bug 427199 - [1.8][resource] avoid resource leak warnings on StreamsP20140218-1600Stephan Herrmann6-16/+70
2014-02-18Fixed Bug 428388 - [1.8][compiler] Casting to primitives is overssankaran1-1/+2
2014-02-18Bug 425040: [1.8][formatter] Add option: "Insert new line after typeMarkus Keller3-26/+62
2014-02-18Javadoc: replaced outdated definition with link to QualifiedTypeMarkus Keller1-15/+6
2014-02-18Bug 428366 - [1.8] [compiler] The method valueAt(ObservableList<Object>,Stephan Herrmann4-2/+13
2014-02-18Bug 428307 - [1.8][compiler] Compiler fails to compile AnnotatedElementStephan Herrmann1-1/+12
2014-02-18Bug 428352 - [1.8][compiler] Resolution errors don't always surfaceStephan Herrmann12-36/+86
2014-02-17Fixed Bug 428261 - [1.8][compiler] Incorrect error: No enclosingssankaran3-4/+11
2014-02-17Fixed Bug 427468 - [1.8][compiler] can't resolveP20140217-1600ssankaran1-4/+1
2014-02-17[1.8] Workaround for Bug 428366 - Compiler enters mSMB with incompatible ssankaran1-1/+20
2014-02-17[1.8] Fix incorrect commentssankaran1-1/+1
2014-02-16Bug 428275 - [1.8][compiler] CCE in InferenceContext18.varArgTypes Stephan Herrmann1-2/+3
2014-02-16Fixed Bug 428275 - [1.8][compiler] CCE in InferenceContext18.varArgTypes P20140216-1600Stephan Herrmann1-2/+2
2014-02-16Fixed Bug 428305 - [1.8][compiler] Various loose ends in Diamondssankaran6-98/+103
2014-02-16Bug 428003 - [1.8][compiler] Incorrect error on lambda expression whenStephan Herrmann7-32/+45
2014-02-16Bug 428274 - [1.8] [compiler] Cannot cast from Number to doubleStephan Herrmann1-3/+5
2014-02-16Bug 428291 - [1.8][compiler] The methodStephan Herrmann1-1/+1
2014-02-16Bug 428291 - [1.8][compiler] The methodStephan Herrmann1-7/+20
2014-02-16Bug 428294 - [1.8][compiler] Type mismatch: cannot convert fromStephan Herrmann3-22/+34
2014-02-16Fixed Bug 428285 - [1.8][compiler] ECJ fails to recognize ? super Object ssankaran1-1/+5
2014-02-161.8 fix typo in method namessankaran1-2/+2

Back to the top