Issue #3577: ImportOrder checkstyle_checks.xml does not have separate "java" group

This commit is contained in:
linelect 2016-11-24 21:12:11 +02:00 committed by Roman Ivanov
parent 38d519ce98
commit d61783cb9c
4 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@
<property name="file" value="${checkstyle.importcontrol.file}"/>
</module>
<module name="ImportOrder">
<property name="groups" value="/^javax?\./,org"/>
<property name="groups" value="/^java\./,javax,org"/>
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
<property name="option" value="top"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -96,7 +96,7 @@
are likely to work the same way), please go to Window -> Preferences in menu.<br/>
In Preferences window select Java->Code Style->Organize Imports (follow numbers on a picture).<br/>
Default configuration should look as following (you can also try Restore Defaults button):<br/><br/>
<img alt="Organize Imports settings in Eclipse" src="images/gui_screenshot_organize_imports_eclipse.jpg"/>
<img alt="Organize Imports settings in Eclipse" src="images/gui_screenshot_organize_imports_eclipse.png"/>
<br/>
</p>
</section>