RFR: 8055: Improvement in stacktrace view for Duration [v2]
Suchita Chaturvedi
schaturvedi at openjdk.org
Thu May 18 08:26:03 UTC 2023
On Wed, 17 May 2023 10:08:00 GMT, Brice Dutheil <bdutheil at openjdk.org> wrote:
>> Suchita Chaturvedi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removed unused method
>
> application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/messages/internal/Messages.java line 642:
>
>> 640: }
>> 641: return NLS.bind(message, new Object[] {itemCount, frameFraction, totalCount});
>> 642: }
>
> **question:** Is this method used ?
It was unused method. It was added as part of in progress development. I have cleaned it up now. Thanks for noticing.
-------------
PR Review Comment: https://git.openjdk.org/jmc/pull/475#discussion_r1197543410
More information about the jmc-dev
mailing list