Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Revert "BUG 544943 Merge remote-tracking branch 'origin/new_stack_map'"Sarika Sinha1-1/+1
2019-09-20BUG 544943 Merge remote-tracking branch 'origin/new_stack_map'Manoj Palat1-1/+1
2018-09-03Bug 535802 - EPL 2.0 conversion for org.eclipse.jdt.coreLars Vogel1-3/+6
2018-07-03Bug 536555 - Error during AST creation: NPE at MethodBinding.java:1370I20180704-2000I20180704-0805I20180704-0605I20180704-0545I20180703-2000Stephan Herrmann1-1/+0
2017-12-08Bug 528108 - Add @Override to jdt.coreAndrey Loskutov1-0/+7
2016-03-02Bug 466556 - [null][1.8] Incorrect null analysis for "unconstrained"Till Brychcy1-0/+3
2016-02-22Bug 487716 - Type use annotations should not be attached to constructorI20160223-0800Jay Arthanareeswaran1-2/+2
2015-12-29Bug 484954 - [1.8][null] declaration null annotation on lambda argumentStephan Herrmann1-31/+21
2015-05-12Bug 466713 - Null Annotations: NullPointerException using <int @NullableStephan Herrmann1-2/+4
2015-03-08Bug 437072 - [compiler][null] Null analysis emits possibly incorrectStephan Herrmann1-2/+3
2014-11-14Bug 410892 - I've run into an old bug 241044 (info cannot be null -Olivier Thomann1-1/+18
2014-11-02Bug 435805 - [1.8][compiler][null] Java 8 compiler does not recognizeStephan Herrmann1-4/+5
2014-07-22Bug 435570 - [1.8][null] @NonNullByDefault illegally tries to affectStephan Herrmann1-1/+2
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran1-4/+0
2014-02-23Bug 392238 - [1.8][compiler][null] Detect semantically invalid null typeP20140223-1600Stephan Herrmann1-0/+5
2014-02-06Fixed Bug 427357 - [1.8][dom ast] 'this' parameter unavailable in ASTssankaran1-3/+0
2014-01-28Bug 422822 - Fix the Generics related warnings in official buildJayaprakash Arthanareeswaran1-1/+2
2013-11-26Fixed Bug 422489 - [1.8][compiler] NPE in CompoundAssignment.analyseCode ssankaran1-0/+4
2013-11-17Fixed Bug 421897 - [1.8][compiler] Errors in lambda body should notssankaran1-4/+0
2013-09-17Bug 417295 - [1.8[[null] Massage type annotated null analysis to gelStephan Herrmann1-2/+4
2013-09-16Support for "deep encoding" of type annotations into type bindings.ssankaran1-1/+1
2013-08-25Bug 403216 - [1.8][null] TypeReference#captureTypeAnnotations treatsStephan Herrmann1-1/+2
2013-08-25Bug 392238 - [1.8][compiler][null] Detect semantically invalid null typeStephan Herrmann1-4/+6
2013-08-15Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-18/+50
2013-03-15Fixed Bug 403410 - Modifiers should be rejected on receiver parametersJayaprakash Arthanareeswaran1-0/+4
2013-03-14Fixed Bug 403132 - [1.8][DOM] Incorrect ASTConversion for Annotations onJayaprakash Arthanareeswaran1-3/+0
2013-03-10Fixed Bug 402831 - [1.8][compiler][internal] ReferenceExpression shouldssankaran1-1/+1
2013-03-03Fixed Bug 402219 - [1.8][compiler] Compile time errors in lambda duringssankaran1-0/+4
2013-02-25bug 401030 - [1.8][null] Null analysis support for lambda methods. Stephan Herrmann1-8/+13
2013-02-02Partial fix for Bug 399537 - [1.8][compiler] Exceptions thrown fromssankaran1-8/+8
2013-01-24Fix for bug 391893 - [1.8][compiler] Add receiver parameter support inJayaprakash Arthanareeswaran1-10/+9
2013-01-22Fix for bug 398158 - Receiver qualifier can only be a simple name andJayaprakash Arthanareeswaran1-11/+9
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-1/+4
2012-10-18Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-2/+9
2012-08-21Fix for bug 383908: [1.8][compiler] Explicit this parameter interferesJayaprakash Arthanareeswaran1-31/+32
2012-07-26BETA_JAVA8 - Fix for bug 383913: [1.8][compiler] Compiler should rejectJayaprakash Arthanareeswaran1-6/+47
2012-07-01Update headers: disclaimer and contributors section for bug 382353 andStephan Herrmann1-0/+1
2012-06-30Tests & fix for Bug 382353 - [1.8][compiler] Implementation propertyStephan Herrmann1-0/+4
2012-06-26Grammar + parser + AST construction + Symbol/Type Resolution changes forSrikanth1-1/+28
2012-02-14HEAD - Fixed bug 365531: [compiler][null] investigate alternativeStephan Herrmann1-37/+1
2012-01-14HEAD - Fixed Bug 365519 - editorial cleanup after bug 186342 and bugStephan Herrmann1-6/+8
2012-01-12Fixed bug 368435: [compiler] NPE while compile a method with unusedSrikanth1-11/+4
2012-01-04Fix for 346175 - @SuppressWarnings should clear all errors includingSatyam Kandula1-1/+8
2011-12-20HEAD - Fixed bug 367203: [compiler][null] detect assigning null tov20111220-2201Stephan Herrmann1-3/+4
2011-11-30HEAD - Fixed Bug 186342 [compiler][null] Using annotations for nullStephan Herrmann1-0/+95
2011-10-08HEAD - Fixed bug 360328: [compiler][null] detect null problems in nestedStephan Herrmann1-4/+0
2011-04-27HEAD - Copyright updatesv_B52Olivier Thomann1-1/+1
2011-01-16HEAD - revert 186342 on request by MarkusStephan Herrmann1-8/+2
2011-01-16HEAD - Fixed bug 186342: [compiler][null]Using annotations for null checkingStephan Herrmann1-2/+8
2010-11-09HEAD - Fix for 328519Olivier Thomann1-25/+37

Back to the top