자바 1.4 로 조그만 프로그램을 개발중입니다.
컴파일만 할 때는 단순히 javac xxx.java 등으로 컴파일 하고 있는데요. 뭔가 옵션을 덧붙이면 좀더 엄격하게(deprecated 된 메쏘들르 알려준다던지, 지금 이 코드는 자바 1.3 과는 호환이 안된다 등등의 기타 주의사항을 알려준다던지 말이죠) 컴파일을 할 수 있을거 같은데요.
어떻게 하면 되나요?
-verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used
-verbose Output message
-verbose Output messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are used