Closed edwardrose946 closed 4 years ago
Initial Commit. Reformat, Rearrange, CheckStyle and Tests required.
Added AllocationRate test classes
Pretty formatting of Jvm Profiling output.
Fix failing tests
Minor test improvements
Add licence headers
Minor improvements
Fix build issue and simplify exception management
Simplify exception management
Time stamp should have no reason to be negative
Fix typo
Fix compilation warning
Separation of concerns and code simplification
Extract methods
Allocation duration has no reason to be negative
Remove local variable
Should return an empty string if allocation duration is zero
Simplify code by removing not possible test cases
Remove compilation warning
Item collection has no reason to be null
Thre is no reason to don't have JFR events
With this removal, a blank string is always return when no allocation events
Invert code lines
Remove local variables
Improve separation of concerns
Co-authored-by: Edward Rose exr194@cs.bham.ac.uk
Great Edward!
Initial Commit. Reformat, Rearrange, CheckStyle and Tests required.
Added AllocationRate test classes
Pretty formatting of Jvm Profiling output.
Fix failing tests
Minor test improvements
Add licence headers
Minor improvements
Fix build issue and simplify exception management
Simplify exception management
Time stamp should have no reason to be negative
Fix typo
Fix compilation warning
Separation of concerns and code simplification
Extract methods
Allocation duration has no reason to be negative
Remove local variable
Should return an empty string if allocation duration is zero
Simplify code by removing not possible test cases
Remove compilation warning
Item collection has no reason to be null
Thre is no reason to don't have JFR events
With this removal, a blank string is always return when no allocation events
Invert code lines
Remove local variables
Improve separation of concerns
Co-authored-by: Edward Rose exr194@cs.bham.ac.uk