ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame] | 1 | // |
| 2 | // ============LICENSE_START======================================================= |
| 3 | // Copyright (C) 2016-2018 Ericsson. All rights reserved. |
| 4 | // ================================================================================ |
| 5 | // This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE |
| 6 | // Full license text at https://creativecommons.org/licenses/by/4.0/legalcode |
| 7 | // |
| 8 | // SPDX-License-Identifier: CC-BY-4.0 |
| 9 | // ============LICENSE_END========================================================= |
| 10 | // |
| 11 | // @author Sven van der Meer (sven.van.der.meer@ericsson.com) |
| 12 | // |
| 13 | |
| 14 | == Eclipse Plugin: Checkstyle |
| 15 | |
| 16 | This plugin integrates link:http://checkstyle.sourceforge.net/[Checkstyle] into Eclipse. |
| 17 | It will check your code and flag any checkstyle issues as warnings in the code. |
| 18 | |
| 19 | Available from the Eclipse Marketplace. |
| 20 | In Eclipse Help->Eclipse Marketplace... and type "Checkstyle". |
| 21 | Select "Checkstyle Plug-in" when the search returns and install it. |
| 22 | Note that "Checkstyle Plug-in" may not be the first result in the list of items returned. |
| 23 | |
liamfallon | a41c877 | 2018-09-05 15:46:31 +0100 | [diff] [blame^] | 24 | For APEX, the ONAP checkstyle rules do apply. |
| 25 | The configuration is part of the ONAP parent. |
| 26 | See link:https://git.onap.org/oparent/plain/checkstyle/src/main/resources/onap-checkstyle/[ONAP Git] for details and updates. |
| 27 | All settings for checkstyle are already part of the code (POM files). |
ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame] | 28 | |