Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-17Bug 403396 - Possible bug with the layering of teams (or stacking ofStephan Herrmann2-23/+71
2013-02-20bug 400833 - [compiler] resolve error re lifting constructor withStephan Herrmann1-0/+49
2013-02-10Bug 400404 - [compiler] No enclosing instance of the type TOuter.T1 isStephan Herrmann1-2/+48
2013-02-08Bug 400362 - [compiler] role field with anchored role type breaksStephan Herrmann1-0/+26
2013-02-02Bug 399781 - Callout to private field of deeply nested class givesStephan Herrmann1-2/+83
2013-01-22Bug 397192 - Prepare OTDT for new (dynamic) weaver:Stephan Herrmann1-1/+1
2013-01-22Bug 397192 - Prepare OTDT for new (dynamic) weaver:Stephan Herrmann1-4/+2
2013-01-10Bug 397867 - [compiler] illegal access to invisible method via callinStephan Herrmann1-4/+40
2013-01-10Bug 397878 - [compiler] Using field of enclosing team as team anchorStephan Herrmann2-13/+58
2013-01-10Bug 397897 [compiler] In three layers of teams anchor equivalence is notStephan Herrmann1-3/+65
2013-01-08Bug 397712 - [compiler] illegal bytecode from chains of teamStephan Herrmann1-0/+36
2012-12-29Bug 397235 - [compiler] cannot bind to a static role methodStephan Herrmann1-0/+68
2012-12-29New regression test: externalized role in base-side of declared liftingStephan Herrmann1-0/+31
2012-12-16Improve expected error message after Bug 388795 has been fixed in JDTStephan Herrmann1-2/+2
2012-12-04Bug 395746 - [compiler] role of static inner of an inaccessible outerStephan Herrmann1-0/+24
2012-11-14Bug 394263 - Team with generic type parameter causes role inheritanceStephan Herrmann1-1/+16
2012-11-06Bug 393072 - VerifyError caused by super call within team constructorStephan Herrmann1-1/+94
2012-10-18Bug 391876 - false-report (nested class): interface cannot beStephan Herrmann1-1/+42
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

Back to the top