blob: d8a55c37e3b91b64cb72b6f5ce751ae9e0962bec [file] [log] [blame]
ramvermaaf74a622018-07-31 18:25:39 +01001//
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
16This plugin integrates link:http://checkstyle.sourceforge.net/[Checkstyle] into Eclipse.
17It will check your code and flag any checkstyle issues as warnings in the code.
18
19Available from the Eclipse Marketplace.
20In Eclipse Help->Eclipse Marketplace... and type "Checkstyle".
21Select "Checkstyle Plug-in" when the search returns and install it.
22Note that "Checkstyle Plug-in" may not be the first result in the list of items returned.
23
liamfallona41c8772018-09-05 15:46:31 +010024For APEX, the ONAP checkstyle rules do apply.
25The configuration is part of the ONAP parent.
26See link:https://git.onap.org/oparent/plain/checkstyle/src/main/resources/onap-checkstyle/[ONAP Git] for details and updates.
27All settings for checkstyle are already part of the code (POM files).
ramvermaaf74a622018-07-31 18:25:39 +010028