aboutsummaryrefslogtreecommitdiffstats
path: root/project-configs/code-tools/oap_checkstyle_1.0.xml
blob: a3da8e8ccf103b3edd279dcb73e002f14281794d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">

<!--
    This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
    Checkstyle-Configuration: OpenECOMP MSO Checkstyle 1.0
    Description: none
-->
<module name="Checker">
  <property name="severity" value="warning"/>
  <module name="TreeWalker">
    <property name="fileExtensions" value="java,js"/>
    <module name="FileContentsHolder"/>
    <module name="JavadocMethod">
      <property name="suppressLoadErrors" value="true"/>
    </module>
    <module name="JavadocType"/>
    <module name="JavadocVariable"/>
    <module name="JavadocStyle"/>
    <module name="ConstantName"/>
    <module name="LocalFinalVariableName"/>
    <module name="LocalVariableName"/>
    <module name="MemberName"/>
    <module name="MethodName"/>
    <module name="PackageName"/>
    <module name="ParameterName"/>
    <module name="StaticVariableName"/>
    <module name="TypeName"/>
    <module name="AvoidStarImport"/>
    <module name="IllegalImport"/>
    <module name="RedundantImport"/>
    <module name="UnusedImports"/>
    <module name="MethodLength">
      <property name="max" value="250"/>
    </module>
    <module name="ParameterNumber">
      <property name="max" value="8"/>
    </module>
    <module name="EmptyForIteratorPad"/>
    <module name="MethodParamPad">
      <property name="option" value="space"/>
    </module>
    <module name="NoWhitespaceAfter"/>
    <module name="NoWhitespaceBefore"/>
    <module name="OperatorWrap"/>
    <module name="ParenPad"/>
    <module name="TypecastParenPad"/>
    <module name="WhitespaceAfter"/>
    <module name="WhitespaceAround"/>
    <module name="ModifierOrder"/>
    <module name="RedundantModifier"/>
    <module name="AvoidNestedBlocks"/>
    <module name="EmptyBlock"/>
    <module name="LeftCurly"/>
    <module name="NeedBraces"/>
    <module name="RightCurly"/>
    <!-- <module name="DoubleCheckedLocking"/> -->
    <module name="EmptyStatement"/>
    <module name="EqualsHashCode"/>
    <module name="HiddenField"/>
    <module name="IllegalInstantiation"/>
    <module name="InnerAssignment"/>
    <module name="MissingSwitchDefault"/>
    <module name="RedundantThrows">
      <property name="suppressLoadErrors" value="true"/>
    </module>
    <module name="SimplifyBooleanExpression"/>
    <module name="SimplifyBooleanReturn"/>
    <module name="DesignForExtension"/>
    <module name="FinalClass"/>
    <module name="HideUtilityClassConstructor"/>
    <module name="InterfaceIsType"/>
    <module name="VisibilityModifier"/>
    <module name="ArrayTypeStyle"/>
    <module name="FinalParameters"/>
    <module name="UpperEll"/>
    <module name="TodoComment"/>
  </module>
  <module name="JavadocPackage"/>
  <module name="NewlineAtEndOfFile">
    <property name="fileExtensions" value="java,js"/>
  </module>
  <module name="Translation"/>
  <module name="FileLength">
    <property name="max" value="5000"/>
  </module>
  <module name="FileTabCharacter"/>
  <module name="RegexpSingleline">
    <property name="format" value="\s+$"/>
    <property name="message" value="Line has trailing spaces."/>
  </module>
  <module name="SuppressionCommentFilter">
    <property name="offCommentFormat" value="CHECKSTYLE_LEGACY_CODE_OFF"/>
    <property name="onCommentFormat" value="CHECKSTYLE_LEGACY_CODE_ON"/>
  </module>
</module>
: db: endpoint: http://localhost:${wiremock.server.port}/ spring: endpoint: http://localhost:${wiremock.server.port} correlation: timeout: 60 db: auth: Basic YnBlbDptc28tZGItMTUwNyE= default: adapter: namespace: http://org.onap.so healthcheck: log: debug: 'false' infra: customer: id: testCustIdInfra logPath: logs msoKey: 07a7159d3bf51a0e53be7a8f89699be7 po: timeout: PT60S request: db: endpoint: http://localhost:${wiremock.server.port}/ rollback: 'true' site-name: localDevEnv workflow: default: aai: cloud-region: version: '9' generic-vnf: version: '9' global: default: aai: namespace: http://org.openecomp.aai.inventory/ version: '8' message: endpoint: http://localhost:${wiremock.server.port}/mso/WorkflowMesssage notification: name: GenericNotificationService sdncadapter: callback: http://localhost:${wiremock.server.port}/mso/SDNCAdapterCallbackService vnfadapter: create: callback: http://localhost:${wiremock.server.port}/mso/vnfAdapterNotify delete: callback: http://localhost:${wiremock.server.port}/mso/vnfAdapterNotify query: callback: http://localhost:${wiremock.server.port}/mso/services/VNFAdapterQuerCallbackV1 rollback: callback: http://localhost:${wiremock.server.port}/mso/vnfAdapterNotify global: dmaap: username: dmaapUsername password: dmaapPassword host: http://localhost:28090 publisher: topic: com.att.mso.asyncStatusUpdate policy: auth: Basic dGVzdHBkcDphbHBoYTEyMw== client: auth: Basic bTAzNzQzOnBvbGljeVIwY2sk endpoint: https://localhost:8081/pdp/api/ environment: TEST sdnc: auth: Basic YWRtaW46YWRtaW4= host: http://localhost:${wiremock.server.port} path: /restconf/operations/GENERIC-RESOURCE-API sniro: conductor: enabled: true host: http://localhost:${wiremock.server.port} uri: /v1/release-orders headers.auth: Basic dGVzdDp0ZXN0cHdk manager: timeout: PT30M host: http://localhost:${wiremock.server.port} uri.v1: /sniro/api/v2/placement uri.v2: /sniro/api/placement/v2 headers.auth: Basic dGVzdDp0ZXN0cHdk headers.patchVersion: 1 headers.minorVersion: 1 headers.latestVersion: 2 oof: timeout: PT30M host: http://localhost:${wiremock.server.port} uri: /api/oof/v1/placement headers.auth: Basic dGVzdDp0ZXN0cHdk org: onap: so: cloud-owner: att-aic spring: datasource: jdbc-url: jdbc:mariadb://localhost:3307/camundabpmn username: root password: password driver-class-name: org.mariadb.jdbc.Driver initialization-mode: always jpa: generate-ddl: false show-sql: false hibernate: ddl-auto: none naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy enable-lazy-load-no-trans: true database-platform: org.hibernate.dialect.MySQL5InnoDBDialect mariaDB4j: dataDir: port: 3307 databaseName: camundabpmn camunda: bpm: metrics: enabled: false db-reporter-activate: false