aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/dmaap/mr/client/MRClientFactory.java
AgeCommit message (Collapse)AuthorFilesLines
2021-04-30Sonar issues review, fix properties constant name.sliard1-95/+54
Issue-ID: DMAAP-1585 Signed-off-by: sliard <samuel.liard@gmail.com> Change-Id: Ic8152c42bb708c825b345dcbd8ac6c240fff66dd
2021-04-15[DMAAP-CLIENT] First sonar issues review part2sliard1-269/+230
update Copyright informations fix checkstyle warning and fix code review comments remove Prop Issue-ID: DMAAP-1585 Change-Id: I445ca5d0888a555acbac70af7ed571be26d74f79 Signed-off-by: sliard <samuel.liard@gmail.com>
2021-04-12First sonar issues reviewsliard1-27/+42
Issue-ID: DMAAP-1585 Change-Id: I5dc4d3d4cab75f5fabcc8d4f351eac4d3ea50d17 Signed-off-by: sliard <samuel.liard@gmail.com>
2019-05-13Fix too many constructor param in dmaapclientParshad Patel1-12/+29
Fix Constructor has 9 parameters, which is greater than 7 authorized sonar issue. Fix Constructor has 10 parameters, which is greater than 7 authorized sonar issue. Issue-ID: DMAAP-894 Change-Id: If961a064edc165df9f96c6c5e5432ae136de4a2d Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-05-10clean MR codebasesunil.unnava1-2/+1
Issue-ID: DMAAP-1192 Change-Id: I5cc729c9a475cac859510b57542da546e1570c96 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-01-29Sonar majior issuesSurendra Reddy Katam1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbPM32hFUzlqc5Wq&resolved=false&rules=squid%3AS2293&severities=MAJOR Location: src/main/java/org/onap/dmaap/mr/client/MRClientFactory.java Line No-351 Change-Id: I729b24bff9c8652d368410e8126bfd8c48711b69 Issue-ID: DMAAP-1011 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-10-23update the package namesunil unnava1-0/+691
Issue-ID: DMAAP-858 Change-Id: Ia69621ea6ad2ec2ec525800af2a7d3f73aef82ed Signed-off-by: sunil unnava <sunil.unnava@att.com>