Conversation
|
|
||
| public void validateLater(final Procedure0 validationCallback) { | ||
| this.getProblemSupport().validateLater(validationCallback); | ||
| public void validateLater(final Procedure0 arg0) { |
There was a problem hiding this comment.
hmmm why does this now toggle back to arg0
There was a problem hiding this comment.
There was a problem hiding this comment.
Wired. Let’s recheck after the milestone. I just saw changes the other way round
There was a problem hiding this comment.
I’ve this problem since a while
There was a problem hiding this comment.
@szarnekow even before #2784 and when automatic build in Eclipse?
There was a problem hiding this comment.
in the past we checked in the eclipse built variant and not the maven one but the maven one had the arg0s
@cdietrich that's the eclipse built variant, that's why it's strange. Maybe it's better to revert those two files?
Moreover, only a few parameters miss the proper name.
There was a problem hiding this comment.
yes even in the same file.
There was a problem hiding this comment.
this seems to affect nested interfaces. maybe something broke in jdt.
There was a problem hiding this comment.
@szarnekow which class is used to produce the ParameterDeclarations in this case?
There was a problem hiding this comment.
I was hoping to fix it with #2995
But I only have time to continue that work on Saturday or Sunday this week.
After installing the new Xtend in Eclipse I get a few changed files.
While this 341050e comes surely from #2993 (cc @HannesWell) I'm not quite sure about bc51517. Can it be due to #2784? (cc @dvojtise)