Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-04Test & fix for Bug 324526 - [reconciler] NPE during AST creation, team in r...Stephan Herrmann3-5/+12
2010-09-04small refactoring that should have been part of r737:Stephan Herrmann3-6/+6
2010-09-04Fix for Bug 324510 - [compiler] Cannot use "result" as a parameter name in ...Stephan Herrmann1-4/+4
2010-08-29Fix regressions in some OTQuickfixTests et al:Stephan Herrmann1-1/+10
2010-08-29Fix regressions in CodeCompletionTests: rewriting param mappings did not hand...Stephan Herrmann1-20/+26
2010-08-29Tests and fix for Bug 311879 - [refactoring] adapt "change signature" refac...Stephan Herrmann1-170/+65
2010-08-27 Bug 321440 - [compiler][otre] support for role-binding to interfacesStephan Herrmann4-5/+18
2010-08-27Fix for Bug 323862 - base constructor call can not be used as an expressionStephan Herrmann33-410/+501
2010-08-26don't produce setter synth method for final fieldsStephan Herrmann1-2/+5
2010-08-26fix an AIOOBE introduced by the previous commit which caused a build failure Stephan Herrmann1-2/+4
2010-08-26fix a logic-error introduced by the previous commit which caused a build fail...Stephan Herrmann1-2/+3
2010-08-26FIr part 2 for Bug 323327 - [compiler] accessing a protected inner role fro...Stephan Herrmann10-290/+204
2010-08-25Fix NPE causing build failureStephan Herrmann1-2/+3
2010-08-24FIr part 1 for Bug 323327 - [compiler] accessing a protected inner role fro...Stephan Herrmann18-251/+367
2010-08-23improve r735 so we can handle binary constructors, too.Stephan Herrmann1-2/+7
2010-08-22fix for Bug 322723 - [compiler] a role constructor with declared exceptions...Stephan Herrmann1-0/+7
2010-08-20Enabled tests re http://trac.objectteams.org/ot/ticket/286Stephan Herrmann1-0/+4
2010-08-17Proposed implementation for Bug 322898 - [hierarchy] revive and adjust trad...Stephan Herrmann1-0/+4
2010-08-15Fine tuning for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapt...Stephan Herrmann1-0/+28
2010-08-15Fix restoring callin handle from memento for named callin:Stephan Herrmann1-0/+2
2010-08-15Final cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with ada...Stephan Herrmann9-2658/+0
2010-08-14Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting ...Stephan Herrmann1-1/+6
2010-08-14Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting ...Stephan Herrmann4-82/+54
2010-08-13More regarding Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapti...Stephan Herrmann1-10/+8
2010-08-12migrate first refactoring to new OTTypeHierarchies (Bug 321411 - [hierarchy]...Stephan Herrmann1-1/+1
2010-08-12Initial implementation for Bug 321411 - [hierarchy] Replace OTTypeHierarchy...Stephan Herrmann6-52/+130
2010-08-10More on Bug 321651 - [compiler][otre] array-translations (lifting/lowering) i...Stephan Herrmann2-1/+4
2010-08-03Additional fix re Bug 321651 - [compiler][otre] array-translations (lifting/...Stephan Herrmann1-3/+18
2010-08-03Fixes for Bug 321651 - [compiler][otre] array-translations (lifting/lowering...Stephan Herrmann8-10/+32
2010-08-03Fix for new test test2215_arrayLifting6(): array lifter needs an ifc-part if ...Stephan Herrmann1-0/+9
2010-08-03Fix inheritance issue detected while working on OTSuperTypeHierarchyTest013.t...Stephan Herrmann4-29/+38
2010-07-31Experiments towards Bug 321440 - [compiler][otre] support for role-binding t...Stephan Herrmann4-4/+9
2010-07-31fixed a typo.Stephan Herrmann1-1/+1
2010-07-30Fix for Bug 321402 - "Copy Qualified Name" action not working for method bi...Stephan Herrmann1-1/+3
2010-07-30Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externa...Stephan Herrmann2-1/+2
2010-07-25Fix a regression in CalloutBindingTest: this one error was reported twice for...Stephan Herrmann1-6/+8
2010-07-25Fix bogus errors reported by the reconciler:Stephan Herrmann7-5/+36
2010-07-24Fix for Bug 310398 - [compiler] incremental compilation fails for mutually d...Stephan Herrmann1-0/+4
2010-07-24Fix for Bug 318309 - [compiler] warnings re unused exceptions from generated...Stephan Herrmann1-0/+4
2010-07-24Final fix for Bug 318084 - [compiler] cannot callin-bind a callout-defined m...Stephan Herrmann3-19/+28
2010-07-22releng issues:Stephan Herrmann1-1/+1
2010-07-22Bug 320618 - inconsistent initialization of classpath container backed by ex...Stephan Herrmann3-13/+29
2010-07-20still more test harness re bug 302850Stephan Herrmann1-1/+9
2010-07-20Fix for regression in "FileStructure" tests: don't keep "source type required...Stephan Herrmann1-0/+8
2010-07-20extra safety for misconfigured OT-projects without class org.objectteams.Team.Stephan Herrmann1-1/+13
2010-07-20After re-packaging the OTRE for Bug 320191 -Stephan Herrmann1-1/+8
2010-07-18Cleanup re Bug 318084 - [compiler] cannot callin-bind a callout-defined methodStephan Herrmann7-195/+170
2010-07-18Additional fixes re Bug 318084 - [compiler] cannot callin-bind a callout-de...Stephan Herrmann6-53/+52
2010-07-18cleanup resolving some warningsStephan Herrmann1-8/+11
2010-07-17Implementation part1 for bug 318084: [compiler] cannot callin-bind a callout-...Stephan Herrmann8-179/+209

Back to the top