Community
Participate
Working Groups
In the reachability example I tried to refactor the bound role method Inheritance#checkAgainstInheritedMethods(..) as to remove the last (unused) parameter "length". The refactoring signals: "Cannot update found node: nodeType=85 ..." I.e., this refactoring has a switch of node types that doesn't handle MethodSpec.
This is mostly a dup of bug 311879. Still seeing this in 2.0.2 candidates is strange. One theory is that a missing mentioning in plugin.xml of a nested team is the culprit. This is fixed in commit b19dd7a7a149bc830a01cdb5a7bb4a575cb798ac After patching otdt.refactoring with an updated plugin.xml the bug disappeared.
Released also for 2.1 M6 via 08ed11af6b4c66a0888b3147547fd73418940f00
If the callin has no signatures, this still doesn't work. I filed bug 390950 for this. The original problem has been verified using OTDT 2.2.1.201209181302.
(In reply to comment #3) > If the callin has no signatures, this still doesn't work. I filed bug 390950 > for this. oops, should've read: bug 389850.