подскажите пж, что делать когда при компиле появляется вот такие сообщения
Код:
compile:
[javac] Compiling 3328 source files to E:\Sources\Sources\Sources\trunk\build\full_Build\bin
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
хотя итог компила
Код:
BUILD SUCCESSFUL
Total time: 4 minutes 5 seconds
и нету ни единого варнинга или ошибки!!!