declex icon indicating copy to clipboard operation
declex copied to clipboard

Bug detecting the initializer

Open smaugho opened this issue 6 years ago • 0 comments

Programming an action, these parameters were provide:

void init(@FormattedExpression String path) {
}

void init(@FormattedExpression String path, Class model) {
}

But when the class is invoked with two parameters, it is taking the first init, instead of the second

smaugho avatar Jul 31 '17 22:07 smaugho