Skip to content

Commit 10e7d1f

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix: extract actual constant values from javap ConstantValue attributes
specgen was using placeholder values (0 for ints, "" for strings) because javap -public does not include ConstantValue attributes. Switch to javap -public -verbose and parse the ConstantValue lines to extract real values from the Android SDK .class files. Also strip Java long literal suffix ("l") and update implementsRe for verbose output format.
1 parent 5f15afe commit 10e7d1f

127 files changed

Lines changed: 15194 additions & 15028 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

accounts/constants.go

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accounts/init.go

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)