Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
2767e83df3121253f7aa58e042572adc4792fd34
/
org.eclipse.jdt.core
/
compiler
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
· 14 years ago
518e7ec
two small fups of r440 re Bug 316200 - [otjld] Method bindings in role with binding ambiguity?
by Stephan Herrmann
· 14 years ago
dd72075
Implementation for Bug 316200 - [otjld] Method bindings in role with binding ambiguity?
by Stephan Herrmann
· 14 years ago
eee4236
Fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified
by Stephan Herrmann
· 14 years ago
9e4a303
Fix for Bug 315322 - [compiler] final field with initializer breaks implicit inheritance
by Stephan Herrmann
· 15 years ago
d5c3cc6
update jdt.core to v_A56 and build against 3.6RC3
by Stephan Herrmann
· 15 years ago
db48bf6
Fix for Bug 314741 - [compiler] violation of OTJLD 1.2.2(g) can be masked by other error
by Stephan Herrmann
· 15 years ago
6a69914
Fixes for Bug 314714 - [compiler] cannot compile multiple toplevel teams in the same compilation unit
by Stephan Herrmann
· 15 years ago
3421d29
Tests & implementation for Bug 314039 - [dom] [rewrite] more complete rewriting for method mappings
by Stephan Herrmann
· 15 years ago
8f4b321
- update jdt.core to v_A54 - prepare for building against 3.6RC2
by Stephan Herrmann
· 15 years ago
885406d
two fups of r342
by Stephan Herrmann
· 15 years ago
de6d198
Test and fix for Bug 311885 - [compiler] toggling CCE in incremental compilation of nested phantom role
by Stephan Herrmann
· 15 years ago
9900472
update jdt.core to v_A53
by Stephan Herrmann
· 15 years ago
e47ced2
Fix for bug 310917:
by Stephan Herrmann
· 15 years ago
4fac782
Fix regression old in TypeHierarchyTests#testResilienceToMissingBinaries()
by Stephan Herrmann
· 15 years ago
f8671e3
fix for new test test914_bindingPredicate21
by Stephan Herrmann
· 15 years ago
8320595
Fix for Bug 311201 - hasRole(Object, Class) call in inner teams ends up in NoSuchMethodError,
by Stephan Herrmann
· 15 years ago
5c9a10e
free-hand fix for a CCE seen in the logs:
by Stephan Herrmann
· 15 years ago
3f544e8
Fix for new test test1710_confinedBoundRole2:
by Stephan Herrmann
· 15 years ago
074ca4e
fix regressions due to new IProblem/irritant token.
by Stephan Herrmann
· 15 years ago
d70a7b7
new compiler error message as to avoid generating illegal byte code before enhancement bug 310881 is implemented.
by Stephan Herrmann
· 15 years ago
0fa111f
corrected resolving of javadoc type reference using base import scope, see test04m_javadocBaseImportReference1().
by Stephan Herrmann
· 15 years ago
1e3ee00
Implementation for enhancement bug 310621 - [compiler] should warn when after callin ignores return value of its role method
by Stephan Herrmann
· 15 years ago
c317338
improve previous patch: make sure we only erase if type is actually parameterized.
by Stephan Herrmann
· 15 years ago
5b59985
Fix regressions caused by recently introduced restore* methods:
by Stephan Herrmann
· 15 years ago
bfd9f51
Fix regression in CalloutBindingTest#testResultLifting2():
by Stephan Herrmann
· 15 years ago
e5144c6
Avoid error logging re unconfigured Dependencies in org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest.
by Stephan Herrmann
· 15 years ago
3ce9838
Fix regression in test4131_illegalLiftingBindingAmbiguity2 introduced by optimization from r81:
by Stephan Herrmann
· 15 years ago
b9238d4
fix regression in test713_roleImplementsInheritedAbstractMethod2:
by Stephan Herrmann
· 15 years ago
a55c341
Update jdt core and tests to v_A46
by Stephan Herrmann
· 15 years ago
90fce70
improve r222: don't copy serialization (or reflection) methods.
by Stephan Herrmann
· 15 years ago
6c344a3
fix build error: base reference in new code must support decapsulation
by Stephan Herrmann
· 15 years ago
61a7122
cleaned up version of the patches from bug 304728 and bug 304729 (second strategy).
by Stephan Herrmann
· 15 years ago
7b84a8b
Add retrying to reading generated class files: self-building seemed to have timing issues on build.eclipse.org.
by Stephan Herrmann
· 15 years ago
3e8fe96
fix yet new regressions in OTReconcilerTests.testAnchoredType03, account for:
by Stephan Herrmann
· 15 years ago
f3e60b3
update jdt.core to v_A45
by Stephan Herrmann
· 15 years ago
7c9bb33
Fixed a memory leak observed in otjld-testsuite and analysed by MAT:
by Stephan Herrmann
· 15 years ago
51db867
removed one unused method.
by Stephan Herrmann
· 15 years ago
6c96408
Fix regression in testX12_resultLifting2 (incompatible return types of callin method after copy)
by Stephan Herrmann
· 15 years ago
c4aa9eb
Fix regression in test181_refiningAbstractRole1()
by Stephan Herrmann
· 15 years ago
8107ad9
Improve/fix r172 for the scenario of comparing null to null
by Stephan Herrmann
· 15 years ago
9654e63
Fix regression in test1518_implicitlyInheritRoleFile2()
by Stephan Herrmann
· 15 years ago
13e05eb
Fix a regression in test139_illegalTsuperAccess5f()
by Stephan Herrmann
· 15 years ago
1ca8c6f
fix a regression in test117_nestedClassClashesWithInherited1() where copyNonWideConstants did not recognize
by Stephan Herrmann
· 15 years ago
44bf5b7
Now that copyAllNonWideConstants() also copies class-constants, these must be mapped via ConstantPoolObjectMapper, too.
by Stephan Herrmann
· 15 years ago
20a816c
Fix regression (illegal bytecode) in test1111_roleInheritsCallinFromTsupers1()):
by Stephan Herrmann
· 15 years ago
6b0b788
Adjust compilation order:
by Stephan Herrmann
· 15 years ago
36f1f47
Fix regressions in several otjld tests
by Stephan Herrmann
· 15 years ago
a84fca0
fix a regression in OTReconcilerTests.testAnchoredType03:
by Stephan Herrmann
· 15 years ago
485b9c0
minor comment fix
by Stephan Herrmann
· 15 years ago
5d9a520
Fix missing source positions for PopExpression in LoweringConditional
by Stephan Herrmann
· 15 years ago
Next »