Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
564e7ddbf68c9298361a1d85451b4979e385ca1e
/
testplugins
/
org.eclipse.objectteams.otdt.tests
d425912
Adjusting tests to a change in Bug 348574 - [quickfix] implement abstract methods from tsuper
by Stephan Herrmann
· 13 years ago
3e36a52
Test & fix for Bug 359894 - [compiler] support @Override for static role methods
by Stephan Herrmann
· 13 years ago
3199b0c
Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper
by Stephan Herrmann
· 13 years ago
f849044
Test & fix for Bug 351520 - Undefined getClass() for role in seperate role file
by Stephan Herrmann
· 13 years ago
e6d65a2
Test and fix for Bug 355253 - warnings regarding synthetic variables _OT$unlowerd$123
by Stephan Herrmann
· 13 years ago
471273b
Necessary test updates after Bug 355311 - error regarding abstract method in non-abstract role may be displayed at position 0
by Stephan Herrmann
· 13 years ago
f911e28
Two disabled tests for Bug 355441 - illegal bytecode for team constructor with declared lifting and field access
by Stephan Herrmann
· 13 years ago
fa1ee28
test & fix for Bug 354976 - better reporting of playedBy inside plain class
by Stephan Herrmann
· 13 years ago
725d001
Test & fix for Bug 355311 - error regarding abstract method in non-abstract role may be displayed at position 0
by Stephan Herrmann
· 13 years ago
4038a94
Test & fix for Bug 355313 - inferred callout not working for implicitly inherited method
by Stephan Herrmann
· 13 years ago
890b533
copyright update.
by Stephan Herrmann
· 13 years ago
112057c
Test & fix for Bug 355315 - callout inferred to implement protected method causes IllegalAccessError
by Stephan Herrmann
· 13 years ago
1c581ab
Test & fix for Bug 355314 - abstract method error may be masked by callout binding
by Stephan Herrmann
· 13 years ago
36f38fb
Fix for Bug 355263 - [otre] avoid performance penalty due to eager creation of _OT$roleSet
by Stephan Herrmann
· 13 years ago
7ab79f8
Test & fix for Bug 355007 - Using role as resource in try-with-resources creates bogus byte code
by Stephan Herrmann
· 13 years ago
e22970a
Test & fix for Bug 348570 - [compiler] missing team anchor reported against enum
by Stephan Herrmann
· 13 years ago
7816f1b
Test and fix for Bug 348146 - [compiler] NPE when compiling serializable team at compliance level 1.3
by Stephan Herrmann
· 13 years ago
72e49ce
add disabled test re Bug 330002
by Stephan Herrmann
· 13 years ago
d39a439
Test & fix for Bug 354244 - Role-side callin guard predicate interferes with Team.isExecutingCallin()
by Stephan Herrmann
· 13 years ago
119e659
adjust expected messages: bogus secondary error is no longer reported, perhaps due to grammar change.
by Stephan Herrmann
· 13 years ago
08b4a8a
otredyn: implement callout (compiler-part)
by Stephan Herrmann
· 13 years ago
3d1663e
Additional fix for Bug 352914 - Avoid unnecessary decapsulation accessors for callout to field
by Stephan Herrmann
· 13 years ago
bb38aa6
Additional fix for Bug 352914 - Avoid unnecessary decapsulation accessors for callout to field
by Stephan Herrmann
· 13 years ago
66189f3
Test & fix for Bug 350318 - [compiler] Erroneous name clash error in @Override methods
by Stephan Herrmann
· 13 years ago
8d12407
Partial fix for Bug 352914 - Avoid unnecessary decapsulation accessors for callout to field
by Stephan Herrmann
· 13 years ago
fa5f6f4
Test & fix for Bug 351317 - Error in (redundant) cast of anchored type
by Stephan Herrmann
· 13 years ago
90b9df2
addendum to Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception
by Stephan Herrmann
· 14 years ago
de9f4dc
addendum to Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception
by Stephan Herrmann
· 14 years ago
4378990
Test & fix for Bug 316601 - [debug] Debugger has no valid source position for lifting of phantom role file
by Stephan Herrmann
· 14 years ago
a00d38b
minor message correction: at user level we say method binding, not method mappin.
by Stephan Herrmann
· 14 years ago
0b2915e
part 4 of implementing Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
by Stephan Herrmann
· 14 years ago
d3238f6
3rd part of implementing Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
by Stephan Herrmann
· 14 years ago
b5c7423
adjust test to changed error message.
by Stephan Herrmann
· 14 years ago
1ed4e16
Version update etc. see Bug 345276 - Switch to release version 2.0.0
by Stephan Herrmann
· 14 years ago
c3d47d3
Test adjustments required for Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception
by Stephan Herrmann
· 14 years ago
7aa4219
Experiment for Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
by Stephan Herrmann
· 14 years ago
2c1095e
a small API cleanup: don't mix String and char[] representations in IMethodSpec
by Stephan Herrmann
· 14 years ago
c234451
additional test & fix for Bug 332790 - [search] search doesn't find tsuper method calls
by Stephan Herrmann
· 14 years ago
d5fc8d2
Part 3 of tests & fixes for Bug 316697 - [debug] Stepping through callin bindings in a role file shows bogus locations in the team
by Stephan Herrmann
· 14 years ago
b27479b
a note on how to debug this test
by Stephan Herrmann
· 14 years ago
9292f73
Part 2 of tests & fixes for Bug 316697 - [debug] Stepping through callin bindings in a role file shows bogus locations in the team
by Stephan Herrmann
· 14 years ago
4fb9897
Several fixes and test adjustments for Bug 316697 - [debug] Stepping through callin bindings in a role file shows bogus locations in the team
by Stephan Herrmann
· 14 years ago
4366934
Test & fix for Bug 343594 - [compiler] VerifierError when synthetic accessor is copied during incremental build
by Stephan Herrmann
· 14 years ago
17fd8c2
Test & fix for Bug 343079 - [compiler] internal compiler error when trying to invoke an abstract method as tsuper
by Stephan Herrmann
· 14 years ago
44b6eb3
adjust expected test result after fix for Bug 335777 - [compiler] don't flag missing precedence if different enclosing teams
by Stephan Herrmann
· 14 years ago
7e126c9
test & fix for Bug 332790 - [search] search doesn't find tsuper method calls
by Stephan Herrmann
· 14 years ago
80c610d
Fix & test adjustments for Bug 343045 - [compiler][smap] improve performance of smap generation
by Stephan Herrmann
· 14 years ago
46c37e5
Strengthen existing test and fix for Bug 335774 - [compiler] don't flag "bindingconventions" against import in superteam
by Stephan Herrmann
· 14 years ago
df8e4e0
Test & fix for Bug 335777 - [compiler] don't flag missing precedence if different enclosing teams
by Stephan Herrmann
· 14 years ago
37c4dd6
Test & fix for Bug 339823 - [select] base constructor invocation is not selectable
by Stephan Herrmann
· 14 years ago
cc32a18
Test & fix for Bug 339807 - [compiler] inferred callout to field doesn't support lifting
by Stephan Herrmann
· 14 years ago
7e828f8
Test & fix for Bug 339801 - [compiler] declared lifting cannot resolve base imported base type
by Stephan Herrmann
· 14 years ago
82eb14a
adjust expected result: don't ascribe any code in __OT__Confined to intermediate teams
by Stephan Herrmann
· 14 years ago
3e95799
adjust expected result: from two overlapping @SuppressWarnings now the outer if flagged as unused, which is actually better.
by Stephan Herrmann
· 14 years ago
5d7c15d
Implementation for Bug 338582 - consider optimization by avoiding the role cache
by Stephan Herrmann
· 14 years ago
df22b6c
Test & fix for Bug 336394 - [compiler] ClassFormatError caused by abstract static method
by Stephan Herrmann
· 14 years ago
3bad638
revert accidental test filtering
by Stephan Herrmann
· 14 years ago
0bf8192
Test & fix for Bug 336420 - [compiler] NPE during reporting "abstract relevant role"
by Stephan Herrmann
· 14 years ago
efe85e5
Improvement re Bug 336395 - [compiler] enum inside team class may cause NPE
by Stephan Herrmann
· 14 years ago
b47cdbe
adding missing test project.
by Stephan Herrmann
· 14 years ago
f992eee
Test & fix v1 for Bug 336395 - [compiler] enum inside team class may cause NPE
by Stephan Herrmann
· 14 years ago
1865242
Test & fix for Bug 336152 - [compiler] incompatible cast error if "Object" is hidden by an import
by Stephan Herrmann
· 14 years ago
8aa6111
Test & fix for Bug 335628 - [compiler] lowering in array initializer
by Stephan Herrmann
· 14 years ago
00d5ed6
adjust tests to collateral change in Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field
by Stephan Herrmann
· 14 years ago
d7ab9c3
test & fix for Bug 332801 - [compiler][generics] instantiating a generic role cannot be type-checked
by Stephan Herrmann
· 14 years ago
56c7451
Test & fix for Bug 332795 - [compiler][generics] import issues with inherited playedBy binding inside parameterized team
by Stephan Herrmann
· 14 years ago
9e36cc9
Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field
by Stephan Herrmann
· 14 years ago
e00a155
test & fix for Bug 32604 - [otmodel] JavaModelException when hovering over a callout to field
by Stephan Herrmann
· 14 years ago
43eadd6
new test: covariant return in base methods but no "+" in callin binding.
by Stephan Herrmann
· 14 years ago
de4a080
Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin
by Stephan Herrmann
· 14 years ago
ebcc8eb
added a variant with different load order.
by Stephan Herrmann
· 14 years ago
a695fae
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
2248f67
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
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
efc6f92
expect different output after r1159 for Bug 331877.
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
3ba6420
test & additional fix for Bug 325397 - [compiler] CCE in generic nested team
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
b185ec8
witness for an ICE (while working on tests in suite Java5) and its fix.
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
25a14f1
Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team
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
78ac9eb
Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call
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
2e6536d
adjust two test results:
by Stephan Herrmann
· 14 years ago
6804866
API consolidation for org.eclipse.objectteams.otdt.debug
by Stephan Herrmann
· 14 years ago
49c3081
API consolidation:
by Stephan Herrmann
· 14 years ago
d4c2f1d
More API cleanup
by Stephan Herrmann
· 14 years ago
e097767
Bug 330534 - Discussion on how to solve OT/J issues about joining the Indigo release train:
by Stephan Herrmann
· 14 years ago
d748877
experimental change in our version schema in attempting to resolve (part of)
by Stephan Herrmann
· 14 years ago
ef9388c
Test & fix for Bug 330304 - [compiler] AIOOBE in Scanner.internalScanIdentifierOrKeyword()
by Stephan Herrmann
· 14 years ago
d83e4d0
Modernize and enable tests:
by Stephan Herrmann
· 14 years ago
c96e212
Test and fix for Bug 329888 - Missing compiler error when using wrong field specifier in Callout to field (long)
by Stephan Herrmann
· 14 years ago
73e805a
compliance 1.5 in jdt.core settings
by Stephan Herrmann
· 14 years ago
ec5e29e
Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error
by Stephan Herrmann
· 14 years ago
2ec5309
Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..)
by Stephan Herrmann
· 14 years ago
01b0907
Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities
by Stephan Herrmann
· 14 years ago
5d1e20e
make sure suppressed warning is not ignored up front.
by Stephan Herrmann
· 14 years ago
Next »