summaryrefslogtreecommitdiffstats
path: root/auth
AgeCommit message (Collapse)AuthorFilesLines
2019-10-10DAOException.java -This block of commented-out lines of code should be removedThugutla sailakshmi1-3/+1
Issue-ID: AAF-876 Change-Id: I77af743726b89aa057081d6ecbbf6caeac796de2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-08Merge "Analyze.java-Merge this if statement with the enclosing one"Jonathan Gathman1-4/+2
2019-10-08Merge "sonar-AAF_Locate.java"Jonathan Gathman1-1/+1
2019-10-08Merge "Sonar-API_Hello.java"Jonathan Gathman1-1/+1
2019-10-08Merge "Sonar-AAF_FS.java"Jonathan Gathman1-1/+1
2019-10-08Merge "Sonar-TypedCode.java"Jonathan Gathman1-1/+1
2019-10-08Merge "Sonar-OrganizationFactory.java"Jonathan Gathman1-1/+1
2019-10-08Merge "Sonar- LocateServiceImpl.java"Jonathan Gathman1-1/+1
2019-10-08Merge "Sonar Fix: Pending.java"Jonathan Gathman1-4/+6
2019-10-03Analyze.java-Merge this if statement with the enclosing oneThugutla sailakshmi1-4/+2
Merge this if statement with the enclosing one Issue-ID: AAF-876 Change-Id: Ibd707a4bd159861dec750610711840d35d9da22c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-25sonar-AAF_Locate.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body. Issue-ID: AAF-985 Change-Id: I6b4ca87b13b91c91e4738e6613a4be9240ea5a02 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-25Sonar-API_Hello.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body Issue-ID: AAF-985 Change-Id: Ia0f02407eb6ae388e577c0c4761b2594378033cc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-25Sonar-AAF_FS.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body. Issue-ID: AAF-985 Change-Id: I46db30c13c496ef68f3ba87f6c0b17012d3b1020 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Sonar-TypedCode.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'java.io.IOException','javax.servlet.ServletException' as it cannot be thrown from method's body Issue-ID: AAF-985 Change-Id: Iffc6517b569e6f71876eea8839ec30172c508641 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Sonar-OrganizationFactory.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.aaf.auth.org.OrganizationException', as it cannot be thrown from method's body Issue-ID: AAF-985 Change-Id: I6c57e9e8ac55ebefe7179244fcc1aef14a1e10f7 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-24Sonar- LocateServiceImpl.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body. Issue-ID: AAF-985 Change-Id: Ic59406ee4b2c2f739b969b5250d70e8be836a3cb Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-21Sonar Fix: LastNotifies.javaArundathi Patil1-5/+5
Fixed sonar issues in this file Issue-ID: AAF-968 Change-Id: I67db7679b689888576fe5c667c59a656e8d173b7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-21Sonar Fix: Pending.javaArundathi Patil1-4/+6
Fixed sonar issues in this file Issue-ID: AAF-968 Change-Id: I11ce11c1480a4be9283276b13da7e02d0dd06e56 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-19Merge "Sonar-CachingFileAccess.java"Jonathan Gathman1-4/+10
2019-09-19Sonar-CachingFileAccess.javaanushadasari1-4/+10
For better readability, do not put more than one statement on a single line. Issue-ID: AAF-983 Change-Id: I8f0756b70a7013aeab5b7dea5b860eb53412609b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-19Merge "Sonar-AAF_Hello.java"Jonathan Gathman1-1/+1
2019-09-19Merge "AAFcli.java-Merge the if statement with the existing one"Jonathan Gathman1-4/+2
2019-09-19Merge "AAFcli.java -Extract the assignment out of this expression"Jonathan Gathman1-2/+3
2019-09-19Merge "CachedCredDAO .java -add the @Override annotation above method signature"Jonathan Gathman1-0/+4
2019-09-19Merge " Mapper1_0.java-merge the if statement with existing one"Jonathan Gathman1-5/+4
2019-09-19Merge "Sonar Fix: Cached.java"Jonathan Gathman1-21/+24
2019-09-19Merge "Sonar Fix: CassDAOImpl.java"Jonathan Gathman1-8/+16
2019-09-19Merge "Sonar fix: CUI.java"Jonathan Gathman1-1/+2
2019-09-19Sonar-AAF_Hello.javaanushadasari1-1/+1
Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body. Issue-ID: AAF-982 Change-Id: I91d81ff24dbbf435f1f064675902beb61fa8fb06 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-18AAFcli.java-Merge the if statement with the existing oneThugutla sailakshmi1-4/+2
AAFcli.java-Merge the if statement with the existing one Issue-ID: AAF-876 Change-Id: I5bcb2f45f8210b519ca9667b8b17e20b110ab4ff Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-18AAFcli.java -Extract the assignment out of this expressionThugutla sailakshmi1-2/+3
AAFcli.java -Extract the assignment out of this expression Issue-ID: AAF-876 Change-Id: Idee610c4076e07619481302ee1489394521fb8ed Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-18CachedCredDAO .java -add the @Override annotation above method signatureThugutla sailakshmi1-0/+4
CachedCredDAO .java -add the @Override annotation above method signature Issue-ID: AAF-876 Change-Id: Ie0a6becc555da4eba72bd1572ecf5287e80a2fc2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-18Sonar fix: CUI.javaArundathi Patil1-1/+2
Fixed sonar issues across this file Issue-ID: AAF-968 Change-Id: I2c1e40099f686c9a9275e075cc4c6af7d5e0e1f2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-18Sonar Fix: CassDAOImpl.javaArundathi Patil1-8/+16
Fixed sonar issues across this file Issue-ID: AAF-968 Change-Id: I0d3d887906d4ad43ce376f6634c782ea77427644 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-18Sonar Fix: Cached.javaArundathi Patil1-21/+24
Fixed multiple sonar issues in this file Issue-ID: AAF-968 Change-Id: Iebd3fc8dedc6e22ba4bfcd2c9943aa4c4c00a6a0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-18 Mapper1_0.java-merge the if statement with existing oneThugutla sailakshmi1-5/+4
Mapper1_0.java-merge the if statement with existing one Issue-ID: AAF-876 Change-Id: I1d50c3337ec2d42e0b8ded17e0cd47e70665b4e6 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-17Make this final field static tooanushadasari1-1/+1
Making a public constant just final as opposed to static final leads to duplicating its value for every instance of the class, uselessly increasing the amount of memory required to execute the application. Issue-ID: AAF-983 Change-Id: Ibbf0ab51f83fe4e1acc3b6be11228d8063a94fea Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-17Remove declaration thrown from constructor's body.anushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body. Issue-ID: AAF-982 Change-Id: I22a4ffe16eddb82abd44caa0cce8b7bd6430d446 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-09-17Add Music NS and Cert AbilityInstrumental11-1056/+1068
Issue-ID: AAF-967 Change-Id: I10bf013399b638262f7694ffc0db7d6bd3aee0b3 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-17Merge "major-Extract the assignment out of this expression"Jonathan Gathman1-1/+3
2019-09-17Notify.java -remove the commented block of codeThugutla sailakshmi1-2/+0
Notify.java -remove the commented block of code Issue-ID: AAF-876 Change-Id: I79a9cdf598bc083719eaed43c113e2426d3831c8 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-17Merge "JscepCA.java-add Override annotation"Jonathan Gathman1-1/+2
2019-09-17Merge "AAF_CM.java -remove the exception"Jonathan Gathman1-1/+2
2019-09-17Merge "Remove the declaration of thrown exception 'java.io.IOException', as ↵Jonathan Gathman1-0/+1
it cannot be thrown from constructor's body"
2019-09-17Merge "Remove the declaration of thrown exception 'java.io.IOException', as ↵Jonathan Gathman1-0/+1
it cannot be thrown from constructor's body"
2019-09-17Merge "Sonar fix: ApprovalDAO.java"Jonathan Gathman1-6/+3
2019-09-17Merge "Sonar fix: List.java"Jonathan Gathman1-6/+10
2019-09-17Merge "Sonar fix: ListForCreds.java"Jonathan Gathman1-6/+10
2019-09-17Merge "AAF-892-remove unsed variables from ApprovedRpt.java file"Jonathan Gathman1-10/+2
2019-09-17Merge "Sonar fix: BatchDataView.java"Jonathan Gathman1-2/+2