- org.eclipse.compare
- CompareUI
- content(source file) , structure(다른 부분 구조) compare viewers (plug-in에 선언된 extension point를 확장한 extension) 를 위한 registry를 제공
- compare의 결과는 'Compare Editor'를 통해 확인 가능 - Differencer
- 비교할 object를 findDifferences method에 넘기면서 호출하며 사용됨
- input object에 관한 compare를 수행하기 위해 호출되는 함수들
* getChildren : object의 children들 열거함
* contentsEqual : children을 제외한 object를 비교함
* visit : compare object의 모든 쌍을 위한 함수
'Eclipse' 카테고리의 다른 글
TroubleShooting (0) | 2017.05.12 |
---|---|
Memory leak 찾고 고치기 (0) | 2017.05.11 |
Eclipse가 느릴 때 (0) | 2017.03.23 |
Eclipse 성능개선 최적화 (0) | 2017.03.02 |
제품 배포 및 설치하기 (Updating and installing software) (0) | 2017.02.28 |