RSKIP 351 + RSKIP 144 #1930
RSKIP 351 + RSKIP 144 #1930
19 new alerts
New alerts in code changed by this pull request
- 1 warning
- 18 notes
See annotations below for details.
Annotations
Check notice on line 108 in rskj-core/src/main/java/co/rsk/core/bc/ReadWrittenKeysTracker.java
Code scanning / CodeQL
Missing Override annotation Note
; it is advisable to add an Override annotation.
Check notice on line 343 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.parentHash).
Check notice on line 345 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.unclesHash).
Check notice on line 348 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.stateRoot).
Check notice on line 354 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (without qualifying it with 'this').
Check notice on line 360 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (without qualifying it with 'this').
Check notice on line 365 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.gasLimit).
Check notice on line 368 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.extraData).
Check notice on line 385 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.bitcoinMergedMiningHeader).
Check notice on line 388 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.bitcoinMergedMiningMerkleProof).
Check notice on line 390 in rskj-core/src/main/java/org/ethereum/core/BlockHeader.java
Code scanning / CodeQL
Possible confusion of local and field Note
also refers to field (as this.bitcoinMergedMiningCoinbaseTransaction).
Check notice on line 655 in rskj-core/src/test/java/co/rsk/core/BlockHeaderTest.java
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
should be avoided because it has been deprecated.
Check notice on line 18 in rskj-core/src/test/java/co/rsk/core/BlockHeaderV0Test.java
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
should be avoided because it has been deprecated.
Check notice on line 20 in rskj-core/src/test/java/co/rsk/core/BlockHeaderV1Test.java
Code scanning / CodeQL
Deprecated method or constructor invocation Note test
should be avoided because it has been deprecated.
Check notice on line 568 in rskj-core/src/test/java/co/rsk/core/bc/BlockExecutorTest.java
Code scanning / CodeQL
Unread local variable Note test
Check warning on line 627 in rskj-core/src/test/java/co/rsk/core/bc/BlockExecutorTest.java
Code scanning / CodeQL
Result of multiplication cast to wider type Warning test
before it is converted to long by use in an invocation context.
Check notice on line 524 in rskj-core/src/test/java/co/rsk/core/bc/ReadWrittenKeysTrackerTest.java
Code scanning / CodeQL
Missing Override annotation Note test
; it is advisable to add an Override annotation.
Check notice on line 267 in rskj-core/src/test/java/org/ethereum/core/BlockHeaderBuilderTest.java
Code scanning / CodeQL
Possible confusion of local and field Note test
also refers to field (as this.blockHeaderBuilder).
Check notice on line 1428 in rskj-core/src/test/java/org/ethereum/rpc/Web3ImplTest.java
Code scanning / CodeQL
Useless parameter Note test