mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-2974: Fixing warnings
This commit is contained in:
parent
113156a19f
commit
7fa3389119
662 changed files with 2198 additions and 2216 deletions
|
@ -23,7 +23,7 @@ class GetPutFieldTest{
|
|||
public float testFloat = 1.1f;
|
||||
public double testDouble = 2.2;
|
||||
public long testLong = 0x1234567812345678l;
|
||||
public Integer testRef = new Integer(0);
|
||||
public Integer testRef = Integer.valueOf(0);
|
||||
public int[] test1dArray;
|
||||
public int[][] test2dArray;
|
||||
public Class testClass = String.class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue