Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-28BETA_JAVA7 - Committing all changes for R3_7_maintenance mergeBETA_JAVA7Olivier Thomann7-354/+362
2011-07-28BETA_JAVA7 - Committing all changes for HEAD mergeOlivier Thomann159-675/+409
2011-07-27BETA_JAVA7 - Fix for api filterv_B71_BETA_JAVA7_beforemergeOlivier Thomann1-2/+2
2011-07-27BETA_JAVA7 - Closing buildnotesOlivier Thomann1-1/+1
2011-07-27BETA_JAVA7 - Fixed bug 351426: [1.7][code assist] CompletionContext.getExpect...Ayushman Jain5-25/+572
2011-07-26BETA_JAVA7 - Fixed bug 353137: [1.7] Make sure TagBits.AnnotationSafeVarargs ...Olivier Thomann5-2/+114
2011-07-26BETA_JAVA7 - Fixed bug 353093: IMethod#getAnnotations() doesn't return @SafeV...Olivier Thomann7-3/+41
2011-07-25BETA_JAVA7 - Fixed bug 351170: [1.7] ASTRewrite issues in Try with resourcesOlivier Thomann1-6/+4
2011-07-25BETA_JAVA7 - Fixed bug 351170: [1.7] ASTRewrite issues in Try with resourcesOlivier Thomann1-1/+4
2011-07-25BETA_JAVA7 - Fixed bug 352464: [1.7] Incorrect Javadoc shown for reference of...Olivier Thomann5-6/+42
2011-07-21BETA_JAVA7 - Build input (v_B70)v_B70_BETA_JAVA7Jayaprakash Arthanareeswaran1-1/+1
2011-07-21BETA_JAVA7: Fix for351498: [model]java.util.ConcurrentModificationException u...Satyam Kandula3-3/+39
2011-07-21BETA_JAVA7 - Fixed bug 352699: [1.7][compiler] Improve error range for redund...Ayushman Jain3-49/+59
2011-07-21BETA_JAVA7 - Closing buildnotes for next contributionv_B69_BETA_JAVA7Olivier Thomann1-1/+1
2011-07-21BETA_JAVA7 - Fixed bug 352665: Internal compiler Error: ArrayIndexOutOfBounds...Olivier Thomann1-33/+66
2011-07-21BETA_JAVA7 - Fixed bug 352665: Internal compiler Error: ArrayIndexOutOfBounds...Olivier Thomann4-8/+49
2011-07-20BETA_JAVA7 - Fixed bug 300576: NPE Computing type hierarchy when compliance d...Olivier Thomann1-10/+14
2011-07-20BETA_JAVA7 - Fixed bug 352553: [1.7] 'char a\u200b' is being accepted in 1.6 ...Olivier Thomann4-11/+40
2011-07-19BETA_JAVA7 - Fixed bug 352496: tests using wrong version of JCLOlivier Thomann3-4/+8
2011-07-19BETA_JAVA7: Additional fix for Bug 300576 - NPE Computing type hierarchy when...Stephan Herrmann2-1/+22
2011-07-19BETA_JAVA7: Fix for Bug 300576 - NPE Computing type hierarchy when compliance...Stephan Herrmann4-22/+113
2011-07-18BETA_JAVA7 - Fixed bug 350897: [1.7][api] ClassInstanceCreation#isResolvedTyp...Olivier Thomann1-0/+16
2011-07-18BETA_JAVA7 - Fixed bug 352145: [1.7][compiler] VerifyError with aload0 being ...Olivier Thomann4-71/+176
2011-07-18BETA_JAVA7 - released disabled test testBug346454fAyushman Jain1-4/+4
2011-07-14BETA_JAVA7: Added the source compliance for the project to 1.7.v_B68_BETA_JAVA7Satyam Kandula1-2/+26
2011-07-14BETA_JAVA7 - Fixed bug 351965: [1.7] CCE when using diamond in 1.4Ayushman Jain3-3/+69
2011-07-14BETA_JAVA7 - updated build notes with API from bug 340747Ayushman Jain1-1/+22
2011-07-14BETA_JAVA7 - updated build notes with API from bug 351444Ayushman Jain1-13/+21
2011-07-14BETA_JAVA7 - Fixed bug 351444: [1.7][content assist] Need to know whether I c...Ayushman Jain6-9/+419
2011-07-14BETA_JAVA7 - Build input (v_B68)Jayaprakash Arthanareeswaran1-1/+1
2011-07-14BETA_JAVA7 - Fixed bug 352014: \u1369 no longer accepted as a valid java iden...Olivier Thomann8-2/+35
2011-07-13BETA_JAVA7 - Fixed bug 351653: [1.7][compiler]: VerifyError in java.lang.Clas...Olivier Thomann5-49/+131
2011-07-13BETA_JAVA7 - Build input (v_B67)v_B67_BETA_JAVA7Jayaprakash Arthanareeswaran1-1/+1
2011-07-13BETA_JAVA7 - Fixed bug 340747: [1.7][compiler] compiler option to warn when d...Ayushman Jain13-5/+557
2011-07-11BETA_JAVA7 - Fixed bug 350895: [1.7][formatter] New option to wrap before/aft...Ayushman Jain5-55/+127
2011-07-11BETA_JAVA7: Disabled junit for 351653Srikanth Sankaran1-0/+20
2011-07-11BETA_JAVA7 - Fixed bug 350652: [1.7][assist] Completion issues with multicatc...Ayushman Jain4-68/+731
2011-07-07BETA_JAVA7 - Fixed bug 350095: The 2000th (0-based) enum constant is nullOlivier Thomann3-3/+5
2011-07-07BETA_JAVA7 - Fixed bug 347503: [DOM] ASTParser.setEnvironment() ignores inclu...Olivier Thomann2-2/+6
2011-07-07BETA_JAVA7 - Fixed bug 350897: [1.7][api] ClassInstanceCreation#isResolvedTyp...Olivier Thomann7-5/+109
2011-07-07BETA_JAVA7 - Fixed bug 351170: [1.7] ASTRewrite issues in Try with resourcesOlivier Thomann9-22/+402
2011-07-06BETA_JAVA7 - Fixed bug 348493: [1.7] Improve error msg for Diamond operator i...Ayushman Jain10-38/+144
2011-07-05BETA_JAVA7 - Contribution for Java 7 buildv_B66_BETA_JAVA7Olivier Thomann1-1/+1
2011-07-05BETA_JAVA7: Test for 349683: [1.7] Search for references to @PolymorphicSign...Satyam Kandula1-0/+39
2011-07-05BETA_JAVA7: Fix for 350885: [Search] The pull up refactoring throws an NPE w...Satyam Kandula3-6/+49
2011-07-05BETA_JAVA7: Fixed bug 350611: [1.7] Inconsistent error msg and error locatio...Srikanth Sankaran3-12/+15
2011-07-04BETA_JAVA7: Fixed bug 350579: [1.7][compiler] VerifyError running example fr...Srikanth Sankaran3-5/+76
2011-07-04BETA_JAVA7: (Disabled) Regression tests for 350579Srikanth Sankaran1-0/+64
2011-07-01BETA_JAVA7 - Fixed bug 350767: [1.7][assist] CCE while invoking assist on a m...Ayushman Jain4-4/+105
2011-06-30BETA_JAVA7 - Build input (v_B65)v_B65_BETA_JAVA7BETA_JAVA7_v_B65Jayaprakash Arthanareeswaran1-1/+1

Back to the top