Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-17 | Bug 403396 - Possible bug with the layering of teams (or stacking of | Stephan Herrmann | 2 | -23/+71 | |
teams) | |||||
2013-02-20 | bug 400833 - [compiler] resolve error re lifting constructor with | Stephan Herrmann | 1 | -0/+49 | |
implicit playedBy refinement | |||||
2013-02-10 | Bug 400404 - [compiler] No enclosing instance of the type TOuter.T1 is | Stephan Herrmann | 1 | -2/+48 | |
accessible in scope - layered team and inheritance | |||||
2013-02-09 | Bug 400360 - [reconciler] fails to resolve callout-to-field with | Stephan Herrmann | 3 | -10/+86 | |
path-anchored type Solution: include necessary STATE_ROLES_LINKED into mngmt by lookupEnv | |||||
2013-02-08 | Bug 400362 - [compiler] role field with anchored role type breaks | Stephan Herrmann | 1 | -0/+26 | |
implicit inheritance | |||||
2013-02-03 | Revert change of major version, no incompatibilities as of yet. | Stephan Herrmann | 1 | -1/+0 | |
2013-02-02 | Adjust tests to change in ac72852be92166b2f1bf098a60ae00aa0346d2c1 | Stephan Herrmann | 2 | -0/+3 | |
- add newline between normal imports and base imports | |||||
2013-02-02 | Bug 382185 - [refactoring] renaming base package fails to rename base | Stephan Herrmann | 7 | -6/+435 | |
import | |||||
2013-02-02 | Bug 399781 - Callout to private field of deeply nested class gives | Stephan Herrmann | 1 | -2/+83 | |
compile error | |||||
2013-01-22 | Bug 397192 - Prepare OTDT for new (dynamic) weaver: | Stephan Herrmann | 2 | -17/+7 | |
Generalize configuration of runtime libraries to please both weavers. Master switch currently is system property "ot.weaving" | |||||
2013-01-22 | Bug 397192 - Prepare OTDT for new (dynamic) weaver: | Stephan Herrmann | 1 | -4/+2 | |
Align error messages for not-found team from teamconfig file. | |||||
2013-01-10 | Bug 397867 - [compiler] illegal access to invisible method via callin | Stephan Herrmann | 1 | -4/+40 | |
binding not detected | |||||
2013-01-10 | Bug 397878 - [compiler] Using field of enclosing team as team anchor | Stephan Herrmann | 2 | -13/+58 | |
causes illegal bytecode to be created | |||||
2013-01-10 | Bug 397897 [compiler] In three layers of teams anchor equivalence is not | Stephan Herrmann | 1 | -3/+65 | |
recognized | |||||
2013-01-08 | Bug 397712 - [compiler] illegal bytecode from chains of team | Stephan Herrmann | 1 | -0/+36 | |
constructors | |||||
2012-12-29 | Bug 397235 - [compiler] cannot bind to a static role method | Stephan Herrmann | 1 | -0/+68 | |
2012-12-29 | New regression test: externalized role in base-side of declared lifting | Stephan Herrmann | 1 | -0/+31 | |
(no failure observed). | |||||
2012-12-29 | Bug 397182 - Prepare OTDT for new (dynamic) weaver | Stephan Herrmann | 2 | -4/+26 | |
- let otdt plug-in coordinate selection of - compiler mode - OTRE classpath container - let otdt.tests automatically adjust to the selection OTRE/OTREDyn - bump up otequinox to 3.0.0 - new: TransformerPlugin.useDynamicWeaving() - this version shall be able to alternatively handle both variants of the weaver | |||||
2012-12-16 | Improve expected error message after Bug 388795 has been fixed in JDT | Stephan Herrmann | 1 | -2/+2 | |
2012-12-04 | Bug 395762 - [assist] completion in c-t-f parameter mapping hangs | Stephan Herrmann | 1 | -3/+23 | |
2012-12-04 | Bug 394037 - [refactoring] renaming an argument with declared lifting | Stephan Herrmann | 1 | -0/+46 | |
fails to rename occurrences | |||||
2012-12-04 | Bug 395746 - [compiler] role of static inner of an inaccessible outer | Stephan Herrmann | 1 | -0/+24 | |
cannot resolve base methods | |||||
2012-12-04 | Adopt JDT/UI change for bug 391927 via their commit | Stephan Herrmann | 2 | -46/+34 | |
a9d28d0d237966d409e0e603033f3ce8cddb5d35 (Method safeDelete has been removed and isn't needed actually). | |||||
2012-12-04 | Bug 394037 - [refactoring] renaming an argument with declared lifting | Stephan Herrmann | 3 | -0/+65 | |
fails to rename occurrences | |||||
2012-11-14 | Bug 394263 - Team with generic type parameter causes role inheritance | Stephan Herrmann | 1 | -1/+16 | |
error | |||||
2012-11-10 | Bug 394035 - [assist] completion fails to propose role creation | Stephan Herrmann | 2 | -30/+68 | |
- test & fix - also cleared up confusion fjProject1 vs. CompletionTestSetup.getProject() which broke testPlayedBy2() | |||||
2012-11-10 | Bug 394034 - [assist] completing a method call does not propose an | Stephan Herrmann | 1 | -0/+41 | |
argument with declared lifting - test & fix | |||||
2012-11-08 | Bug 393915 - [dom][refactoring] pull-up with "use the destination type | Stephan Herrmann | 3 | -3/+21 | |
where possible" throws StackOverflowError - test (modified existing one) & fix - additional advance fix for bug 393932 | |||||
2012-11-06 | Bug 393072 - VerifyError caused by super call within team constructor | Stephan Herrmann | 1 | -1/+94 | |
using declared lifting - account for array of role / array lifting in more locations | |||||
2012-10-18 | Bug 391876 - false-report (nested class): interface cannot be | Stephan Herrmann | 1 | -1/+42 | |
implemented more than once | |||||
2012-10-16 | Bug 374833 - Complain when base plugin of an aspectBinding cannot be | Stephan Herrmann | 32 | -23/+129 | |
resolved | |||||
2012-10-14 | Bug 381790 - [compiler] support @Override for role method implementing | Stephan Herrmann | 1 | -0/+115 | |
an interface method | |||||
2012-10-07 | Bug 382188 - NPE in copyRole() when commenting out roles in a nested | Stephan Herrmann | 1 | -1/+70 | |
team / role file - immediate: ensure roles found during complete type bindings are connected, too - secondary: teams w/o a super team always need reflection methods (was regression in OTReconcilerTests.testRoFiNestedTeam) | |||||
2012-10-07 | Bug 391290 - Internal compiler error/Corrupt byte code | Stephan Herrmann | 1 | -0/+61 | |
2012-09-22 | Bug 390146 - [compiler] Better support outer & inner teams adapting | Stephan Herrmann | 1 | -1/+1 | |
different bundles | |||||
2012-09-22 | Bug 390057 - decapsulation warning for final base class is not reported | Stephan Herrmann | 1 | -4/+16 | |
- fix - the test change is only mildly related: need to set severity to error to actually see it. But the real issue needs an OT/Equinox context. | |||||
2012-09-22 | Bug 367605 - [refactoring] missing update of base import during renaming | Stephan Herrmann | 3 | -1/+139 | |
or moving a base class - fix an omission in one of ImportRewrite.create - new role (nested team) in MoveAdaptor to detect base imports on this path, too. - test | |||||
2012-09-22 | Bug 354480 - VerifyError due to bogus lowering in inferred | Stephan Herrmann | 1 | -0/+60 | |
callout-to-field | |||||
2012-09-21 | Bug 390059 - [compiler][performance] too much time spent in | Stephan Herrmann | 2 | -8/+5 | |
SourceTypeBinding.findTypeInTeamPackage() - Cache SourceTypeBinding.notFoundMemberNames - Restrict all this to types with an existing teamPackage - Change in TypeDeclaration fixes a regression in Java5.testA120_enumInTeam1 (enum missing from InnerClasses attr.) | |||||
2012-09-18 | Bug 389850 - [refactoring] change signature fails if role method is | Stephan Herrmann | 3 | -1/+38 | |
bound in a signature-less callin | |||||
2012-09-01 | Remove workaround from 5086ecafb50bea89ca6fdedd9445a06a61770579 which | Stephan Herrmann | 1 | -9/+0 | |
was superseded by 20e6d9b23168c72f0fb4c64ceeedfba3f89f3099 | |||||
2012-08-26 | Fix test failures which happened if tests were not executed in textual | Stephan Herrmann | 4 | -5/+56 | |
order See https://bugs.eclipse.org/314850 (PDE) Fixed by better shutdown/restart. | |||||
2012-08-26 | Bug 387996 - "T cannot be resolved or is not a field" error due to field | Stephan Herrmann | 1 | -2/+1 | |
named like package cleanup after discussion in bugzilla. | |||||
2012-08-26 | Bug 388060 - [compiler] closeable role triggers resource warning from | Stephan Herrmann | 1 | -6/+88 | |
lift method | |||||
2012-08-26 | Experiment: try to avoid test failures by waiting 200ms before starting | Stephan Herrmann | 1 | -0/+9 | |
a full build. | |||||
2012-08-25 | Test convenience: more error output. | Stephan Herrmann | 1 | -0/+2 | |
2012-08-25 | Bug 387996 - "no method found" warning due to field named like package | Stephan Herrmann | 1 | -1/+23 | |
Fixed wrongly interpreting test.T.R | |||||
2012-08-14 | Bug 387236 - [compiler] type mismatch in signature-less c-t-f with arrayreleases/OTDT_2.2M1builds/201208141515 | Stephan Herrmann | 1 | -0/+33 | |
type causes NPE | |||||
2012-08-12 | Bug 387077 - [compiler] illegal modifiers generated for callout to | Stephan Herrmann | 1 | -71/+128 | |
static field - test and initial fix: test showed a bogus compiler error which I fixed by properly setting baseclass decapsulation for argument types also in copied ifc-methods. | |||||
2012-08-11 | Use JRE from bundle's BREE. | Stephan Herrmann | 1 | -1/+1 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-