Skip to content

Improve bytecode version diff#491

Open
Goooler wants to merge 5 commits intoJakeWharton:trunkfrom
Goooler:improve-bytecode-version-diff
Open

Improve bytecode version diff#491
Goooler wants to merge 5 commits intoJakeWharton:trunkfrom
Goooler:improve-bytecode-version-diff

Conversation

@Goooler
Copy link
Contributor

@Goooler Goooler commented Mar 20, 2026

OLD: old.jar
NEW: new.jar

 JAR   │ old      │ new      │ diff   
───────┼──────────┼──────────┼────────
 class │ 1.19 KiB │ 1.35 KiB │ +166 B 
 other │     72 B │     72 B │    0 B 
───────┼──────────┼──────────┼────────
 total │ 1.26 KiB │ 1.42 KiB │ +166 B 

 CLASSES │ old │ new │ diff       
─────────┼─────┼─────┼────────────
 classes │   1 │   1 │  0 (+0 -0) 
 methods │   4 │   5 │ +1 (+1 -0) 
  fields │   1 │   1 │  0 (+0 -0) 

=================
====   JAR   ====
=================

 size     │ diff   │ path                       
──────────┼────────┼────────────────────────────
 1.35 KiB │ +166 B │ ∆ org/example/MainKt.class 
──────────┼────────┼────────────────────────────
 1.35 KiB │ +166 B │ (total)                    


=====================
====   CLASSES   ====
=====================

BYTECODE VERSIONS:

   version │ old │ new │ diff
  ─────────┼─────┼─────┼────────────
        65 │   1 │   0 │ -1 (+0 -1)
        69 │   0 │   1 │ +1 (+1 -0)

  org.example.MainKt: 65 → 69


METHODS:

   old │ new │ diff       
  ─────┼─────┼────────────
   4   │ 5   │ +1 (+1 -0) 
  
  + org.example.MainKt main2()

Closes #490.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bytecode version diff should use a different rendering

1 participant