TheThirdOne / rars

RARS -- RISC-V Assembler and Runtime Simulator
Other
1.14k stars 217 forks source link

fix: terminally deprecated feature #215

Open Jojodicus opened 3 months ago

Jojodicus commented 3 months ago

During building with a modern jdk, the following warning occurs:

warning: [removal] Integer(int) in Integer has been deprecated and marked for removal

PR fixes that. There are also a lot more warnings because of the deprecated Observer class as well as some unchecked/unsafe operations, but those are a topic for another time :)