59: Improve Bytes Performance #111
Merged
Codacy Production / Codacy Static Code Analysis
required action
Nov 14, 2023 in 0s
3 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 3
Complexity increasing per file
==============================
- pbj-core/pbj-runtime/src/test/java/com/hedera/pbj/runtime/io/UnsafeUtilsTest.java 3
- pbj-core/pbj-runtime/src/jmh/java/com/hedera/pbj/runtime/io/BytesGetLong.java 3
- pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/io/UnsafeUtils.java 5
See the complete overview on Codacy
Annotations
codacy-production / Codacy Static Code Analysis
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/io/UnsafeUtils.java#L24
Use equals() to compare object references.
codacy-production / Codacy Static Code Analysis
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/io/buffer/Bytes.java#L181
Use equals() to compare object references.
codacy-production / Codacy Static Code Analysis
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/io/buffer/Bytes.java#L191
Use equals() to compare object references.
Loading