GCViewer icon indicating copy to clipboard operation
GCViewer copied to clipboard

Fix promotion calculation

Open cmoetzing opened this issue 5 years ago • 2 comments

I kept the old calculation as fallback. Removing it fails some Sun JDK6 tests.

cmoetzing avatar Jan 27 '20 07:01 cmoetzing

Codecov Report

Merging #242 into develop will increase coverage by 0.05%. The diff coverage is 76.92%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #242      +/-   ##
=============================================
+ Coverage      70.49%   70.55%   +0.05%     
- Complexity      1522     1527       +5     
=============================================
  Files            146      146              
  Lines           8632     8639       +7     
  Branches        1392     1395       +3     
=============================================
+ Hits            6085     6095      +10     
+ Misses          1963     1959       -4     
- Partials         584      585       +1
Impacted Files Coverage Δ Complexity Δ
...perf/gcviewer/imp/DataReaderUnifiedJvmLogging.java 80.78% <50%> (-0.28%) 67 <0> (+1)
...java/com/tagtraum/perf/gcviewer/model/GCModel.java 86.74% <81.81%> (+0.4%) 142 <0> (+4) :arrow_up:
...va/com/tagtraum/perf/gcviewer/view/GCDocument.java 34.93% <0%> (+0.96%) 23% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1075435...a979369. Read the comment docs.

codecov-io avatar Jan 27 '20 07:01 codecov-io

Why is it that Codacy does not understand wildcard imports?

cmoetzing avatar Jan 27 '20 09:01 cmoetzing