summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/checker
AgeCommit message (Collapse)AuthorFilesLines
2019-03-28Fix sonar issues in javatoscacheckerParshad Patel2-87/+52
Fix Make field final issue Fix Either log or rethrow this exception Add the "@Override" annotation above this method signature Issue-ID: MODELING-154 Change-Id: I629704406bf826f4698a74de6ccba46303490bdf Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-03-25Fix sonar issues in modeling/toscaparsersParshad Patel1-1/+12
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>
2018-08-28Merge "Use managed guava version"maopeng zhang1-4/+2
2018-08-27Use managed guava versionGary Wu1-4/+2
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I730a98eec3ed1785c90da091611b0a20c82264ea Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-27Fix sonar reported NPE issueArindam Mondal1-1/+1
Issue-ID: MODELING-107 Change-Id: I285e3dfbf104a68929185545d1a29140820b99b5 Signed-off-by: ONAP <arind.mondal@samsung.com>
2018-04-11Update inter-module dependencySerban Jora1-1/+1
Update references to the correct version Change-Id: I01df34b1ccc22c6473ccd1411c46786c4e9c49d9 Signed-off-by: Serban Jora <sj2381@att.com> Issue-ID: MODELING-53 Signed-off-by: Serban Jora <sj2381@att.com>
2018-04-10Add more unit testingSerban Jora6-30/+124
Unit testing for kwalify parser and validator and for domain model representation. Fix oparent reference in pom in datse format in docker image tag. Change-Id: Icca11ae7fc773cae3de910acb10fcacd51b909a4 Signed-off-by: Serban Jora <sj2381@att.com> Issue-ID: MODELING-53 Signed-off-by: Serban Jora <sj2381@att.com>
2018-02-16Adds LICENSE information to non-java filesSerban Jora40-2/+483
Change-Id: I7ef8cecc84c8fe2df6f6fd7c9557fac3093a642c Issue-ID: MODELING-63 Signed-off-by: Serban Jora <sj2381@att.com>
2017-11-18Bump minor versionJessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: I4badb8e213ca37de40d89a967175cbdd5ea86d3e Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add Docker build plugin and supportSerban Jora1-2/+9
Change-Id: I5dde9d9c12a5f62f53a1ce943fe5acf8a2c236bd Issue-Id: MODELING-26 Signed-off-by: Serban Jora <jora@research.att.com>
2017-10-02Add unit testingSerban Jora43-5/+3405
JUnit based testing added to the checker lib and service, work in progress. Includes grammar correction. Change-Id: I8fa950f89faba24e7b45ef41cbc0402362b3f394 Issue-Id: MODELING-26 Signed-off-by: Serban Jora <jora@research.att.com>
2017-09-19Fix top project reference, release versionSerban Jora6-1284/+5
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-13Add license header to Maven pom filesSerban Jora1-0/+15
The goal here is to trigger a build and see if jenkins deployment job gets executed. Change-Id: Ia8573422be6939bd9ebd0746c2e662d05abc5091 Issue-Id: MODELING-18 Signed-off-by: Serban Jora <jora@research.att.com>
2017-09-12Adds deploy plugin to maven pomsSerban Jora3-146/+208
Also adds more doc to service README and removes some printouts Change-Id: I4d5a1285264ce1fbfc40297114bdb11a10a5059f Signed-off-by: Serban Jora <jora@research.att.com> Issues-Id: MODELING-17
2017-09-11Corrects duplicate error messagesSerban Jora4-51/+102
Duplicate error message triggered by scalar evaluation when part od collection or user-defined types. Also fixes grammar identifiers. Change-Id: Id862a40ae6855ff9f72176a1bdf3815d3b31e5a4 Issues-Id: MODELING-15 Signed-off-by: Serban Jora <jora@research.att.com>
2017-09-01Add initial ATT tosca checker toolSerban Jora114-0/+15807
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>