Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Bug 423280 - Enabling tests again with fixesI20151027-0800I20151026-2000I20151026-0800Jay Arthanareeswaran1-45/+71
2015-10-26Fix for bug 479134 Unable to build ECJ compiler binary from source - fixManoj Palat1-3/+3
2015-10-26Fix for unknown symbol error in Bug 479134 Unable to build ECJ compilerManoj Palat7-22/+23
2015-10-26Fix for Bug 478042 [search] Support for Open Method using a single apimanoj24-188/+2672
2015-10-24Bug 477751 - [1.8][inference] Cannot infer nested generic invocationI20151025-2000Stephan Herrmann3-15/+35
2015-10-21Bug 464369 - Fixing tests in IncrementalTests and MultiProjectTestsJay Arthanareeswaran3-26/+205
2015-10-16Bug 478780: add API IProblem#isInfo()I20151020-0800Markus Keller2-14/+17
2015-10-16Bug 464369 - [test][builder]BuildpathTests.testCorruptBuilder2 andJay Arthanareeswaran2-21/+25
2015-10-16Don't interrupt autobuild by using rule and system flag in RefreshJobAndrey Loskutov1-2/+8
2015-10-15Bug 464369 - [test][builder]BuildpathTests.testCorruptBuilder2 andJay Arthanareeswaran2-1/+26
2015-10-15Bug 478225 - JDT APT doesn't deal gracefully with 'broken' annotationJay Arthanareeswaran2-3/+3
2015-10-15Revert "Bug 477790 - Change usage of SubProgressMonitor to SubMonitor in org....Jay Arthanareeswaran9-33/+33
2015-10-14Bug 477790 - Change usage of SubProgressMonitor to SubMonitor inI20151014-1100Jay Arthanareeswaran9-33/+33
2015-10-13Bug 404648 [1.8][compiler] investigate differences between ECJ & Javacmanoj2-55/+157
2015-10-12Bug 473178 - Remove redundant type arguments (1.7 or highter) from JavaI20151013-0800Lars Vogel31-87/+126
2015-10-12Bug 473178 - Remove redundant type arguments (1.7 or highter) from JavaLars Vogel5-22/+65
2015-10-12Bug 473178 - Remove redundant type arguments (1.7 or highter) from JavaLars Vogel36-184/+184
2015-10-10Bug 475791 - [formatter] Additional blank line before static initializerMateusz Matela2-6/+137
2015-10-09Bug 479292 - [formatter] Header comment formatting for package-info.java occu...Mateusz Matela2-3/+38
2015-10-09Bug 471202 - [formatter] Extra line break after annotation default expressionMateusz Matela3-3/+30
2015-10-09Bug 478780 - Add default isInfo() implementation to CategorizedProblemJay Arthanareeswaran1-1/+10
2015-10-08Fixed bug 479287: erroneous compile error using static imports andSasikanth Bharadwaj2-3/+41
2015-10-07Bug 478780 - add API IProblem#isInfo()Jay Arthanareeswaran3-1/+14
2015-10-06Bug 479167 - [1.8][inference] Wrong type and call inferred in varargsStephan Herrmann2-10/+31
2015-10-06Bug 470665 - Fixing bad testJay Arthanareeswaran1-1/+13
2015-10-06Bug 478848: [compiler] Capture of array cannot be used as the collectionStephan Herrmann1-0/+37
2015-10-06Bug 470665 - Adding unit testI20151006-0800Jay Arthanareeswaran1-0/+42
2015-10-06Bug 470665 - NullPointerException in AnnotationDiscoveryVisitor.visitStefan Xenos4-0/+12
2015-10-05Fixed bug 472178 [1.8][Compiler]Olivier Thomann4-10/+134
2015-10-05Fixed bug 469454 - The compiler generates wrong code during inheritanceSasikanth Bharadwaj2-2/+74
2015-10-05Fixed bug 477891 - [1.8] regression caused by the fix for bug 438812:Sasikanth Bharadwaj2-7/+173
2015-10-04Bug 477005 - [formatter] NullPointerException when first line is empty and in...Mateusz Matela2-1/+16
2015-10-03Bug 361039 - NPE in FieldReference.optimizedBooleanConstant Robert Roth2-0/+25
2015-10-03Bug 475746 - [formatter] insert-space rules sometimes ignored with anonymous ...Mateusz Matela2-7/+69
2015-10-03Bug 404648: [1.8][compiler] investigate differences between ECJ & JavacStephan Herrmann1-14/+4
2015-10-03Bug 404648: [1.8][compiler] investigate differences between ECJ & JavacStephan Herrmann1-0/+6
2015-10-03Bug 475793 - [formatter] Incorrect whitespace after lambda blockMateusz Matela2-8/+25
2015-10-03Bug 472413 - [formatter] Wrap all arguments on new lines and prefer outer exp...Mateusz Matela2-13/+121
2015-09-29Fixed bug 477888 [1.8][compiler] Compiler silently produces garbage butI20150929-0800Sasikanth Bharadwaj2-0/+91
2015-09-28Bug 478225 - JDT APT doesn't deal gracefully with 'broken' annotationJay Arthanareeswaran1-2/+3
2015-09-28Bug 478427 -Jay Arthanareeswaran2-5/+13
2015-09-22bug 467094: TYPE_USE NullAnnotations of array contents are applied toTill Brychcy3-46/+169
2015-09-22Bug 478089: [1.8][inference] make names for InferenceVariables uniqueStephan Herrmann3-12/+33
2015-09-21Bug 472815 - [formatter] 'Indent Empty lines' option doesn't work inside empt...I20150922-0800Mateusz Matela4-41/+238
2015-09-20Bug 473657 - [1.8][compile] Bad type inference applied to raw typeStephan Herrmann7-229/+176
2015-09-13Bug 472663 - [null][1.8] Wrong warning for method referenceI20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000Stephan Herrmann3-3/+69
2015-09-13bug 474239 - [compiler][null] Null analysis does not handle switchStephan Herrmann6-0/+63
2015-09-11Fixed bug 464496 [1.8][compiler] - Type Type mismatch: cannot convertSasikanth2-8/+43
2015-09-09Fix for Bug 463942 [1.8][dom] dom bindings should expose typeManoj Palat5-1/+112
2015-09-08Bug 476304 - Eclipse can't "Open Type" with multilevel InnerClasses fromJay Arthanareeswaran2-2/+40

Back to the top