1. Plug in
pmd : http://pmd.sourceforge.net/eclipse/
emma : http://update.eclemma.org/
moreunit : http://moreunit.sourceforge.net/update-site/
findbug : http://findbugs.cs.umd.edu/eclipse
jadClipse : http://jadclipse.sourceforge.net/update/
2. save action
3. Orgnize import -> static imports… 를 1로
4. Windows –> Preference -> …… -> Favorites
– org.junit.Assert.*
– org.hamcrest.CoreMatchers.*
– org.mockito.Mockito.*
– org.mockito.BDDMockito.*
– org.mockito.Matchers.*
5. Windows –> Preference -> …… -> general -> show heap status
6. eclipse.ini -> xms , xmx 값 동일하게 설정
7. Windows –> Preference -> …… -> general -> Appearance -> Label Decorations -> Java Type Indicator
8. Windows –> Preference -> …… -> Jad –> Path to decompiler ( jad.exe 적당한 곳에 설치 후 경로 입력 )
0개의 댓글