Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Bug 381790 - [compiler] support @Override for role method implementingStephan Herrmann1-0/+115
2012-10-07Bug 391290 - Internal compiler error/Corrupt byte codeStephan Herrmann1-0/+61
2012-09-22Bug 390057 - decapsulation warning for final base class is not reportedStephan Herrmann1-4/+16
2012-09-22Bug 354480 - VerifyError due to bogus lowering in inferredStephan Herrmann1-0/+60
2012-09-21Bug 390059 - [compiler][performance] too much time spent inStephan Herrmann2-8/+5
2012-08-26Bug 387996 - "T cannot be resolved or is not a field" error due to fieldStephan Herrmann1-2/+1
2012-08-26Bug 388060 - [compiler] closeable role triggers resource warning fromStephan Herrmann1-6/+88
2012-08-25Bug 387996 - "no method found" warning due to field named like packageStephan Herrmann1-1/+23
2012-08-14Bug 387236 - [compiler] type mismatch in signature-less c-t-f with arrayreleases/OTDT_2.2M1builds/201208141515Stephan Herrmann1-0/+33
2012-08-12Bug 387077 - [compiler] illegal modifiers generated for callout toStephan Herrmann1-71/+128
2012-08-11Acknowledge more errors reported after commitStephan Herrmann2-9/+103
2012-08-10Make this test more robust: it failed when run as the first test in theStephan Herrmann1-0/+2
2012-08-10update jdt.core.testd.* to I20120808-2000Stephan Herrmann1-1/+1
2012-04-09Various fixes for Bug 372786 - NPE in AllocationExpressionStephan Herrmann4-104/+165
2012-03-01Test & fix for Bug 348082 - [compiler] Internal Role pattern with deeplyStephan Herrmann1-1/+19
2012-02-26Update jdt.core and tests to v20120221-0704Stephan Herrmann1-1/+1
2012-02-23Test & fix for Bug 370271 - [compiler] NPE in PredicateGenerator with noStephan Herrmann1-1/+45
2012-02-23Test (enabled) & fix for Bug 372391 - [compiler] creating bound role inStephan Herrmann1-1/+1
2012-02-23Test & fix for Bug 370273 - [compiler][otjld] consider allowing baseStephan Herrmann1-1/+103
2012-01-31Test for team serialization (bugs 304728 and 304729).Stephan Herrmann1-1/+124
2012-01-31mark recently added as negative test.Stephan Herrmann1-1/+1
2012-01-31Test & fix for Bug 355259 - Cannot declare role-typed field in anbuilds/201201311031Stephan Herrmann1-0/+26
2012-01-29Revert change in MethodBinding#readableName which cause a failure inStephan Herrmann4-5/+5
2012-01-29Test & fix for Bug 370076 - [compiler] misplaced annotation beforeStephan Herrmann2-2/+88
2012-01-28Test & fix for Bug 370040 - [otre] NoSuchFieldError when mixing classStephan Herrmann1-0/+81
2011-12-13Test & fix for Bug 366597 - [compiler] NPE with role ifc wronglyreleases/OTDT_2.1M4builds/201112131519Stephan Herrmann1-1/+89
2011-12-08prevent this test from outputting garbage after it already ended.Stephan Herrmann1-2/+5
2011-10-04Adjusting tests to a change in Bug 348574 - [quickfix] implement abstract met...Stephan Herrmann2-0/+15
2011-10-04Test & fix for Bug 359894 - [compiler] support @Override for static role methodsStephan Herrmann1-0/+27
2011-10-04Fix for Bug 348574 - [quickfix] implement abstract methods from tsuperStephan Herrmann1-0/+5
2011-08-27Test and fix for Bug 355253 - warnings regarding synthetic variables _OT$unlo...Stephan Herrmann1-0/+79
2011-08-23Necessary test updates after Bug 355311 - error regarding abstract method in ...Stephan Herrmann2-19/+15
2011-08-22Two disabled tests for Bug 355441 - illegal bytecode for team constructor wit...Stephan Herrmann1-0/+92
2011-08-21test & fix for Bug 354976 - better reporting of playedBy inside plain classStephan Herrmann1-2/+8
2011-08-21Test & fix for Bug 355311 - error regarding abstract method in non-abstract r...Stephan Herrmann1-0/+30
2011-08-21Test & fix for Bug 355313 - inferred callout not working for implicitly inher...Stephan Herrmann1-8/+109
2011-08-21copyright update.Stephan Herrmann1-1/+1
2011-08-21Test & fix for Bug 355315 - callout inferred to implement protected method ca...Stephan Herrmann1-13/+54
2011-08-21Test & fix for Bug 355314 - abstract method error may be masked by callout bi...Stephan Herrmann1-0/+58
2011-08-19Fix for Bug 355263 - [otre] avoid performance penalty due to eager creation o...Stephan Herrmann1-2/+3
2011-08-17Test & fix for Bug 355007 - Using role as resource in try-with-resources crea...Stephan Herrmann2-0/+97
2011-08-13Test & fix for Bug 348570 - [compiler] missing team anchor reported against enumStephan Herrmann1-5/+33
2011-08-13Test and fix for Bug 348146 - [compiler] NPE when compiling serializable team...Stephan Herrmann1-1/+41
2011-08-13add disabled test re Bug 330002Stephan Herrmann1-0/+74
2011-08-09Test & fix for Bug 354244 - Role-side callin guard predicate interferes with ...Stephan Herrmann1-0/+44
2011-08-02adjust expected messages: bogus secondary error is no longer reported, perhap...Stephan Herrmann1-5/+0
2011-07-23otredyn: implement callout (compiler-part)Stephan Herrmann1-3/+5
2011-07-23Additional fix for Bug 352914 - Avoid unnecessary decapsulation accessors for...Stephan Herrmann1-2/+32
2011-07-22Additional fix for Bug 352914 - Avoid unnecessary decapsulation accessors for...Stephan Herrmann1-1/+32
2011-07-22Test & fix for Bug 350318 - [compiler] Erroneous name clash error in @Overrid...Stephan Herrmann1-0/+81

Back to the top