Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Fixed bug 499809: [null][1.8] VerifyError when Null Analysis is onR4_4_1_maintenanceSasikanth Bharadwaj4-6/+105
Change-Id: I6fee92111d345d6581679479a27a134f875c5852
2016-04-18Bug 491354: [compiler] Wrong "indirectly referenced" error for memberMarkus Keller2-4/+86
type of raw binary type Change-Id: If9ddb9d8995757703cef0f37a83d403eded97798
2016-04-06Updating bundle version for R4_4_1_maintenanceJay Arthanareeswaran1-1/+1
2016-04-06Bug 490724 - [1.5][compiler] Compilation of 1.3 source against 1.5Jay Arthanareeswaran2-3/+95
classfile aborts on reference to member type of parameterized type Change-Id: Icd66ae6232560a727bbbe78aa1dbc5ad89982313
2014-09-02Bug 440470: debugger source lookup is much slower than 4.3R4_4_1M20140925-0400M20140910-2310M20140910-0900M20140903-1600M20140903-0800M20140902-1430Markus Keller1-15/+6
Fixes performance regression from bug 410207. Like every IJavaElement, JarPackageFragmentRoot is supposed to be a *handle*, i.e. it should be very lightweight and its creation should be cheap and should not depend on availability of the referenced element.
2014-09-02Fixed Bug 442534 - Eclipse's Run button does not work.ssankaran2-0/+52
2014-08-26Fixed Bug 436350 - [1.8][compiler] Missing bridge method in interfaceM20140829-0500M20140827-1200M20140827-0800ssankaran2-1/+118
results in AbstractMethodError Change-Id: I1cdb2d25b80ae6ec5101e792b886834aa92f3018 Signed-off-by: Srikanth Sankaran <srikanth_sankaran@in.ibm.com>
2014-08-20Fixed Bug 440592 - [1.8][reconciler] Cannot easily launch application inM20140820-1200M20140820-0800ssankaran3-2/+112
case of certain usage of lambda expressions
2014-08-12Fixed Bug 438812 - Missing bridge methods in indirect child classes withM20140813-0800Sasikanth Bharadwaj3-11/+65
ECJ 3.10.0 Signed-off-by: Sasikanth Bharadwaj <saammana@in.ibm.com>
2014-08-07Bug 440462 - [null][compiler]NPE in EJC for erroneous null annotationsStephan Herrmann2-1/+25
2014-08-07Bug 440764 - [1.8][null]IllegalArgumentExc in EJCStephan Herrmann2-0/+49
- w/ test expectation adjusted due to lacking fix for bug 434602
2014-08-07Bug 439298 - [null] "Missing code implementation in the compiler" whenStephan Herrmann2-0/+63
using @NonNullByDefault in package-info.java
2014-08-07Bug 435689 - [1.8][inference] Type inference not occurring with lambdaStephan Herrmann3-3/+25
expression and method reference
2014-08-07Bug 437007 - [1.8][inference] Inferencing failing to work out type inStephan Herrmann2-1/+21
vararg method invocation
2014-08-07Bug 438179 - [1.8][null] 'Contradictory null annotations' error on typeStephan Herrmann3-9/+112
variable with explicit null-annotation.
2014-08-07Bug 438458 - [1.8][null] clean up handling of null type annotations wrtStephan Herrmann17-30/+333
type variables - facility to remove only null type annotations (using unannotated(Z))
2014-08-04Fixed Bug 439889 - [1.8][compiler] [lambda] Deserializing lambda failsM20140806-0900Andrew Clement2-0/+82
with IllegalArgumentException: "Invalid lambda deserialization"
2014-08-04Fixed Bug 440152 - [codegen]"Missing code implementation in theSasikanth Bharadwaj3-2/+47
compiler" on cascaded inner class references Signed-off-by: Sasikanth Bharadwaj <saammana@in.ibm.com>
2014-07-29Bug 438337 - StackOverflow after update from Kepler to Luna M20140731-1200Stephan Herrmann2-9/+47
2014-07-28Fix for Bug 432541 Stack Overflow in Java Search - type inference issue?M20140730-0800Manoj Palat3-8/+101
2014-07-23Bug 435544 - [compiler][null] Enum constants not recognised as beingM20140723-0800Stephan Herrmann1-5/+6
NonNull (take2) - fix
2014-07-23Bug 435544 - [compiler][null] Enum constants not recognised as beingShankha Banerjee1-0/+63
NonNull (take2) - Test Signed-off-by: Shankha Banerjee <shankhba@in.ibm.com>
2014-07-21Fixed Bug 436542 - Eclipse 4.4 compiler generates "bad class file"ssankaran2-7/+71
according to javac
2014-06-04Bug 436347 - Regression: NegativeArraySizeException atR4_4M20140716-0800M20140709-0800I20140606-1215I20140605-1635I20140604-2000Shankha Banerjee3-2/+65
org.eclipse.jdt.internal.core.ClassFileInfo.generateMethodInfos Signed-off-by: Shankha Banerjee <shankhba@in.ibm.com>
2014-06-04Documentation update - Synching the man page with new compiler optionsJayaprakash Arthanareeswaran1-0/+2
2014-06-04Bug 436563 - Several tests in TypeHierarchyTests failJayaprakash Arthanareeswaran1-1/+120
2014-06-03Bug 436266 - Use RC3 (plus) version of JDT compiler to build RC4I20140603-2300I20140603-2000Jayaprakash Arthanareeswaran1-0/+1
(Comment #12)
2014-06-03Bug 364326 - [compiler][null] NullPointerException is not found byStephan Herrmann1-1/+43
compiler. FindBugs finds that one - test
2014-06-03Bug 436155: [type hierarchy] No type hierarchy shown for ↵Jayaprakash Arthanareeswaran2-3/+53
org.eclipse.swt.widgets.Text
2014-06-02Fix for Bug 434044 - Java 8 generics thinks single method is ambiguousI20140602-2000Stephan Herrmann3-8/+90
(comment #20)
2014-05-28Bug 435962: [RC2] StackOverFlowError when buildingI20140601-2000I20140531-1500I20140530-2000I20140528-2000Stephan Herrmann5-81/+194
2014-05-28fixed missing and irregular copyrightsMarkus Keller2-1/+11
2014-05-27Bug 435462: [1.8] NPE in codegen with nested conditional and allocation ↵I20140528-0930I20140528-0830I20140528-0800I20140528-0115I20140527-2300I20140527-2000Stephan Herrmann2-8/+28
expressions
2014-05-27Revert "Bug 435462: [1.8] NPE in codegen with nested conditional and ↵Markus Keller2-31/+4
allocation expressions" This reverts commit 75e8acfdeb57688faec88df980fcf3ed6ae091e5.
2014-05-27Bug 435462: [1.8] NPE in codegen with nested conditional and allocation ↵Stephan Herrmann2-4/+31
expressions
2014-05-27Bug 435463: StackOverflowError when compiling generic codeStephan Herrmann2-1/+51
2014-05-27Bug 435399: IllegalStateException in Java Compiler related to Null Analysis ↵Stephan Herrmann2-0/+21
and Generics
2014-05-27fixed mixed line delimitersMarkus Keller1-1/+1
2014-05-22Bug 434442 - ClassFormatError when using Enums in Java 8 DefaultI20140526-2000I20140525-2000I20140524-1500I20140523-2000I20140522-1330I20140522-1230I20140522-1100Jayaprakash Arthanareeswaran4-4/+58
interface methods Signed-off-by: Jayaprakash Arthanareeswaran <jarthana@in.ibm.com>
2014-05-22Bug 431716 - [1.8][compiler] NPE when creating LambdaMethod element forManoj Palat1-0/+42
lambda expressions with errors - test (comment 13) Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
2014-05-22Bug 431716 - [1.8][compiler] NPE when creating LambdaMethod element forJayaprakash Arthanareeswaran1-1/+3
lambda expressions with errors - fix (comment 11) Signed-off-by: Jayaprakash Arthanareeswaran <jarthana@in.ibm.com>
2014-05-22Bug 434600 - Incorrect null analysis error reporting on type parametersStephan Herrmann3-9/+165
- the payload
2014-05-22Bug 434600 - Incorrect null analysis error reporting on type parametersStephan Herrmann2-9/+17
- refactoring to prepare for more check modes
2014-05-22Bug 434600 - Incorrect null analysis error reporting on type parametersStephan Herrmann3-16/+14
- adjust errorm message
2014-05-22Bug 434600 - Incorrect null analysis error reporting on type parametersStephan Herrmann2-4/+11
- integrate into phase of bound checking
2014-05-22Bug 433825 - [1.8][compiler] Internal compiler error:Sasikanth Bharadwaj2-0/+68
NullPointerException in AllocationExpression#resolvePart3 Signed-off-by: Sasikanth Bharadwaj<saammana@in.ibm.com>
2014-05-21Bug 433906 - [compiler][null] unchecked warning with 'capture extends T'I20140521-2000Stephan Herrmann2-3/+31
vs. 'T' Signed-off-by: stephan.herrmann@berlin.de
2014-05-21Bug 434899 - [1.8][null] Java 1.8 null annotations still causeStephan Herrmann2-0/+49
Contradictory null annotations' error Signed-off-by: stephan.herrmann@berlin.de
2014-05-20Bug 434793 - [1.8][null][compiler] AIOOBE inI20140520-2000Stephan Herrmann2-2/+22
ParameterizedGenericMethodBinding.substitute when inlining a method
2014-05-20Bug 423280 - DisablingShankha Banerjee1-1/+2
JavaProjectTests#testAddNonJavaResourcePackageFragmentRoot Signed-off-by: Shankha Banerjee <shankhba@in.ibm.com>

Back to the top