You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classDefaultParams {
String value
DefaultParams(Stringvalue='') {
this.value = value
}
/*@Generated DefaultParams() { this((String)'') }*/
}
Rename "DefaultParams" to anything else and there is a refactoring error due to overlapping edits for generated constructors. The generated constructor(s) for default arguments share the name range of the original for searching purposes.
The text was updated successfully, but these errors were encountered:
Consider the following:
Rename "DefaultParams" to anything else and there is a refactoring error due to overlapping edits for generated constructors. The generated constructor(s) for default arguments share the name range of the original for searching purposes.
The text was updated successfully, but these errors were encountered: