Jonathan Giles
Jonathan Giles
What would work fine is to have either annotations (for before / after) or convention that certain methods will be called. I prefer the annotation approach, as it is more...
For me it depends on the scale of the sample. Is the sample code literally showing how to use the API, or is it showing a slightly more developed use...
> Hey @JonathanGiles ,could you please take a look at the API view for this? .NET, JS have shipped their RuleManagers.. so we're trying to ship the same experience. I've...
Why is the API in Java `createRule` and `deleteRule` and in .NET it is `addRule` and `removeRule`? Is there precedence that we are following here? It seems that what we...
This looks good to me. I left one API comment, and I would like to make sure the Service Bus Java folks are all happy with this too before I...
Thank you for the bug report @melloware - we will resolve this as we work towards getting our GraalVM support officially in place. Appreciate your feedback - please keep it...
I'm curious if anyone has an updated status on module-info support in OpenRewrite? Thanks!
**Original comment by Gabriel Paim (Bitbucket: [gabrielpaim](https://bitbucket.org/gabrielpaim), GitHub: [gabrielpaim](https://github.com/gabrielpaim)).** ---------------------------------------- I agree with @max1701 suggestion. This issue is also related with [#417](https://bitbucket.org/controlsfx/controlsfx/issues/417/need-a-way-of-using-clearable-textfield-in). Btw, thanks for the workaround. I'm not very...
**Original comment by Lukáš Brchl (Bitbucket: [lukasbrchl](https://bitbucket.org/lukasbrchl), GitHub: [lukasbrchl](https://github.com/lukasbrchl)).** ---------------------------------------- I agree, this is very limited.
**Original comment by tobiasdiez (Bitbucket: [tobiasdiez](https://bitbucket.org/tobiasdiez), GitHub: [tobiasdiez](https://github.com/tobiasdiez)).** ---------------------------------------- A public `setupClearButtonField` would also be very helpful when one wants to add a clear button to a custom text field...