Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
refs/tags/mvn-releases/objectteams-2.2.0
/
testplugins
/
org.eclipse.objectteams.otdt.ui.tests
/
src
/
org
/
eclipse
/
objectteams
/
otdt
/
ui
/
tests
/
core
tag
f2770b88e9785e3a49edd857becdac5d46bb031b
tagger
Stephan Herrmann <stephan.herrmann@berlin.de>
Sun Jun 23 17:42:36 2013 +0200
object
94732cf4a5656099c990b33cfefb267213b71b0e
.
3a3443f
Bug 394061 - [assist] template proposals not working after a base call
by Stephan Herrmann
· 11 years ago
7b1a7eb
Adjust test expectation to recent change in jdt.ui:
by Stephan Herrmann
· 11 years ago
7f5938d
Adjust tests to change in ac72852be92166b2f1bf098a60ae00aa0346d2c1
by Stephan Herrmann
· 12 years ago
6874918
Bug 395762 - [assist] completion in c-t-f parameter mapping hangs
by Stephan Herrmann
· 12 years ago
5eb09f3
Bug 394035 - [assist] completion fails to propose role creation
by Stephan Herrmann
· 12 years ago
b51389c
Bug 394034 - [assist] completing a method call does not propose an
by Stephan Herrmann
· 12 years ago
7c4fe0c
Bug 374840 - [assist] callout completion after parameter mapping garbles
by Stephan Herrmann
· 12 years ago
4cbe2d3
Adjust imports: ICommandAccess & CUCorrectionProposal &
by Stephan Herrmann
· 13 years ago
7184487
Fixed bug 371969: [assist] combination of edits in linked mode may
by Stephan Herrmann
· 13 years ago
72d84d5
Test & fix for Bug 370656 - [assist] remove signatures from method
by Stephan Herrmann
· 13 years ago
e85de3c
Bug 353468 - [completion] completing a method binding inserts nested
by Stephan Herrmann
· 13 years ago
d2cecfd
Test & fix for bug 348076: [assist][rewrite] changing import to import
by Stephan Herrmann
· 13 years ago
563b309
Test & fix for bug 355302 - organize import deletes required base import
by Stephan Herrmann
· 13 years ago
3516406
Test & fix for Bug 362003 - [assist] completion is broken after <B base R> after a base guard
by Stephan Herrmann
· 13 years ago
2d40f4e
Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper
by Stephan Herrmann
· 13 years ago
bc9e3e8
More improvements re Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings
by Stephan Herrmann
· 13 years ago
7627999
test & implementation for Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings
by Stephan Herrmann
· 13 years ago
8e13a0c
Test & fix for Bug 355255 - [assist] NPE during completion if team contains an enum
by Stephan Herrmann
· 13 years ago
568a32d
+ Remove obsolete method
by Stephan Herrmann
· 13 years ago
29081dc
try to avoid overriding now-final method from superclass (build failure)
by Stephan Herrmann
· 13 years ago
b7e9a3e
Test and fix for Bug 340103 - [assist] FUP of bug 340083
by Stephan Herrmann
· 13 years ago
1d64d6c
Tests & fix for Bug 340083 - [assist] cannot complete inside a binding guard
by Stephan Herrmann
· 14 years ago
3c63aa6
Test & fix for Bug 339520 - [quickfix] creating a role constructor via quickfix creates ';' instead of body
by Stephan Herrmann
· 14 years ago
de8c34c
Test & fix for Bug 331669 - [assist] Autocompletion on base keyword within static callin missing
by Stephan Herrmann
· 14 years ago
1adc728
Tests & fix for Bug 329988 - Quickfix method generation on missing replace callin method generates wrong method
by Stephan Herrmann
· 14 years ago
b0f6e9a
Fix for part 2 of Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info
by Stephan Herrmann
· 14 years ago
f5b72a4
make expected result more robust: don't expect specific html-colors.
by Stephan Herrmann
· 14 years ago
0dc0bf7
Fix for Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info.
by Stephan Herrmann
· 14 years ago
4260bb8
try to avoid patching jdt.ui.tests by using a small team instead.
by Stephan Herrmann
· 14 years ago
3c73d56
more/copy methods to otdt.ui.tests to reduce our adaptations in jdt.ui.tests
by Stephan Herrmann
· 14 years ago
7062c93
Fine tuning for Bug 315310 - [assist] creating before/after callin using completion should set return type to void
by Stephan Herrmann
· 14 years ago
8c94d4a
Additional implementation for Bug 302827 - [assist] completion should offer to materialize phantom roles
by Stephan Herrmann
· 14 years ago
9bb7964
fix the tests: account for new way of computing the relevance of completion proposals.
by Stephan Herrmann
· 14 years ago
574e5a4
Fup of Bug 302827 - [assist] completion should offer to materialize phantom roles:
by Stephan Herrmann
· 14 years ago
65d6f68
Test & Improvements for Bug 302827 - [assist] completion should offer to materialize phantom roles
by Stephan Herrmann
· 14 years ago
10157b1
keyword expansion.
by Stephan Herrmann
· 14 years ago
2730899
Test & fix for Bug 316665 - [quickfix] create method from unresolved replace callin RHS adds "callin" modifier
by Stephan Herrmann
· 14 years ago
a452036
Implement type parameter handling for Bug 310923 - [assist] Quick assist for adding/removing signatures in method bindings
by Stephan Herrmann
· 14 years ago
41046d2
Implement more checks for Bug 310923 - [assist] Quick assist for adding/removing signatures in method bindings
by Stephan Herrmann
· 14 years ago
e038556
Initial implementation for Bug 310923 - [assist] Quick assist for adding/removing signatures in method bindings
by Stephan Herrmann
· 14 years ago
3705a3d
Attempts to reproduce Bug 311890 - [assist] support "create class" quickfix for OT/J references
by Stephan Herrmann
· 14 years ago
414f0e5
cleanup -> 0 warnings
by Stephan Herrmann
· 14 years ago
c66a011
Test & fix for Bug 313804 - [dom] [assist] add support for "precedence after" in DOM and quickfix
by Stephan Herrmann
· 14 years ago
436c703
Test and fix for Bug 311432 - Inferred callouts to private static fields make OrganizeImports to import private fields
by Stephan Herrmann
· 14 years ago
0a24bbc
Test and fix for Bug 311339 - Quickfix "Add Return Statement" inserts invalid code
by Stephan Herrmann
· 14 years ago
36c2699
initial commit in accordance with CQ 3784
by Stephan Herrmann
· 15 years ago