Deprecated API Usage
�˻�� Deprecated API ���� �Բ� �޼ҵ带 ã���ϴ�.
���� Deprecated API Usage üũ �ڽ��� ���õǰ� Inspection �� � ������ ã�´ٸ� Inspection �� �������
Deprecated �ڵ尡 ���Ǿ��� �޼ҵ��� ����� �����ϰ� �ִ� Deprecated
API usages ���� ǥ���մϴ�.
�˻翡 ���� �߰ߵ� ������ ���� � ���� ������ �ַ�ǵ� ���� �ʽ��ϴ�.

|
�� �˻�� � �ɼǵ� ������ �ʽ��ϴ�.
|
���� Ŭ������ �����غ��ʽÿ�:
import java.util.Date;
public class AClass {
void myMethod(){
Date date = new Date();
System.out.println(date.getDay());
}
}
Inspection �� AClass �� ����ǰ� �� �Ŀ�, ������ �� �����찡 ��Ÿ�� ���Դϴ�.

Inspection �� myMethod�� Deprecated
API�� ����ϴ� ���� ��ſ��� �˸��ϴ�.
|