Skip to content

Commit 7a66a96

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix(specgen): rename ReadByte/WriteByte to avoid go vet interface clash
Java readByte/writeByte methods generate Go ReadByte/WriteByte which conflict with io.ByteReader/ByteWriter interface signatures when the generated method has different parameter or return types. Rename to ReadByteValue/WriteByteValue in the specgen to fix this at the source. Also make Init() graceful on older API levels: FindClass now skips unavailable classes instead of failing the entire package init.
1 parent 5d8257c commit 7a66a96

580 files changed

Lines changed: 243027 additions & 238439 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.

accessibilityservice/constants.go

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

accessibilityservice/consts/consts.go

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

0 commit comments

Comments
 (0)