Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
3c78f92a511ce1ee567dede491235cbb3c2c4e3a
/
org.eclipse.jdt.core
/
compiler
/
org
/
eclipse
« Previous
29f5dc8
fix a regression caused by previous commit
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
6dfc0af
More 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
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
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
d3c1c6a
update jdt.core and tests to v_B28.
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
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
cc12acd
witness for an ICE (while working on tests in suite Java5) and its fix.
by Stephan Herrmann
· 14 years ago
0aa381d
Fix an AIOOBE caused by the previous patch
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
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
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
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
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
f6b5f83
Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call
by Stephan Herrmann
· 14 years ago
fc705fa
small improvement re AST-converting base constructor calls & tests
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
c7d4a0a
More API cleanup
by Stephan Herrmann
· 14 years ago
9a5ab18
Refactoring/API-cleanup:
by Stephan Herrmann
· 14 years ago
ba728f6
Test & fix for Bug 330304 - [compiler] AIOOBE in Scanner.internalScanIdentifierOrKeyword()
by Stephan Herrmann
· 14 years ago
8b04ad1
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
fe0c0a0
branding as 0.8.0M3 for inclusion in indigo.
by Stephan Herrmann
· 14 years ago
f5c2906
Fix for Bug 325252 - [compiler] bogus warning "Unnecessary @SuppressWarnings("unused")" in Order System Example
by Stephan Herrmann
· 14 years ago
e880bb6
update to v_B22 (3.7M3)
by Stephan Herrmann
· 14 years ago
4326fba
Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error
by Stephan Herrmann
· 14 years ago
d1c1dcb
Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..)
by Stephan Herrmann
· 14 years ago
d5ea9c2
Additional fix re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities
by Stephan Herrmann
· 14 years ago
8b47435
synchronize all methods writing to _classFile after we saw an NPE in the second of these lines:
by Stephan Herrmann
· 14 years ago
f7bbef1
Fix regression in test921_hasRoleMethod5c2 /
by Stephan Herrmann
· 14 years ago
cb3b5a0
fixed a regression (NPE) in test219_playedbyInheritance4, triggered (but not caused) by r967
by Stephan Herrmann
· 14 years ago
016c426
update to JDT/Core v_B18
by Stephan Herrmann
· 14 years ago
bb9af50
Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities
by Stephan Herrmann
· 14 years ago
a784e84
previous patch had a bug re boarder condition numTSuperRoles==0. Fixed.
by Stephan Herrmann
· 14 years ago
20c1fca
Implementation for Bug 326969 - [compiler] implement changed precedence among different tsupers
by Stephan Herrmann
· 14 years ago
2809990
Fix for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method.
by Stephan Herrmann
· 14 years ago
4157136
restore a chunk of code that got lost during merge with v_B14a thus causing regressions in SuperTypeTest
by Stephan Herrmann
· 14 years ago
1438430
fixed a merge error: chunk ended up in the wrong method, caused regression in SyntaxErrorTest.test14()
by Stephan Herrmann
· 14 years ago
aa03e34
Fix for Bug 326416 - [compiler] within() not working for team extending non-team
by Stephan Herrmann
· 14 years ago
66cc2b6
Basic merge with v_B14a for 3.7M2
by Stephan Herrmann
· 14 years ago
f19847b
Cleanly re-applied all changes 0.7.0->0.7.1
by Stephan Herrmann
· 14 years ago
ce77a14
Avoid an NPE I observed with badly broken sources in RL.
by Stephan Herrmann
· 14 years ago
0c9c7ec
Avoid an AIOOBE I observed with badly broken sources in RL.
by Stephan Herrmann
· 14 years ago
8a3c6c1
Additional fixes re Bug 324526 - [reconciler] NPE during AST creation, team in role file subclassing non-team role
by Stephan Herrmann
· 14 years ago
82d9583
Improve implementation of signature weakening to accommodate new tests
by Stephan Herrmann
· 14 years ago
5d1cd28
Change for Bug 324537 - [otre] overriding Team.isActive() may cause deadlock
by Stephan Herrmann
· 14 years ago
7fe250b
Test & fix for Bug 324526 - [reconciler] NPE during AST creation, team in role file subclassing non-team role
by Stephan Herrmann
· 14 years ago
44946bc
small refactoring that should have been part of r737:
by Stephan Herrmann
· 14 years ago
db2e57c
Fix for Bug 324510 - [compiler] Cannot use "result" as a parameter name in a callin-replace binding
by Stephan Herrmann
· 14 years ago
c87554d
Bug 321440 - [compiler][otre] support for role-binding to interfaces
by Stephan Herrmann
· 14 years ago
57e57ec
Fix for Bug 323862 - base constructor call can not be used as an expression
by Stephan Herrmann
· 14 years ago
ae591e1
don't produce setter synth method for final fields
by Stephan Herrmann
· 14 years ago
c288db0
fix an AIOOBE introduced by the previous commit which caused a build failure
by Stephan Herrmann
· 14 years ago
1fe53e5
fix a logic-error introduced by the previous commit which caused a build failure.
by Stephan Herrmann
· 14 years ago
88c7c25
FIr part 2 for Bug 323327 - [compiler] accessing a protected inner role from a private method of a nested team
by Stephan Herrmann
· 14 years ago
915fb3f
Fix NPE causing build failure
by Stephan Herrmann
· 14 years ago
2f238f1
FIr part 1 for Bug 323327 - [compiler] accessing a protected inner role from a private method of a nested team
by Stephan Herrmann
· 14 years ago
45c846d
improve r735 so we can handle binary constructors, too.
by Stephan Herrmann
· 14 years ago
fd9845f
fix for Bug 322723 - [compiler] a role constructor with declared exceptions causes bogus compile error
by Stephan Herrmann
· 14 years ago
a77beb3
Enabled tests re http://trac.objectteams.org/ot/ticket/286
by Stephan Herrmann
· 14 years ago
8ca9fb2
Fine tuning for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy
by Stephan Herrmann
· 14 years ago
c49ec5f
More on Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated:
by Stephan Herrmann
· 14 years ago
9709694
Additional fix re Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated
by Stephan Herrmann
· 14 years ago
89703ee
Fixes for Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated
by Stephan Herrmann
· 14 years ago
14368d9
Fix for new test test2215_arrayLifting6(): array lifter needs an ifc-part if team is nested (and a role).
by Stephan Herrmann
· 14 years ago
1243886
Fix inheritance issue detected while working on OTSuperTypeHierarchyTest013.testGetAllSuperclasses_TA2TB2TC2R1()
by Stephan Herrmann
· 14 years ago
f3add72
Experiments towards Bug 321440 - [compiler][otre] support for role-binding to interfaces
by Stephan Herrmann
· 14 years ago
08e2dc4
fixed a typo.
by Stephan Herrmann
· 14 years ago
0c8f8cf
Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files.
by Stephan Herrmann
· 14 years ago
8de6a4a
Fix a regression in CalloutBindingTest: this one error was reported twice for each callout.
by Stephan Herrmann
· 14 years ago
1df403e
Fix bogus errors reported by the reconciler:
by Stephan Herrmann
· 14 years ago
71b8212
Fix for Bug 310398 - [compiler] incremental compilation fails for mutually dependent teams
by Stephan Herrmann
· 14 years ago
6298f1b
Fix for Bug 318309 - [compiler] warnings re unused exceptions from generated code
by Stephan Herrmann
· 14 years ago
ee6a9a2
Final fix for Bug 318084 - [compiler] cannot callin-bind a callout-defined method
by Stephan Herrmann
· 14 years ago
8d3bb21
Fix for regression in "FileStructure" tests: don't keep "source type required" into compilation of transitive dependencies.
by Stephan Herrmann
· 14 years ago
de631c6
Cleanup re Bug 318084 - [compiler] cannot callin-bind a callout-defined method
by Stephan Herrmann
· 14 years ago
9c6fa12
Additional fixes re Bug 318084 - [compiler] cannot callin-bind a callout-defined method
by Stephan Herrmann
· 14 years ago
303a0f5
cleanup resolving some warnings
by Stephan Herrmann
· 14 years ago
e2577ac
Implementation part1 for bug 318084: [compiler] cannot callin-bind a callout-defined method
by Stephan Herrmann
· 14 years ago
b8dc194
I assume this to be a slippage from http://trac.objectteams.org/ot/changeset/14553
by Stephan Herrmann
· 14 years ago
273c5e8
NPE fix for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern
by Stephan Herrmann
· 14 years ago
7464c32
Implementation for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern
by Stephan Herrmann
· 14 years ago
32a19a6
Cleanup for Bug 318781 - [compiler] [otre] remove "BaseClassTags" bytecode attribute
by Stephan Herrmann
· 14 years ago
91e7f7c
Fix for Bug 318083 - [compiler] "Cannot externalize non-public role" from generated code
by Stephan Herrmann
· 14 years ago
f975b8e
Fix for Bug 316904 - [assist] completion for ctor with declared lifting causes CCE
by Stephan Herrmann
· 14 years ago
46d1f39
Test & Improvements for Bug 302827 - [assist] completion should offer to materialize phantom roles
by Stephan Herrmann
· 14 years ago
225c6c7
Fix for Bug 316659 - [compiler] NPE in PrecedenceBinding.hasCommonBaseMethod
by Stephan Herrmann
· 14 years ago
7fb7acf
Test & fix for Bug 316658 - [reconciler] implicitly inherited field reports "illegal modifier"
by Stephan Herrmann
· 14 years ago
cba20f8
Follow-up fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified
by Stephan Herrmann
· 15 years ago
518e7ec
two small fups of r440 re Bug 316200 - [otjld] Method bindings in role with binding ambiguity?
by Stephan Herrmann
· 15 years ago
dd72075
Implementation for Bug 316200 - [otjld] Method bindings in role with binding ambiguity?
by Stephan Herrmann
· 15 years ago
eee4236
Fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified
by Stephan Herrmann
· 15 years ago
9e4a303
Fix for Bug 315322 - [compiler] final field with initializer breaks implicit inheritance
by Stephan Herrmann
· 15 years ago
Next »