Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-31fixed @since tagP20150911-1624P20150911-1511Markus Keller1-1/+1
2015-08-21Merge branch 'master' into BETA_JAVA9Jay Arthanareeswaran173-11017/+11758
2015-08-19Bug 471835 - Build succeeds, even when "old" parent pom is referred toMarkus Keller1-4/+4
2015-08-19Bug 466512: Unexpected runtime error while computing a text hoverMarkus Keller2-1/+20
2015-08-19Bug 471835 - Build succeeds, even when "old" parent pom is referred toJay Arthanareeswaran1-13/+23
2015-08-18fixed bug 472009: Formatter does not respect "keep else if on one line"Mateusz Matela2-1/+20
2015-08-18Bug 475140 - Use maven-resources-plugin version as specified in parentI20150818-0800Alexander Kurtakov1-1/+0
2015-08-18Regression test for bug 474522 - [1.8][compiler] ecj doesn't handleSasikanth Bharadwaj1-1/+38
2015-08-17fixed bug 471780: [formatter] Regression in enum value Javadoc formattingMateusz Matela2-2/+18
2015-08-17fixed bug 474011: [formatter] non-nls strings are duplicated by formatterMateusz Matela3-3/+32
2015-08-17Fix for Bug 474922 [dom ast] Bad AST node structure for nested "tManoj Palat2-20/+177
2015-08-14Bug 472205: [formatter] Class extends generic type and implements another typ...Markus Keller1-0/+22
2015-08-13Bug 474762 - LambdaExpressionsTest.test447119d - 1.8 failsJay Arthanareeswaran1-3/+12
2015-08-12Bug 83548 - Allow setting an "Error/Warnings compiler settings" severityJay Arthanareeswaran10-89/+165
2015-08-11fixed bug 470506: formatter option "align field in columns" changed in MarsI20150811-1400Mateusz Matela3-26/+20
2015-08-10Fix for Bug 470930 [Documentation] ecj man page addition for newManoj Palat1-1/+13
2015-08-02fixed bug 472962: [formatter] Missing whitespace after >, ] in annotation typ...I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000Mateusz Matela2-1/+16
2015-08-02fixed bug 470977: [formatter] Whitespace removed between assert and unary ope...Mateusz Matela2-0/+24
2015-08-02fixed bug 467229: [formatter] Indentation problems after changing tab size wi...Mateusz Matela2-4/+43
2015-08-02fixed bug 471918: Eclipse Mars/4.5 formatter forces multiple lines with Javad...Mateusz Matela2-1/+16
2015-08-02fixed bug 471883: [formatter] NullPointerException in TokenManager.firstIndex...Mateusz Matela2-2/+25
2015-08-01fixed bug 469438: ArrayIndexOutOfBoundsException in TokenManager.applyFormatO...Mateusz Matela2-2/+31
2015-08-01fixed bug 471145: [Formatter] doesn't remove space before "{" on the if lineMateusz Matela2-3/+37
2015-08-01fixed bug 471062: Formatter inserts space before line commentMateusz Matela2-0/+14
2015-08-01fixed bug 470986: "Enable line formatting" needs to be active for "Preserve w...Mateusz Matela2-0/+14
2015-08-01fixed bug 471364: [formatter] Method declarations in interfaces are sometimes...Mateusz Matela2-1/+41
2015-08-01Bug 469584 - ClassCastException in Annotation.detectStandardAnnotationStephan Herrmann2-2/+22
2015-08-01Bug 474081: ArrayIndexOutOfBoundsException inStephan Herrmann8-17/+36
2015-07-31bug 461004: Multiple spurious errors compiling FunctionalJava projectSasikanth Bharadwaj2-1/+32
2015-07-30Bug 470535 - Bug in UserLibrary.hashCode()Alex Panchenko1-2/+3
2015-07-30Bug 473178 - Remove redundant type arguments (1.7 or highter) from JavaLars Vogel20-76/+116
2015-07-30Bug 468260 - Adding some doc/notes about the jrt system format.Jay Arthanareeswaran1-1/+7
2015-07-30Bug 468260 - [1.9] jrt visitor implementation should use package-moduleJay Arthanareeswaran1-52/+101
2015-07-29Bug 473867: [test][apt] avoid calling BuilderTests#suite() twice (via jdt.apt...Markus Keller2-1/+13
2015-07-29Fix for Bug 469965 [search] Declaration search matches for binary enumManoj Palat3-2/+139
2015-07-28Bug 467567 - NPE in BindingKeyResolver.consumeLocalTypeStephan Herrmann1-0/+4
2015-07-28Fixed bug 471090: Java Code Formatter breaks code if single lineI20150728-0800Till Brychcy2-3/+17
2015-07-27Bug 340635 - Types#erasure() doesn't return the raw type.Jay Arthanareeswaran7-4/+178
2015-07-27Bug 470199 - Remove outdated _buildnotes_jdt-core.htmlLars Vogel1-2020/+0
2015-07-27Bug 469537 - Change the classloader so that we obtain theStefan Xenos1-4/+23
2015-07-24Removing the debug statement in fix for bug 457871Manoj Palat1-2/+0
2015-07-23Fix for Bug 457871 [Performance] Java compiler CPU time regressionManoj Palat2-10/+13
2015-07-23Test case change for Fix for Bug 468127 NullPointerException..Manoj Palat2-72/+8
2015-07-22Bug 348338 - [formatter] Bad line breaking in Eclipse javadoc commentsMateusz Matela19-73/+140
2015-07-22Bug 467902 - [content assist] Add InternalCompletionProposal.getBinding/Andreas Sewe2-0/+70
2015-07-21Bug 470207 - Fixing generic related warnings in tests.Jay Arthanareeswaran10-18/+15
2015-07-20Bug 472224 - Update Factory.getPackedAnnotationBindings to neverI20150721-0800Stefan Xenos1-4/+8
2015-07-20Bug 472066 - Fix deadlocks in AnnotationProcessorLoaderFactory.Stefan Xenos1-122/+186
2015-07-20Bug 469668 - Implementation of TypeHierarchy.getAllSubtypes(IType) andJay Arthanareeswaran4-115/+160
2015-07-17Bug 470542: NullPointerException inStephan Herrmann2-3/+29

Back to the top