标签: java types type-conversion
有没有一种方法可以在编译时检测int或long到long? 我有一个大型项目,需要将ID从int更改为long。
我担心我错过了一些东西。
需要检测类似 长myid = ResultSet.getInt(“ ID”);
ect ...