Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
ee9076e4bb8345ef5ca0615ff4d66a5bb3d38f01
/
org.eclipse.jdt.core
/
compiler
/
org
/
eclipse
/
jdt
/
internal
/
compiler
ee9076e
Updated to 8c030d505f30b0cafedd9f4204a10256b97739b1 from jdt.core
by Stephan Herrmann
· 12 years ago
bf0ecd3
Updated to dd3bff4d99a5193497eb7e3c0e1bc46a32b7c36a from jdt.core
by Stephan Herrmann
· 12 years ago
5d5bef9
Update to 29b2c218438398769d94ba99ef040852b0acf110 from jdt.core
by Stephan Herrmann
· 12 years ago
c455247
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core 12.
by Stephan Herrmann
· 12 years ago
77af67a
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
926e118
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
5363d6c
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
1460a60
Update to d14fcf9bcec95873f54edd756055ca864aab7a2b from jdt.core.
by Stephan Herrmann
· 12 years ago
358a288
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
68a759a
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
3ee319d
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
197438c
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
1c8f828
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
a30fa6a
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
5fa7f31
Bug 384992 - [java8] adopt grammar changes for Java 8 from JDT/Core
by Stephan Herrmann
· 12 years ago
0bf562c
Update JDT/Core and tests to 4.2 RC3 from tag I20120531-1500
by Stephan Herrmann
· 13 years ago
2feba95
Update JDT/Core to 4.2 RC2 from tag I20120524-2100
by Stephan Herrmann
· 13 years ago
4a05b5f
update jdt.core & tests to I20120516-1900 supposedly 4.2 RC1
by Stephan Herrmann
· 13 years ago
54669f8
update jdt.core & tests to I20120502-0800 aka 4.2 M7.
by Stephan Herrmann
· 13 years ago
4f3f3d1
Update jdt.core & tests to v20120428-0556.
by Stephan Herrmann
· 13 years ago
942dbe9
Update jdt.core & tests to v20120410-0701 for first primary 4.2 build.
by Stephan Herrmann
· 13 years ago
bbe9091
Various fixes for Bug 372786 - NPE in AllocationExpression
by Stephan Herrmann
· 13 years ago
ff4d7d9
Resolve null warnings: make null-strategy better analyzable.
by Stephan Herrmann
· 13 years ago
232c913
green field correction: synth. role field accessors are
by Stephan Herrmann
· 13 years ago
652238b
Resolve more warnings: empty block, non-nls, unused local.
by Stephan Herrmann
· 13 years ago
86c6115
resolve all javadoc warnings in this plug-in
by Stephan Herrmann
· 13 years ago
f0800f8
massive warning clean-up triggered by deprecation of JLS3.
by Stephan Herrmann
· 13 years ago
b9e1052
Update jdt.core & tests to v20120314-0818 (candidate for 3.8 M6)
by Stephan Herrmann
· 13 years ago
6cecadb
Update jdt.core and tests to v20120221-0704
by Stephan Herrmann
· 13 years ago
18694f7
Test & fix for Bug 370273 - [compiler][otjld] consider allowing base
by Stephan Herrmann
· 13 years ago
7c3b1e7
Fix for Bug 370666 - [format] cannot format base call due to synthetic
by Stephan Herrmann
· 13 years ago
ecfaa01
Test & fix for Bug 355259 - Cannot declare role-typed field in an
by Stephan Herrmann
· 13 years ago
builds/201201311031
9a6c154
Revert change in MethodBinding#readableName which cause a failure in
by Stephan Herrmann
· 13 years ago
71ad2e4
Fix for Bug 331731 - Formatter fails silently on big Teams
by Stephan Herrmann
· 13 years ago
3cef2f0
Test & fix for Bug 370076 - [compiler] misplaced annotation before
by Stephan Herrmann
· 13 years ago
7ab5e31
Fixed the inclusion of OT-specific fields (fake & generated) into the
by Stephan Herrmann
· 13 years ago
2c38ab4
Basic merge to M5 using jdt.core v20120125-1544
by Stephan Herrmann
· 13 years ago
563b309
Test & fix for bug 355302 - organize import deletes required base import
by Stephan Herrmann
· 13 years ago
0f8bfbb
Test & fix for Bug 366597 - [compiler] NPE with role ifc wrongly
by Stephan Herrmann
· 13 years ago
builds/201112131519
releases/OTDT_2.1M4
53456fa
Fix regression (NPE) in Java5.testA119_nestedValueParameter8() ff.
by Stephan Herrmann
· 13 years ago
aa1e284
Merged with JDT/Core (+tests) up to v20111205-1355
by Stephan Herrmann
· 13 years ago
21b678d
move some tagbits to RoleModel/TeamModel to avoid clash with new tagBits
by Stephan Herrmann
· 13 years ago
41a335b
Merged with JDT/Core up-to 6665973e9a36116a8cb24b7143317e47a83a98f0
by Stephan Herrmann
· 13 years ago
3fc7459
previous commit caused a conflict with the jdt-nullity plugin, move constant to a free value
by Stephan Herrmann
· 13 years ago
3935387
Test & fix for Bug 362003 - [assist] completion is broken after <B base R> after a base guard
by Stephan Herrmann
· 13 years ago
1f3b088
fix regression caused by bad interaction between new t-w-r warning and our base-call analysis
by Stephan Herrmann
· 13 years ago
6dcbb38
update sources to v_C18, build config to v_C17 (no build containing C18 is available at this point)
by Stephan Herrmann
· 13 years ago
48ea983
Test & fix for Bug 359894 - [compiler] support @Override for static role methods
by Stephan Herrmann
· 13 years ago
7d944ef
update to 3.8M2 using v_C10.
by Stephan Herrmann
· 13 years ago
9b2f467
Test & fix for Bug 351520 - Undefined getClass() for role in seperate role file
by Stephan Herrmann
· 13 years ago
8cf3470
upgrade to v_C07
by Stephan Herrmann
· 13 years ago
a02566e
Test and fix for Bug 355253 - warnings regarding synthetic variables _OT$unlowerd$123
by Stephan Herrmann
· 13 years ago
3df378f
Full update to intermediate version v_C06.
by Stephan Herrmann
· 13 years ago
28079a7
test & fix for Bug 354976 - better reporting of playedBy inside plain class
by Stephan Herrmann
· 13 years ago
dea708e
Test & fix for Bug 355314 - abstract method error may be masked by callout binding
by Stephan Herrmann
· 13 years ago
57c4196
Test & fix for Bug 355007 - Using role as resource in try-with-resources creates bogus byte code
by Stephan Herrmann
· 13 years ago
dd780c6
Upgrade to v_C04 for Juno M1
by Stephan Herrmann
· 13 years ago
c56eb7b
Fix for regression in new test org.eclipse.jdt.core.tests.model.TypeHierarchyTests.testBug300576b()
by Stephan Herrmann
· 13 years ago
cd90249
Fix regression in NestedTeams.test1123_teamLayeredOnRegularNested3() at 1.7:
by Stephan Herrmann
· 13 years ago
77f7435
comment change, only.
by Stephan Herrmann
· 13 years ago
06b4ec3
better fix for PolymorphicSignatureTest that still processes the first arguments in a call to a varargs method.
by Stephan Herrmann
· 13 years ago
b9089ee
Fix AIOOBE from new PolymorphicSignatureTest: original may have fewer formals than are actuals in the call.
by Stephan Herrmann
· 13 years ago
3ad4328
fix CCE and other failures in GenericsRegressionTests:
by Stephan Herrmann
· 13 years ago
c433a47
avoid clash of IsGeneratedWithProblem with new constant IsDiamond.
by Stephan Herrmann
· 13 years ago
4906c60
add new resources for unicode handling (from v_B72_R37x)
by Stephan Herrmann
· 13 years ago
7ede2cb
repair LTR for catch argument, which was broken by the recent merge with Java7 support.
by Stephan Herrmann
· 13 years ago
44109d3
Basic merge with v_B72_R37x incl. support for Java7.
by Stephan Herrmann
· 13 years ago
2cde4ec
document background info behind previous commit.
by Stephan Herrmann
· 13 years ago
631def1
Fix regression in CalloutToField.test3317_multipleCalloutToSameField2()
by Stephan Herrmann
· 13 years ago
40ba96e
Test & fix for Bug 351317 - Error in (redundant) cast of anchored type
by Stephan Herrmann
· 13 years ago
8f40d9b
doc cleanup: remove obsolete "tag" "MIGRATION_STATE".
by Stephan Herrmann
· 14 years ago
cfa946e
minor message correction: at user level we say method binding, not method mappin.
by Stephan Herrmann
· 14 years ago
086e354
comment-only change in early preparation for merging-in BETA_JAVA7 from jdt.core orig:
by Stephan Herrmann
· 14 years ago
4ea615c
updated jdt.core and tests to v_B59 ( = 3.7 RC1)
by Stephan Herrmann
· 14 years ago
e581783
part 4 of implementing Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
by Stephan Herrmann
· 14 years ago
27b7e25
3rd part of implementing Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
by Stephan Herrmann
· 14 years ago
e283d5e
polish regarding Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception
by Stephan Herrmann
· 14 years ago
62a8073
Implementation part two for Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception
by Stephan Herrmann
· 14 years ago
f364891
Additional handling of LiftingFailedException re bug 337413:
by Stephan Herrmann
· 14 years ago
228bb91
Experiment for Bug 337413 - [otjld][compiler] consider changing LiftingFailedException to a checked exception.
by Stephan Herrmann
· 14 years ago
e4589e8
Update to 3.7M7 using (using jdt.core at v_B53)
by Stephan Herrmann
· 14 years ago
29b019c
update jdt.core to v_B51 (candidate for M7)
by Stephan Herrmann
· 14 years ago
0416eb8
fixed two regressions (NPE) caused by previous commit
by Stephan Herrmann
· 14 years ago
36997ea
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
8399429
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
22fa56b
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
beee7fb
Test & fix for Bug 343594 - [compiler] VerifierError when synthetic accessor is copied during incremental build
by Stephan Herrmann
· 14 years ago
51199f7
Test & fix for Bug 343079 - [compiler] internal compiler error when trying to invoke an abstract method as tsuper
by Stephan Herrmann
· 14 years ago
6300680
test & fix for Bug 332790 - [search] search doesn't find tsuper method calls
by Stephan Herrmann
· 14 years ago
da86d55
Strengthen existing test and fix for Bug 335774 - [compiler] don't flag "bindingconventions" against import in superteam
by Stephan Herrmann
· 14 years ago
a08ab60
Test and fix for Bug 340103 - [assist] FUP of bug 340083
by Stephan Herrmann
· 14 years ago
b138cf5
Tests & fix for Bug 340083 - [assist] cannot complete inside a binding guard
by Stephan Herrmann
· 14 years ago
6a64978
Test & fix for Bug 339823 - [select] base constructor invocation is not selectable
by Stephan Herrmann
· 14 years ago
0bf1ce8
Test & fix for Bug 339807 - [compiler] inferred callout to field doesn't support lifting
by Stephan Herrmann
· 14 years ago
e014654
fixed a merge bug (causing regressions in NullReferenceTest et al)
by Stephan Herrmann
· 14 years ago
0e64ff6
update to v_B42
by Stephan Herrmann
· 14 years ago
81f9ee4
Implementation for Bug 338582 - consider optimization by avoiding the role cache
by Stephan Herrmann
· 14 years ago
3db4276
update to v_B39
by Stephan Herrmann
· 14 years ago
a1bf656
basic merge of jdt.core to v_B38.
by Stephan Herrmann
· 14 years ago
9391b22
Test & fix for Bug 336394 - [compiler] ClassFormatError caused by abstract static method
by Stephan Herrmann
· 14 years ago
Next »