팀원님들이 이클립스로 개발을 시작한다면 다함께 이하와 같이 설정을 하고 시작하자, 제발요


* 체크 외에 나머진 체크해제

■ Windows -> Prefrences > Java > Editor > Save Actions

    √ Perform the selected actions on save

    √ Organize imports

    √ Additional actions


■ Configure 클릭

  ▶ Code Organizing 탭

    √ Remove trailing whitespace

    √ Correct identation

  ▶ Code Style 탭

    √ Use blocks in if/while/for/do statements (단일 if 문에 강제 block 생성)

    √ Use modifier 'final' where possible

     - √ Parameter (Private fields, Local variables is uncheck)

  ▶ Unnecessary Code 탭

    √ Remove unused imports

    √ Remove unnecessary casts

    √ Remove redundant type arguments (1.7 or higher)

   

설정파일 링크 :  org.eclipse.jdt.ui.prefs

해당 파일을 <workspace 폴더>\.metadata\.plugins\org.eclipse.core.runtime\.settings\  에 복사(덮어쓰기)

+ Recent posts