Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Bug 188796 - Updating copyright with contributor details.I20150320-0800I20150320-0030I20150319-1640I20150319-1430I20150318-2000I20150318-1300I20150318-0800I20150317-2000Jayaprakash Arthanareeswaran2-1/+5
2015-03-17Bug 446691 - [1.8][null][compiler] NullPointerException inI20150317-1130I20150317-0800Stephan Herrmann2-3/+104
2015-03-16Revert "Bug 410218 - Optional warning for arguments of "unexpected"I20150316-2000Stephan Herrmann16-629/+16
2015-03-16Bug 188796 [jsr199] Using JSR199 to extend ECJOlivier Thomann17-629/+1064
2015-03-15avoid warnings on incomplete enum switch (recently enabled)I20150316-0800I20150315-2000Stephan Herrmann2-0/+11
2015-03-15Bug 448709 - [1.8][null] ensure we don't infer types that violate nullStephan Herrmann3-55/+176
2015-03-14Bug 455945 [1.8][generics] Wrong compiler error reported when trying toStephan Herrmann4-13/+84
2015-03-14Bug 408815 - [batch][null] Add CLI option forStephan Herrmann3-2/+73
2015-03-14Bug 410218 - Optional warning for arguments of "unexpected" types toStephan Herrmann7-36/+64
2015-03-13Bug 462083 - [1.8][inference] Java 8 generic return type mismatch withStephan Herrmann2-2/+35
2015-03-12Bug 462025 - [null][test] create tests for manipulating external nullStephan Herrmann4-23/+396
2015-03-12Bug 410218 - Optional warning for arguments of "unexpected" types toStephan Herrmann14-16/+565
2015-03-12set incompleteEnumSwitch to warning (same as in the SDK build; default)Markus Keller1-1/+2
2015-03-12Bug 461969: [test][apt] org.eclipse.jdt.compiler.apt.tests.ModelUtilTests.tes...Markus Keller2-19/+19
2015-03-12Bug 461969: [test][apt] org.eclipse.jdt.compiler.apt.tests.ModelUtilTests.tes...Markus Keller4-20/+21
2015-03-12Fixed bug 425203 - [compiler][1.7][inference] ECJ rejects valid codeSasikanth Bharadwaj2-0/+66
2015-03-11Bug 461863: [import rewrite] addImport creates .ypename for unqualified type ...John Glassmyer3-8/+46
2015-03-11fixed ECJ copyright yearMarkus Keller1-2/+2
2015-03-11fixed compiler compliance (was not correctly updated to 1.8)I20150311-1300Markus Keller1-3/+4
2015-03-10Bug 440477 - [null] Infrastructure for feeding external annotations intoStephan Herrmann3-98/+91
2015-03-09Fix for Bug 461025 [1.8][search] Search for constructor referenceI20150310-0800Manoj Palat2-1/+48
2015-03-08Bug 437072 - [compiler][null] Null analysis emits possibly incorrectStephan Herrmann7-20/+81
2015-03-07Bug 440477 - [null] Infrastructure for feeding external annotations intoStephan Herrmann3-52/+81
2015-03-05Bug 459320: [ImportRewrite] adds import for declared package when pasting to ...Markus Keller2-3/+49
2015-03-05Bug 460484: ImportRewrite throws SIOOBE when trying to add importJohn Glassmyer1-0/+31
2015-03-05Fixed bug 443232- IAE in ASTNode.setSourceRange with broken codeI20150305-1200Sasikanth Bharadwaj2-3/+42
2015-03-04Bug 460993: [compiler] Incremental build not always reports the same errors (...Markus Keller3-38/+117
2015-03-04Reverting the fix for Bug 425601 and the dependent code change for bugManoj Palat3-10/+5
2015-03-03Bug 440477 - [null] Infrastructure for feeding external annotations intoStephan Herrmann3-18/+153
2015-03-03Bug 440477 - [null] Infrastructure for feeding external annotations intoStephan Herrmann1-4/+51
2015-03-02Bug 461250 - ArrayIndexOutOfBoundsException in SourceTypeBinding.fieldsI20150303-0800Stephan Herrmann2-4/+29
2015-02-26Bug 440477 - [null] Infrastructure for feeding external annotations intoStephan Herrmann1-0/+11
2015-02-26Bug 460588 - Move JDT Core project to 1.7 complianceJayaprakash Arthanareeswaran219-279/+492
2015-02-26Fix for Bug 460422 IllegalStateException: Bad AST node structure atManoj Palat2-3/+27
2015-02-24Test for Bug 460465 [search] references in workspace of enum type notManoj Palat1-1/+48
2015-02-21Bug 440687 - [compiler][batch][null] improve command line option forI20150224-0800Stephan Herrmann8-37/+272
2015-02-20Bug 460484: ImportRewrite throws SIOOBE when trying to add importMarkus Keller1-0/+2
2015-02-20Rewrite of ImportRewriteAnalyzer, fixing several issues.John Glassmyer28-1874/+4881
2015-02-19Bug 460350: [1.4] Javadoc compiler wrongly reports reference to parameterized...Markus Keller3-4/+44
2015-02-19Fixed bug 460186 IAE in ASTNode.setSourceRange with broken code case 2Sasikanth Bharadwaj2-3/+34
2015-02-18Fix for Bug 450085Manoj Palat2-9/+26
2015-02-17Fixed bug 458613 - [1.8] lambda not shown in quick type hierarchyI20150217-0800Stephan Herrmann2-2/+129
2015-02-16Bug 459976 - [test][model]ExternalAnnotations18Test.test3 failedStephan Herrmann1-2/+13
2015-02-16store Java Code Style settingsMarkus Keller2-2/+15
2015-02-16Bug 460008: [formatter] Inserts wrong line breaks on ASTRewrite (Extract Cons...Markus Keller3-9/+50
2015-02-14Bug 440477 - [null] Infrastructure for feeding external annotations intoStephan Herrmann49-200/+3384
2015-02-13Bug 450490 - Thread safety of OpenableElementInfoVladimir Piskarev1-11/+15
2015-02-12Bug 458577 - IClassFile.getWorkingCopy() may lead to NPE inStephan Herrmann5-28/+51
2015-02-12Fix for Bug 459739Manoj Palat1-1/+40
2015-02-12Fix for Bug [303519][formatter] Formatter does not format Java codeMateusz Matela240-17295/+8422

Back to the top