Changes between Version 42 and Version 44 of Ticket #11924


Ignore:
Timestamp:
2016-05-14T02:39:27+02:00 (8 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11924 – Description

    v42 v44  
    11111. Findbugs does not recognize new version string ==> [https://sourceforge.net/p/findbugs/bugs/1432/ bug and PR created]
    12121. [http://openjdk.java.net/jeps/272 JEP 272] removes `com.apple.eawt` package ==> need to update `PlatformHookOsx`
    13 1. javabug:6850612 deprecates `Class.newInstance` ==> it seems we need to replace it by `Class.getConstructor().newInstance()`
     131. ~~javabug:6850612 deprecates `Class.newInstance` ==> replace it by `Class.getConstructor().newInstance()`~~ ==> fixed
    14141. javabug:8154801 deprecates `java.util.Observer / java.util.Observable` ==> need to replace it by something from `java.beans` package