Regex to find methods that have an ‘inner’ method
I’m working on some upkeep for a monolithic java codebase, where it was discovered that some of the @GET methods will actually start a write session, and should thus actually be @POST methods. I wrote the following regex to aide my search:
Java regex matcher does not match string [closed]
Closed 6 mins ago.
The Matcher group function can not find existing groups
Why the following code snippet returns the IllegalStateException: No match found