Changes for page Java Code Style

Last modified by Thomas Mortagne on 2023/12/06 15:53

<
From version < 28.3 >
edited by Vincent Massol
on 2017/07/24 10:14
To version < 29.1 >
edited by Clément Aubin
on 2018/01/10 09:32
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.caubin
Content
... ... @@ -45,7 +45,7 @@
45 45  Close IntelliJ IDEA. Ungzip and untar the file in the following location:
46 46  
47 47  * For Mac: in ##~~/Library/Preferences/IntelliJIdeaXX/##
48 -* For Linux: in ##~/.IntelliJIdeaXX/config.##
48 +* For Linux: in ##/.IntelliJIdeaXX/config.##
49 49  * For Windows: ?
50 50  )))
51 51  
... ... @@ -183,6 +183,8 @@
183 183  
184 184  == Use one @since per version ==
185 185  
186 +When introducing a class or a new method on several branches, multiple {{code language="java"}}@since{{/code}} annotations can be used to mention the different versions in which this element has been added.
187 +
186 186  For example:
187 187  
188 188  {{code language="java"}}

Get Connected