...
- Coding Standard
- All the standards have been translated into an IntelliJ settings file to be used when developing code.
- CDAP 6.9+: See this Medium article for the detailed description. Style XML can be found in this repository
- CDAP 6.8 and before:
- Download an IntelliJ standard settings file:
- settings-c16.jar (IntelliJ IDEA CE 2016)
- settings-13.1.1_3.jar (IntelliJ IDEA 13.1.1)
- settings-12.0.2_3.jar (IntelliJ IDEA 12.0.2)
- settings-v1.1.jar (IntelliJ IDEA 11.x)
- Download an IntelliJ standard settings file:
- After you have downloaded the settings jar (yes, IntelliJ exports settings as JAR files), select File → Manage IDE Settings → Import Setting to apply the settings to your IDE.
- On Select Components to Import prompt, click OK (all components must be imported).
- Restart on prompt to import settings.
- All the standards have been translated into an IntelliJ settings file to be used when developing code.
- Javadoc Coding Standards
- Official Oracle Javadoc Style Guide
- A helpful reference for writing Javadocs is the Liferay Javadoc Guidelines.
...