fix build problem on xdoc #1448
This commit is contained in:
parent
76d9a1c67b
commit
ccb3b8a5a9
|
|
@ -55,12 +55,12 @@
|
|||
<p>
|
||||
One of the Checkstyle checks we run on our own code require sertain order of import
|
||||
statements. Few changes in IDE settings are required to help your IDE do it automatically.<br/>
|
||||
To change settings of "Organize Imports" feature (Kepler, Luna & Mars, other versions
|
||||
To change settings of "Organize Imports" feature (Kepler, Luna & Mars, other versions
|
||||
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"/>
|
||||
<br/><br/>
|
||||
<br/>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -61,10 +61,10 @@
|
|||
One of the Checkstyle checks we run on our own code require sertain order of import
|
||||
statements. Few changes in IDE settings are required to help your IDE do it automatically.<br/>
|
||||
To change formatter settings please go to File->Settings in menu.<br/>
|
||||
Then in the tree go to: Editor->Code Style->Java, open Import tab (follow numbers on a
|
||||
Then in the tree go to: Editor->Code Style->Java, open Import tab (follow numbers on a
|
||||
picture) and apply settings highlighted:<br/><br/>
|
||||
<img alt="Organize Imports settings in IDEA" src="images/gui_screenshot_organize_imports_idea.jpg"/>
|
||||
<br/><br/>
|
||||
<br/>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -58,10 +58,10 @@
|
|||
One of the Checkstyle checks we run on our own code require sertain order of import
|
||||
statements. Few changes in IDE settings are required to help your IDE do it automatically.<br/>
|
||||
To change formatter settings please go to Tools->Options in menu.<br/>
|
||||
On Options page go to Editor->Formatting->Java->Imports (follow numbers on a
|
||||
On Options page go to Editor->Formatting->Java->Imports (follow numbers on a
|
||||
picture) and apply settings highlighted:<br/><br/>
|
||||
<img alt="Organize Imports settings in NetBeans" src="images/gui_screenshot_organize_imports_netbeans.jpg"/>
|
||||
<br/><br/>
|
||||
<br/>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue