Jean-Noël Rouvignac

Results 63 comments of Jean-Noël Rouvignac

It looks like somebody else had the same idea: https://twitter.com/unclebobmartin, https://si0.twimg.com/profile_images/1102364992/clean_code_72_color.png Also take inspiration from the book "Clean Code: A Handbook of Agile Software Craftsmanship" by ROBERT C. MARTIN.

> Does the AutoRefactor "rule framework" support such a use case? I have never written such refactorings yet, but in theory you can do it. Be careful with multi threading...

> used ast pattern matching for implementation of refactorings It depends what you mean by that. AutoRefactor is an expert system matching patterns of code before applying refactorings. So it...

This should work with one or several uneeded type parameters. This should also work with method invocation, super method invocation, ... (others?)

See commit 1ec7b78850a9dc9213f539a69e497be1b273f5cb for an inspiration on the JDT APIs to use to solve this bug.

Maybe have a look at `RemoveUncheckedThrowsClausesRefactoring` for a head start.

I would also like to "customize exception stack trace to string conversion in open telemetry". We have come up with a more compact representation for exceptions: ``` Exception: message1 at...

I started working on this, but have somewhat stopped for now. I will try to get back to it. There is no ETA though. Let me know if anybody is...

Hello! [Release notes](https://www.graalvm.org/release-notes/JDK_17/#native-image) seem to say this issue is fixed, and yet, the issue is still open here. Who is right? :D

@tyrel I noticed the same as you for test class renames. I think that the TestNG plugin needs to listen to class renames (via extension points) in order to correct...