Issue #3577: ImportOrder checkstyle_checks.xml does not have separate "java" group
This commit is contained in:
parent
38d519ce98
commit
d61783cb9c
|
|
@ -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 |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue