Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2012-08-26 13:10:57 +0000
committerStephan Herrmann2012-08-26 13:10:57 +0000
commitd9ab5d340ef0570edad35ede38e89b7d7ef52749 (patch)
treeade0bf8db966ff784b563f0bc1af2cd51de834f9 /testplugins/org.eclipse.objectteams.otdt.tests
parentb56502daa30d18bf10919be60a8c978de13c7620 (diff)
downloadorg.eclipse.objectteams-d9ab5d340ef0570edad35ede38e89b7d7ef52749.tar.gz
org.eclipse.objectteams-d9ab5d340ef0570edad35ede38e89b7d7ef52749.tar.xz
org.eclipse.objectteams-d9ab5d340ef0570edad35ede38e89b7d7ef52749.zip
Bug 387996 - "T cannot be resolved or is not a field" error due to field
named like package cleanup after discussion in bugzilla.
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.tests')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/callinbinding/CallinMethodBinding.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/callinbinding/CallinMethodBinding.java b/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/callinbinding/CallinMethodBinding.java
index 2c95abbef..c511c8660 100644
--- a/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/callinbinding/CallinMethodBinding.java
+++ b/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/callinbinding/CallinMethodBinding.java
@@ -8123,8 +8123,7 @@ public class CallinMethodBinding extends AbstractOTJLDTest {
null/*requester*/);
}
- // Bug 387996 - "no method found" warning due to field named like package
- // secondary issue: we saw "T1 cannot be resolved or is not a field" flagged against the role methodspec
+ // Bug 387996 - "T cannot be resolved or is not a field" error due to field named like package
public void testBug387996a() {
runConformTest(
new String[] {

Back to the top