/**

 * Created by ${USER} on ${DATE}.

 */

Warning:(3, 1) Default File template.

This inspections reports usage of the default file template for File Header.

Also, the inspection proposes to change default file template and its usage.


git commit 하려는데 발생한 경고.

기본 파일 템플릿을 고대로 쓴다고 경고를... 촴놔...


[File] - [Settings] - [Editor] - [File and Code Templates] - [Includes] - [File Header]  에서


/**

 * IDE : IntelliJ IDEA

 * Created by ${USER} on ${DATE}.

 */


살짝 수정했다. ㅡㅡㅋ

매우 친절하고 너무나도 깐깐하다요...



또 Javadoc 과 클래스 사이에 엄한걸 껴놨다가 이런 경고도 보았다.


Dangling Javadoc comment

Reports dangling Javadoc comments. Javadoc comment are dangling if they don't belong to any class, method or field. 

For example a Javadoc comment in between method declarations that have their own javadoc comments.


Dangling 이란 말은 아마도 혼자 떨어져서 덜렁거리고 있다는 뜻일거다...



* Apache Velocity


Description 맨 밑에 보면 IntelliJ 파일 템플릿은 Apache Velocity 템플릿 언어(VTL)를 사용한다고 나와 있다.


Apache Velocity 는 자바 코드에 정의된 참조 객체들에 템플릿 언어를 제공하는 자바 기반의 템플릿 엔진이다.

IntelliJ 에서는 사용자 정의 템플릿 변수를 생성할 때 #set VTL (Velocity Template Language) 지시자를 사용할 수 있도록 되어 있다.



WRITTEN BY
손가락귀신
정신 못차리면, 벌 받는다.

,