- a695fae Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 14 years ago
- 469e0e0 Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 14 years ago
- 26d5d19 one more location needs to erase before comparing types, by Stephan Herrmann · 14 years ago
- b2883a1 one more location needs to erase before comparing types, by Stephan Herrmann · 14 years ago
- 2e93c18 improve r1170 as to avoid regression re copy-inheritance of static role methods by Stephan Herrmann · 14 years ago
- 29f5dc8 fix a regression caused by previous commit by Stephan Herrmann · 14 years ago
- 2248f67 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- d471177 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- 651378c More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- 6dfc0af More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- d8b0a1d More tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope: by Stephan Herrmann · 14 years ago
- dce745e More tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope: by Stephan Herrmann · 14 years ago
- 0d1adc4 fix ICE seen in RL (som-cache example): by Stephan Herrmann · 14 years ago
- 95defc3 avoid cycles observed in RL (som-cache example): by Stephan Herrmann · 14 years ago
- b1b06a4 avoid NPE seen in RL (som-cache example): by Stephan Herrmann · 14 years ago
- 2206ebc add filters for restrictions added between 0.7.1 and 0.8 (noimplement/noreference) by Stephan Herrmann · 14 years ago
- cdc2119 expect new IProblem from r1159 for Bug 331877. by Stephan Herrmann · 14 years ago
- efc6f92 expect different output after r1159 for Bug 331877. by Stephan Herrmann · 14 years ago
- 7be06c8 new test resources as of v_B28 (3.7 M4) by Stephan Herrmann · 14 years ago
- 65e74c1 do absorb change of base signature using a parameter mapping by Stephan Herrmann · 14 years ago
- f32864c Fix regressions in the context of Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- c811fda Fix regressions in the context of Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- 2b90f03 adjust callin binding to new signature in base class. by Stephan Herrmann · 14 years ago
- 17313a4 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
- 455a064 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
- 31d6531 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
- d2004b6 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
- ebb81ec update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
- 1cd5713 update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
- d3c1c6a update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
- 3ba6420 test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 14 years ago
- 0e04a0c test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 14 years ago
- ca60415 two small fixes on top of the latest patch re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- d16b05f tests & fix for Bug 331828 - DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements by Stephan Herrmann · 14 years ago
- e6580cb tests & fix for Bug 331828 - DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements by Stephan Herrmann · 14 years ago
- 8ab1ac4 Additional tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- f250e6e Additional tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- b185ec8 witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago
- cc12acd witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago
- ede5abd Fix for ICE caused by previous patch: by Stephan Herrmann · 14 years ago
- 0aa381d Fix an AIOOBE caused by the previous patch by Stephan Herrmann · 14 years ago
- 7b9e9a6 First test & implementation for Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- fde7976 First test & implementation for Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
- 2985bc2 make update of aspectBindingData atomic, I had an NPE for an element in the array, by Stephan Herrmann · 14 years ago
- 5451dce avoid two more CCEs seen in RL: by Stephan Herrmann · 14 years ago
- 922faa9 r1127 caused regression (NPE) in otjld.other.Java5, fixed. by Stephan Herrmann · 14 years ago
- 25a14f1 Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 14 years ago
- e25ad0b Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 14 years ago
- bc6ea69 Avoid this CCE found in the logs: by Stephan Herrmann · 14 years ago
- 199a90f protect against an NPE seen in the logs (example involved a generic role with several errors). by Stephan Herrmann · 14 years ago
- f7cd2d3 Fix for Bug 331866 - [ui] Show when callin marker creator is waiting for java indexes by Stephan Herrmann · 14 years ago
- de8c34c Test & fix for Bug 331669 - [assist] Autocompletion on base keyword within static callin missing by Stephan Herrmann · 14 years ago
- e5cd8d2 Test & fix for Bug 331669 - [assist] Autocompletion on base keyword within static callin missing by Stephan Herrmann · 14 years ago
- 9eaf27a Follow-up changes for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
- e717cdc Fix for remaining issue of Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
- 24b527e Fix for remaining issue of Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
- 78ac9eb Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
- f6b5f83 Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
- 93c5cbc small improvement re AST-converting base constructor calls & tests by Stephan Herrmann · 14 years ago
- fc705fa small improvement re AST-converting base constructor calls & tests by Stephan Herrmann · 14 years ago
- 87a189d Test & fix for Bug 331726 - Selectionmechanism missing on right ShortMethodSpec Callout to field by Stephan Herrmann · 14 years ago
- e18ffe3 Test & fix for Bug 331726 - Selectionmechanism missing on right ShortMethodSpec Callout to field by Stephan Herrmann · 14 years ago
- b64c69c Fix for Bug 331702 - [dom] Static imports are always malformed in OTDT by Stephan Herrmann · 14 years ago
- 706d535 API consolidation for the otdt.ui plugin. by Stephan Herrmann · 14 years ago
- 8c9d5ea API consolidation for the otdt.ui plugin. by Stephan Herrmann · 14 years ago
- 96d6fc8 API consolidation for the otdt.ui plugin. by Stephan Herrmann · 14 years ago
- 3b66425 API consolidation for the otdt.ui plugin. by Stephan Herrmann · 14 years ago
- 117f97d cleanup: by Stephan Herrmann · 14 years ago
- 2e6536d adjust two test results: by Stephan Herrmann · 14 years ago
- 830b1e7 enable fix r1048 for this bundle. by Stephan Herrmann · 14 years ago
- 63e4eea make dependency on org.objectteams/ explicit, even if currently used only in javadoc by Stephan Herrmann · 14 years ago
- 7f44178 API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 78edf2b API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 6c3cbc1 API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 7e30edd API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 75085f6 API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 6804866 API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 3b4833e API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
- 672a4e5 API consolidation: - nothing public in this plugin by Stephan Herrmann · 14 years ago
- d95a267 document access to internal for these two purposes: by Stephan Herrmann · 14 years ago
- ef32486 avoid one access to internal (Workbench) by Stephan Herrmann · 14 years ago
- e17b7fc avoid leaking of internal types by Stephan Herrmann · 14 years ago
- cbbe547 cleanup: by Stephan Herrmann · 14 years ago
- bccbbb3 cleanup: this team no longer adapts pde.ui by Stephan Herrmann · 14 years ago
- ee265f1 code cleanup: remove old stuff incl. a workaround to a compiler bug. document context and necessity of adaptation. by Stephan Herrmann · 14 years ago
- e1baef0 one fewer internal access by Stephan Herrmann · 14 years ago
- cc3576b move two constants to a public place to avoid discouraged access between two of our own plugins. by Stephan Herrmann · 14 years ago
- 9bc81d4 move two constants to a public place to avoid discouraged access between two of our own plugins. by Stephan Herrmann · 14 years ago
- cbaeacd cleanup a few instances of discouraged access by Stephan Herrmann · 14 years ago
- 58a97a4 cleanup a few instances of discouraged access by Stephan Herrmann · 14 years ago
- 95e72ca cleanup a few instances of discouraged access by Stephan Herrmann · 14 years ago
- c879599 Fix for Bug 331114 - [help] update the Object Teams Application cheatsheet by Stephan Herrmann · 14 years ago
- acefef9 alerted by a warning let's avoid duplicate packaging into . and otdtuihelp.jar. by Stephan Herrmann · 14 years ago
- e6282af avoid type safety warnings, Equinox is now generified. by Stephan Herrmann · 14 years ago
- 779eefe avoid type safety warnings, Equinox is now generified. by Stephan Herrmann · 14 years ago
- ca37692 Fix regression in ClassFileTests where start of JavaPlugin (JDT/UI) confused the buffer management by Stephan Herrmann · 14 years ago
- 5f66394 API consolidation: by Stephan Herrmann · 14 years ago
- 72d501f API consolidation: by Stephan Herrmann · 14 years ago
- 49c3081 API consolidation: by Stephan Herrmann · 14 years ago
- 8958ff3 API consolidation: by Stephan Herrmann · 14 years ago