aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-05Update project for java11Jerry Flood7-119/+790
Issue-ID: OPTFRA-620 Change-Id: Ib50c197e9582fcc1917d8d81e949c9b961a2cbd2 Signed-off-by: Jerry Flood <jflood@att.com>
2020-01-22Merge "Application.java-Remove the 'PropertySources' wrapper from this ↵Vikas Varma1-4/+4
annotation group"
2020-01-22Merge "Mdc.java-remove the unused comments"Vikas Varma2-3/+0
2020-01-22Application.java-Remove the 'PropertySources' wrapper from this annotation groupThugutla sailakshmi1-4/+4
Issue-ID: OPTFRA-578 Change-Id: I37bf9c3f678de5e5fc4bfbc1fb772069204c5776 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2020-01-22Mdc.java-remove the unused commentsThugutla sailakshmi2-3/+0
Issue-ID: AAF-876 Change-Id: I62776f85746fc2315045e27efba7d741a40ca062 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2020-01-22Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ic1c24c2671f62282477e32c432216ac560745c03 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Remove the declaration of thrown exceptionanushadasari2-5/+5
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'java.io.IOException'. Remove the declaration of thrown exception 'org.onap.optf.cmso.common.exceptions.CmsoException', as it cannot be thrown from method's body Issue-ID: OPTFRA-632 Change-Id: If3645e1dbd53161280a192662fdea2ae75569fb5 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Remove the declaration of thrown exceptionanushadasari1-9/+4
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: I63ff85db68f0247573f9a6202feb2cb7849176c3 Signed-off-by: anushadasari <danush10@in.ibm.com>
2020-01-22Update robot docker buildJerry Flood14-29/+34
Issue-ID: OPTFRA-681 Change-Id: Id72cdaad6c8ab8ddcb448ff9b5b3c10a7566b76d Signed-off-by: Jerry Flood <jflood@att.com>
2020-01-10Merge "return the expression"Vikas Varma1-2/+1
2020-01-10Merge "replacing with the diamond operators"Vikas Varma2-23/+9
2019-12-03Merge "remove the declaration of thrown exception"Vikas Varma1-1/+1
2019-12-03Merge "Replace the type specification in this constructor call with the ↵Vikas Varma1-2/+2
diamond operator"
2019-12-03Merge "no need to call toString"Vikas Varma2-3/+4
2019-11-20Immediately return this expressionanushadasari1-3/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4676c4df578768ea977d2ebf3034ed9e6d30fb85 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Move "*" string literal on left side of stringanushadasari1-2/+2
It is preferable to place string literals on the left-hand side of an equals() or equalsIgnoreCase() method call. Issue-ID: OPTFRA-647 Change-Id: Ibd04d10da4e655be44310ec0459f1fdeab791441 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: I22d3bd915605507db8fbfcae9d52a5b1b2de8f3f Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Move "*" string literal on left side of stringanushadasari1-1/+1
It is preferable to place string literals on the left-hand side of an equals() or equalsIgnoreCase() method call. Issue-ID: OPTFRA-647 Change-Id: Ie4b1b7b0e56bb88338c9d64219db2da88728ca46 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ie21aeba053ced68ad1dbe25b39cf891219ff669f Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-20Move "*" string literal on left side of stringanushadasari1-3/+3
It is preferable to place string literals on the left-hand side of an equals() or equalsIgnoreCase() method call. Issue-ID: OPTFRA-647 Change-Id: Idd9ac257f96553a00f8a455a48d678adb167a382 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-19Merge "Immediately return this expression"Vikas Varma1-4/+2
2019-11-19Merge "Immediately return this expression"Vikas Varma1-2/+1
2019-11-19Immediately return this expressionanushadasari1-4/+2
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4f4e41ab55d541746b4cc124b49971074888c6f9 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-19Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: Ief8d222a51cb640df6d8b95a87aae9283e700656 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: I3e5778420d19d98a625590cc547a8590b0d9641a Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-2/+1
Remove the declaration of thrown exception 'com.fasterxml.jackson.core.JsonParseException' which is a subclass of 'java.io.IOException'. Issue-ID: OPTFRA-632 Change-Id: Ibce8815c9c1edc3308ee00f2eb6063396dee133c Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I4515ede48c265d48875dcbdd875566a1e972f48d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I1981c27fe53a08075d8d2048eafc936e64b7b48b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I88d08c9329e23637a4f1f67f5ae8d8bfa0a34246 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I36b50fb02c608606dbe2d319058221e87e4da9a9 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-8/+4
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I955612b752cc6fcfa23090f47f36bdf5e22810d4 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Immediately return this expressionanushadasari1-2/+1
Immediately return this expression instead of assigning it to the temporary variable "json". Issue-ID: OPTFRA-644 Change-Id: I56c70d0baecfe9e376b16317f5cf7f54e4a89943 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-18Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'org.springframework.security.core.AuthenticationException' which is a runtime exception Issue-ID: OPTFRA-632 Change-Id: I82c720c3c4fa67fb4959ffb06e032cb7021f24fc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: If8f306257cb92de244cdc929e09ba89bbda62e86 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ib1a5e730820b832f5e1d42aefd75f925a2ad26cc Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge this if statement with the enclosing oneanushadasari1-3/+1
Merging collapsible if statements increases the code's readability. Issue-ID: OPTFRA-634 Change-Id: Ie2c335c7de466edb6064b85cb602db46b8f3225d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-11-12Merge "Remove Remove the declaration of thrown exception"Vikas Varma1-4/+2
2019-11-12Merge "AafClientCache.java0-immediately return the expression"Vikas Varma1-2/+1
2019-11-12Merge "AafClientCache.java-merge if with existing one"Vikas Varma1-4/+2
2019-11-12Merge "MessageHeaders.java-Replace the type specification in this ↵Vikas Varma1-2/+2
constructor call with the diamond operator"
2019-11-12Merge "AafAuthProvider.java-remove the declaration of thrown runtime exception"Vikas Varma1-1/+1
2019-11-11Merge "Upgrade oparent"Vikas Varma1-1/+1
2019-11-07Upgrade oparentShankar Narayanan1-1/+1
Change-Id: I0006f6dde71ea2842d0121aa6a9f411fa6f7c91a Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-607
2019-11-06remove the declaration of thrown exceptionmanisha071-1/+1
Issue-ID: OPTFRA-631 Change-Id: Id13015f53833315d42a43a587c2557957c067228 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06no need to call toStringmanisha072-3/+4
Issue-ID: OPTFRA-631 Change-Id: I2073a2b350523ffa2fce85d5298ac60cd3ab00fb Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06replacing with the diamond operatorsmanisha073-24/+11
Issue-ID: OPTFRA-635 Change-Id: I2cfd17d545a89b0be27bd4b73e402074465bcaa3 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Replace the type specification in this constructor call with the diamond ↵manisha072-3/+4
operator Issue-ID: OPTFRA-631 Change-Id: I135841b55506f56d31ca7a77caae22bfcc0ad2f0 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06AafClientCache.java0-immediately return the expressionThugutla sailakshmi1-2/+1
Issue-ID: OPTFRA-578 Change-Id: I48f015eaf2facbfce7f54ffe52c0a4c835cb06a2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06AafClientCache.java-merge if with existing oneThugutla sailakshmi1-4/+2
Issue-ID: AAF-876 Change-Id: I65ff5fabfc71c4df1628611f44ed5084993e4fe4 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-11-06Remove Remove the declaration of thrown exceptionanushadasari1-4/+2
Remove the declaration of thrown exception 'org.quartz.SchedulerException', as it cannot be thrown from method's body Change-Id: Ib016d6260146d1893cb38088a80567f4110ac1d4 Issue-ID: OPTFRA-632 Signed-off-by: anushadasari <danush10@in.ibm.com>