summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/kwalify/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-04-01Fix sonar issues in javatoscacheckerParshad Patel2-81/+76
Remove this useless "instanceof" operator; it will always return "true". Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'. Merge this if statement with the enclosing one. Issue-ID: MODELING-154 Change-Id: Id924377831825cd5d8d986ae2743cec16cb1c88e Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-03-25Fix sonar issues in modeling/toscaparsersParshad Patel2-32/+43
Fix Use try-with-resources or close this "InputStream" in a "finally" clause Fix Either log or rethrow this exception issue Fix Make field final issue Issue-ID: MODELING-154 Change-Id: I677051b4cff7cbd5e9c99acfd1bc5be3ae4c5036 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-03-21Fix sonar issues in modeling/toscaparsersParshad Patel3-34/+51
Fix Make "_value" transient or serializable issue Fix Extract the assignment out of this expression issue Issue-ID: MODELING-154 Change-Id: If6df4bcfcc250179078d7537010a8fb9d8376958 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-02-16Adds LICENSE information to non-java filesSerban Jora2-0/+24
Change-Id: I7ef8cecc84c8fe2df6f6fd7c9557fac3093a642c Issue-ID: MODELING-63 Signed-off-by: Serban Jora <sj2381@att.com>
2017-11-02Change license headerSerban Jora23-117/+441
New license header includes the original MIT license and the Apache 2.0 license for teh updates Change-Id: If5805ec0c7eb67300b908d7737b5a37f233b6f5e Issue-Id: MODELING-35 Signed-off-by: Serban Jora <jora@research.att.com>
2017-09-19Fix top project reference, release versionSerban Jora23-23/+575
Also add required license text to kwalify and remove old checker test files Change-Id: If737489a144acbb4e9bd2108e965b90f9ed24094 Issue-Id: MODELING-18 Signed-off-by: Serban Jora <jora@research.att.com>
2017-09-01Add initial ATT tosca checker toolSerban Jora25-0/+4331
Addressed license headers and copyright owner issues Addressed project folder name Issue-ID: MODELING-7 Change-Id: I150784c5871bb6093ff0a6615639088bc2e0c496 Signed-off-by: Serban Jora <jora@research.att.com>