我有一个CheckStyle配置XML文件,并希望从中自动生成一个Eclipse格式化程序配置。有没有什么工具可以做到这一点?
pokxtpni1#
在Eclipse(3.6)中:
在Package视图中右键单击您的项目,然后选择Checkstyle-->Create Formatter-Profile。
然后为您的工作区启用格式化程序:Windows-->Preferences-->Java-->Code style-->Formatter。选择格式化程序:“eclipse-cs[项目名称]”。
点击OK!
icomxhvb2#
当前标记为已接受的答案与Eclipse 2022-06和Checkstyle Plug-in 10.0.0不同。以下是对我起作用的步骤:
Eclipse 2022-06
Checkstyle Plug-in 10.0.0
1.安装Checkstyle plug-in1.导入支票样式配置:Windows -> Preferences -> Checkstyle -> New。选择“外部文件”作为类型。1.在Package view中右键单击您的项目,然后选择Checkstyle -> Create Formatter-Profile。将在您的项目中创建以下文件:
Windows -> Preferences -> Checkstyle -> New
Package view
Checkstyle -> Create Formatter-Profile
my-project-cs-cleanup.xml
my-project-cs-formatter.xml
1.添加生成的my-project-cs-formatter.xml作为格式化程序:Windows -> Preferences -> Java -> Code Style -> Formatter -> Import
Windows -> Preferences -> Java -> Code Style -> Formatter -> Import
2条答案
按热度按时间pokxtpni1#
在Eclipse(3.6)中:
在Package视图中右键单击您的项目,然后选择Checkstyle-->Create Formatter-Profile。
然后为您的工作区启用格式化程序:Windows-->Preferences-->Java-->Code style-->Formatter。选择格式化程序:“eclipse-cs[项目名称]”。
点击OK!
icomxhvb2#
当前标记为已接受的答案与
Eclipse 2022-06
和Checkstyle Plug-in 10.0.0
不同。以下是对我起作用的步骤:1.安装Checkstyle plug-in
1.导入支票样式配置:
Windows -> Preferences -> Checkstyle -> New
。选择“外部文件”作为类型。1.在
Package view
中右键单击您的项目,然后选择Checkstyle -> Create Formatter-Profile
。将在您的项目中创建以下文件:my-project-cs-cleanup.xml
my-project-cs-formatter.xml
1.添加生成的
my-project-cs-formatter.xml
作为格式化程序:Windows -> Preferences -> Java -> Code Style -> Formatter -> Import