aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/mr/client/HostSelector.java
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package namesunil unnava1-198/+0
Issue-ID: DMAAP-858 Change-Id: Ia69621ea6ad2ec2ec525800af2a7d3f73aef82ed Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-08-08Sonar major issuesSurendra Reddy Katam1-1/+1
Use isEmpty() to check whether the collection is empty or not Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbOi32hFUzlqc5Vg&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/HostSelector.java Line No-130 Change-Id: Iab107c06d9463f42d34d98fff1073b4a358f7681 Issue-ID: DMAAP-567" Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-03-28Sonar major issuesSurendra Reddy Katam1-1/+1
Use isEmpty() to check whether the collection is empty or not Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbOi32hFUzlqc5Vf&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/HostSelector.java Line No-57 Change-Id: I9c7b9d9f6765e61cf6dc34b6ea120e6fd23efa7a Issue-ID: DMAAP-363 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2017-12-08sonar critical for Use the original valueSoumendu Sekhar Acharya1-4/+5
Checked for non zero Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#assignees=__me__%2Csoumendu|resolved=false Location: src/main/java/com/att/nsa/mr/client/HostSelector.java Line No-70 Change-Id: I60f07f464c81deffd747d852f8388404b9e97f00 Issue-ID: DMAAP-180 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-05Critical For Use the original value insteadSoumendu Sekhar Acharya1-1/+5
Checked non zero Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#resolved=false|assignees=soumendu|severities=CRITICAL Location: src/main/java/com/att/nsa/mr/client/HostSelector.java Line No-146 Change-Id: I58a059b919984d9b430878b1737a5a792e8f6bb0 Issue-ID: DMAAP-177 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-12-05Critical For Use the original value insteadSoumendu Sekhar Acharya1-0/+2
Condition added Sonar Link: https://sonar.onap.org/component_issues/index?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient#resolved=false|assignees=soumendu|severities=CRITICAL Location: src/main/java/com/att/nsa/mr/client/HostSelector.java Line No-69 Change-Id: Ic029c799efda27e975c409eac8a96b2c629da056 Issue-ID: DMAAP-176 Signed-off-by: Soumendu Sekhar Acharya <sa00498080@techmahindra.com>
2017-08-31Revert package name changesVarun Gudisena1-0/+191
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: I36c2aef063050c265640b79e6dc0e8ab7add8d22 Signed-off-by: Varun Gudisena <vg411h@att.com>