xxx.java: Recompile with -Xlint:deprecation for details
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xxx.java: Recompile with -Xlint:deprecation for details相关的知识,希望对你有一定的参考价值。
警告而已。有些方法
1 已经过时,有更好的方法可以代替,比如 new java.util.Date().getYear(); => cal.get(Calendar.YEAR);
2 发现过问题,且无法完全修补,所以使用了新的方法。 比如 URLEncoder.encode(String) => URLEncoder.encode(String,String);
建议你还是看一下新的方法。
以上是关于xxx.java: Recompile with -Xlint:deprecation for details的主要内容,如果未能解决你的问题,请参考以下文章
WITH RECOMPILE 和 OPTION(RECOMPILE) 使用上的区别
WITH RECOMPILE和OPTION(RECOMPILE)区别仅仅是存储过程级重编译和SQL语句级重编译
ubuntu 编译 ffmpeg: recompile with -fPIE
关于T-SQL重编译那点事,WITH RECOMPILE和OPTION(RECOMPILE)区别仅仅是存储过程级重编译和SQL语句级重编译吗
linux编译动态库时,libcrypto.a 提示recompile with -fPIC
can not be used when making a shared object; recompile with -fPIC