David Grieve
David Grieve
**Description:** Time based recording options (time and age) are sent with a space between the value and units, e.g. "6000 ms", which may cause an issue with Java 8/Diagnostic Command....
### Component(s) jfr-connection ### What happened? ## Description Time based recording options (time and age) are sent with a space between the value and units, e.g. "6000 ms", which may...
### Component(s) jfr-connection ### What happened? ## Description Calling the Recording#close() method may throw an exception if the FlightRecorder MXBean closeRecording function fails. The behavior of the original microsoft/jfr-streaming code...
## What's changed? Added MoveFieldsToTopOfClass recipe and tests. This recipe reorders class members so that all field declarations appear before any method declarations constructors, or other class members. This improves...
## What's changed? Recipe to remove trailing whitespace ## What's your motivation? Fixes #732 ## Anything in particular you'd like reviewers to focus on? ## Anyone you would like to...
## What problem are you trying to solve? Say I have `interface A { int count(Sheep flock); }` and an implementation of that `class Sleep implements A { @Override public...