aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-yang-generator/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-08Update lic header in appc sdc-listener and seq-genJohn McClung7-14/+7
Modify license header in appc-sdc-listener and appc-sequence-generator java files to reflect 2018 changes. Change-Id: Ic8537a259b30949c200c47e050d11c3320163371 Issue-ID: APPC-990 Signed-off-by: John McClung <jm1364@att.com>
2018-03-21Unit test for YANGGenerationException.javashubhada1-0/+46
Unit test for YANGGenerationException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-yang-generator%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fyang%2Fexception%2FYANGGenerationException.java Change-Id: Ic23b9d863da6981090feeaad79cd1afa895b8e24 Issue-ID: APPC-772 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-03-08Coverage for yang-generator object classshubhada1-0/+81
Unit Test Coverage for Leaf.java Sonar Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-yang-generator%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fyang%2Fobjects Change-Id: I133ffe9688e7b63024d154a8bef2c5559fb546df Issue-ID: APPC-704 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-02-21Update license text part 3Skip Wonnell1-0/+23
Issue-ID: APPC-637 Change-Id: I361c457acd27099294365f8ee3aeb167cd7fcafd Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-12Update java files with correct license textamshegokar1-0/+19
Adding license text for 1./src/test/java/org/onap/appc/mdsal/operation/TestConfigOperationRequestFormatter.java 2.src/test/java/org/onap/appc/yang/type/TestYangTypes.java Change-Id: I902631c3ea8ea3d7cbffe5c9ac5c0027bf926de2 Issue-ID: APPC-602 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-02-06Unit test for APPC yang generatorShubhada1-0/+28
Provide unit coverage for /org/onap/appc/yang/type bundle. https://sonar.onap.org/drilldown/measures/114359?highlight=coverage&metric=uncovered_lines&rids%5B%5D=115255&rids%5B%5D=115275 Change-Id: I3cb77301b7d7369aa95dd5c493af690f6c5fcd59 Signed-off-by: Shubhada <SV00449682@techmahindra.com> Issue-ID: APPC-534"
2017-12-13Third part of onap renamePatrick Brady7-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady9-19/+19
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-08-31Update ASDC References to SDC 1/2mojahidi12-0/+2108
This patch changes ASDC to SDC in APPC code, bundle names and other pertinent places. This change sanitizes SDC for Open Source. It is the first in a two part change, the first updates code mentions and artifacts. The second will update database references. Change-Id: Iffd73480cc325172b5d8969fe839728f1c88ef78 Issue-ID:APPC-179 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>