Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-21 | Merge "CodeSetter.java" | Jonathan Gathman | 1 | -1/+1 | |
2019-11-21 | Merge "moving string literals on left side" | Jonathan Gathman | 1 | -21/+4 | |
2019-11-21 | Merge "merge if statement with enclsoing one" | Jonathan Gathman | 1 | -3/+3 | |
2019-11-21 | Merge "Annotate the "JSONPermLoader" interface with the @FunctionalInterface ↵ | Jonathan Gathman | 1 | -0/+1 | |
annotation" | |||||
2019-11-21 | Merge "AAF_FS.java" | Jonathan Gathman | 1 | -2/+2 | |
2019-11-21 | Merge "Remove the declaration of thrown exception 'java.lang.Exception', as ↵ | Jonathan Gathman | 1 | -1/+1 | |
it cannot be thrown from method's body" | |||||
2019-11-20 | Fix names | Instrumental | 20 | -338/+1 | |
Issue-ID: AAF-1046 Change-Id: Idd0d5e2272863f021842eaa604e11728c1379c5f Signed-off-by: Instrumental <jonathan.gathman@att.com> | |||||
2019-11-14 | To version 2.1.17-SNAPSHOT | Instrumental | 41 | -47/+103 | |
Issue-ID: AAF-1046 Change-Id: Id534c271c94c3805a5902eea521dc6c9d66f3919 Signed-off-by: Instrumental <jonathan.gathman@att.com> | |||||
2019-11-12 | Implementation of CMPv2 client | ajay_dp001 | 4 | -0/+226 | |
Issue-ID: AAF-999 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I986d487c6d1ba4d13b0193a12543622d943e3ea7 | |||||
2019-11-07 | CodeSetter.java | manisha07 | 1 | -1/+1 | |
Issue-ID: AAF-1031 Change-Id: Icfcb0b8d5bf3a83e9d2eb94cc485b38d2a729f90 Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-07 | moving string literals on left side | manisha07 | 1 | -21/+4 | |
Issue-ID: AAF-1031 Change-Id: I3eed2897ca203585ed380638fff03801c35d0f79 Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-07 | merge if statement with enclsoing one | manisha07 | 1 | -3/+3 | |
Issue-ID: AAF-1031 Change-Id: I12c3ae316342d3dc5d1245dba6d86a7124b7fb0c Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-07 | Annotate the "JSONPermLoader" interface with the @FunctionalInterface annotation | manisha07 | 1 | -0/+1 | |
Issue-ID: AAF-1031 Change-Id: I4619a039ec1dd7e65d1d24744bf88d73da6c7ce3 Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-07 | AAF_FS.java | manisha07 | 1 | -2/+2 | |
Issue-ID: AAF-1031 Change-Id: I8e2a32fc03293ff45695f0b6cd094eb9a8bb429e Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-07 | Remove the declaration of thrown exception 'java.lang.Exception', as it ↵ | manisha07 | 1 | -1/+1 | |
cannot be thrown from method's body Issue-ID: AAF-1031 Change-Id: If31ebcba3a47034a8dd199e48f0bd9d82a673721 Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-06 | Fix Merge error | Instrumental | 1 | -1/+1 | |
Issue-ID: AAF-1040 Change-Id: I98e8184c0ecf92e87f0fa43a05b09071ae7dd8a2 Signed-off-by: Instrumental <jonathan.gathman@att.com> | |||||
2019-11-06 | Merge "Function.java-sonar fix" | Jonathan Gathman | 1 | -4/+4 | |
2019-11-06 | Merge "Add "@Override" annotation" | Jonathan Gathman | 1 | -1/+2 | |
2019-11-06 | Merge "CMService.java-Merge if statement" | Jonathan Gathman | 1 | -4/+2 | |
2019-11-06 | Merge "Examples.java-Extract the assignment out of the expression" | Jonathan Gathman | 1 | -3/+4 | |
2019-11-06 | Merge "API_History.java -remove the thrown exception" | Jonathan Gathman | 1 | -1/+1 | |
2019-11-06 | Merge "make class and interface Issue-ID: AAF-876 Change-Id: ↵ | Jonathan Gathman | 1 | -1/+1 | |
Ife0638c69c55986b1cb1f78fe23e63d0ba4f22ab Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>" | |||||
2019-11-06 | Examples.java-Extract the assignment out of the expression | Thugutla sailakshmi | 1 | -3/+4 | |
Issue-ID: AAF-876 Change-Id: I0f29f977089f6f8e0a5a732cf751a894c4e63bc4 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> | |||||
2019-11-06 | Merge "Fix Batch Cred Deletes" | Sai Gandham | 3 | -5/+11 | |
2019-11-06 | Merge "Tidied up load() method to remove several static analyzer warnings" | Jonathan Gathman | 1 | -32/+35 | |
2019-11-06 | Merge "AAFcli.java -Declare "value" on a separate line" | Jonathan Gathman | 1 | -1/+2 | |
2019-11-06 | Merge "Replaced "==" with equals for string comparisons to remove static ↵ | Jonathan Gathman | 1 | -4/+3 | |
analyzer warnings" | |||||
2019-11-06 | Merge "Removed unused class fields to prevent static analyzer warnings" | Jonathan Gathman | 3 | -9/+0 | |
2019-11-06 | Merge "CredDetail.java-extract the assignments" | Jonathan Gathman | 1 | -3/+6 | |
2019-11-06 | CredDetail.java-extract the assignments | Thugutla sailakshmi | 1 | -3/+6 | |
Issue-ID: AAF-876 Change-Id: I04be0ee559445ac8b5bbd8db386ae94189a3966a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> | |||||
2019-11-06 | Merge "TextIndex.java-extract the assignment" | Jonathan Gathman | 1 | -1/+2 | |
2019-11-06 | Merge "PermGrantForm.java-remove the comments" | Jonathan Gathman | 1 | -1/+0 | |
2019-11-06 | TextIndex.java-extract the assignment | Thugutla sailakshmi | 1 | -1/+2 | |
Issue-ID: AAF-876 Change-Id: Ia0e9003d944310700fc4901455378a41738c3174 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> | |||||
2019-11-06 | Merge "removed block of commenetd lines of code" | Jonathan Gathman | 1 | -2/+1 | |
2019-11-06 | Merge "SonarFix-CachedRoleDAO.java" | Jonathan Gathman | 1 | -0/+2 | |
2019-11-06 | SonarFix-CachedRoleDAO.java | manisha07 | 1 | -0/+2 | |
Issue-ID: AAF-1031 Change-Id: I8ceb04722950d994ff55c0b3892475137faee37a Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-06 | Merge "Add the "@Override" annotation above this method signature - SonarFix" | Jonathan Gathman | 1 | -8/+3 | |
2019-11-06 | Add the "@Override" annotation above this method signature - SonarFix | manisha07 | 1 | -8/+3 | |
Issue-ID: AAF-1031 Change-Id: I132e857ec2137fab622826f0af1ecb004ce90c60 Signed-off-by: manisha07 <cmanis10@in.ibm.com> | |||||
2019-11-06 | Merge "Using logger to throw exception Issue-ID: AAF-1032 Change-Id: ↵ | Jonathan Gathman | 1 | -3/+2 | |
Ic7a6f89de457bca7c3bdc4ea5a3e58cfe214e06c Signed-off-by: Rachitha <racrama1@in.ibm.com>" | |||||
2019-11-06 | Merge "HistoryDAO.java-sonar fixes" | Jonathan Gathman | 1 | -4/+2 | |
2019-11-06 | Merge "DirectIntrospect.java -SonarFix Issue-ID: AAF-468 Change-Id: ↵ | Jonathan Gathman | 1 | -0/+1 | |
Icc44780f37e0aa8ce7570edd1fdf2e0bd8a5dfac Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>" | |||||
2019-11-06 | make class and interface | Thugutla sailakshmi | 1 | -1/+1 | |
Issue-ID: AAF-876 Change-Id: Ife0638c69c55986b1cb1f78fe23e63d0ba4f22ab Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> | |||||
2019-11-06 | Merge "DirectAAFLur.java-sonar fix" | Jonathan Gathman | 1 | -3/+4 | |
2019-11-06 | DirectAAFLur.java-sonar fix | Thugutla sailakshmi | 1 | -3/+4 | |
Issue-ID: AAF-876 Change-Id: I9c5417dfd72cac871ed79e99230a503a7fc4b693 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> | |||||
2019-11-06 | Merge "Extract the assignment out this expression Issue-ID: AAF-876 ↵ | Jonathan Gathman | 1 | -1/+2 | |
Change-Id: I7dd0d8df4e302597e9dff74b1d1bc70943247696 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>" | |||||
2019-11-06 | Extract the assignment out this expression | Thugutla sailakshmi | 1 | -1/+2 | |
Issue-ID: AAF-876 Change-Id: I7dd0d8df4e302597e9dff74b1d1bc70943247696 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> | |||||
2019-11-06 | Merge "ExpireRange.java-sonar fix" | Jonathan Gathman | 1 | -4/+0 | |
2019-11-06 | Merge "TypeCode.java-remove unused imports" | Jonathan Gathman | 1 | -2/+1 | |
2019-11-06 | Merge "Route.java -remove exceptions" | Jonathan Gathman | 1 | -1/+1 | |
2019-11-06 | AAFcli.java-sonar fixes-moving string literal to left side | Thugutla sailakshmi | 1 | -5/+5 | |
Issue-ID: AAF-876 Change-Id: Iaf237197cdd5761fb8659cc6b9c39c53ddf04250 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com> |