summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-02-15Merge "Reorder the modifiers"James Forsyth1-1/+1
2018-02-14Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L98 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&resolved=false Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ie2c5195b47231a031851b7e0a819f69725d627fe Issue-ID: AAI-774 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-13Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-13Add a private constructorPrasadNaidu1-1/+4
Add a private constructor to hide the implicit public one ChampGraph.java:L62 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp# Location : src/main/java/org/onap/aai/champ/ChampGraph.java Change-Id: I402638841541fafc8c7b1b81d27bf2ea53686502 Issue-ID: AAI-744 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-09Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L74 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp#resolved=false|assignees=PrasadNaidu Location : src/main/java/org/onap/aai/champ/ChampGraph.javaChange-Id: Ifef3f30780de982c898bd2095a14379ef6844a48 Change-Id: I961be806db8afc69e15805563c44a5b95e2b46b5 Issue-ID: AAI-749 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-08Commented-out lines of code should be removedPrasadNaidu1-1/+0
This block of commented-out lines of code should be removed ChampGraph.java:L73 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp#assignees=PrasadNaidu Location : src/main/java/org/onap/aai/champ/ChampGraph.javaChange-Id: Icbd8a40bdf8bc5169bf4de02ea2c13a6c56ea42a Change-Id: I66e72b1299c19af67e8836e8c2a78f3c4fcd4e2f Issue-ID: AAI-746 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2017-10-05Renaming openecomp to onapArul.Nambi126-576/+588
Issue-ID: AAI-208 Change-Id: I2635c4ed4f9e5d17b93a8ec2c3a0d82b79f75320 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-22Merge "Added @Override annotation above signature"James Forsyth1-4/+7
2017-09-21Added @Override annotation above signatureshashikanth1-4/+7
Fix Major sonar issues in aai/aai-champ module https://sonar.onap.org/component_issues?id=org.openecomp.aai%3Achamp#resolved=false|severities=MAJOR Add the "@Override" annotation above this method signature Issue-Id:AAI-246 Change-Id: I5e9ef77e2e6e5da91e51f75858f7aeb178d2aa02 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-21Fix string literal comparision on left sideshashikanth1-33/+30
Fix Major sonar issues in aai/aai-champ module https://sonar.onap.org/component_issues?id=org.openecomp.aai%3Achamp#resolved=false|severities=MAJOR Fixed issue Move string literal on the left side of this string comparison Issue-Id:AAI-246 Change-Id: I2c714ffca0933f5083e1f37d6ac70d79f018ecdc Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-07-28[AAI-80 Amsterdam] checking in source codeMuller, Andrew (am8383)128-0/+12887
Change-Id: Ic041f9bca773ec6870b7e29d7dd02fa03dd2947b Signed-off-by: Muller, Andrew (am8383) <am8383@us.att.com>