Empty new line at the end of the Java source files

前端 未结 9 726
春和景丽
春和景丽 2021-02-01 00:44

In my current project, we always insert an empty new line at the end of the Java source files. We also enforce this with CheckStyle (with error level).

I was searching fo

9条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 01:33

    Sometimes your compiler doesn't parse it correctly:

    Error: Reached end of file while parsing

提交回复
热议问题