Skip to content

Commit

Permalink
RANGER-5061: checkstyle compliance updates - security-admin module's …
Browse files Browse the repository at this point in the history
…biz and util package (#507)

* RANGER-5061: checkstyle compliance updates - security-admin org.apache.ranger.rest (#505)

* RANGER-5061: checkstyle compliance updates - security-admin modules : org.apache.ranger.biz package

* RANGER-5061: checkstyle compliance updates - security-admin modules : org.apache.ranger.util package

* Remove unmatched curly in BaseMgr.java

* Update RangerAdminCache.java

* Update RangerRestUtil.java

userProfile.setFirstName is called twice, probably not needed ?

* Update RestUtil.java

* RANGER-5061: checkstyle compliance updates - security-admin modules : org.apache.ranger.biz package

---------

Co-authored-by: Abhishek Kumar <[email protected]>
Co-authored-by: Madhan Neethiraj <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent 376b2af commit 610bd5e
Show file tree
Hide file tree
Showing 53 changed files with 23,349 additions and 22,623 deletions.
5 changes: 5 additions & 0 deletions dev-support/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,18 @@
<suppress files="BaseDao.java" checks="StaticVariableName"/>
<suppress files="ContextUtil.java" checks="HideUtilityClassConstructor"/>
<suppress files="MapUtil.java" checks="HideUtilityClassConstructor"/>
<suppress files="PolicyRefUpdater.java" checks="TypeName"/>
<suppress files="RangerAdminTagEnricher.java" checks="StaticVariableName"/>
<suppress files="RangerCommonEnums.java" checks="HideUtilityClassConstructor"/>
<suppress files="RangerConstants.java" checks="TypeName"/>
<suppress files="RangerRolesUtil.java" checks="TypeName"/>
<suppress files="SearchField.java" checks="TypeName"/>
<suppress files="ServiceDBStore.java" checks="StaticVariableName"/>
<suppress files="ServiceDBStore.java" checks="TypeName"/>
<suppress files="SortField.java" checks="TypeName"/>
<suppress files="SPOOL_FILE_STATUS.java" checks="TypeName"/>
<suppress files="TagDBStore.java" checks="StaticVariableName"/>
<suppress files="TagDBStore.java" checks="TypeName"/>
<suppress files="TimedEventUtil.java" checks="HideUtilityClassConstructor"/>
<suppress files="PatchAssignSecurityZonePersmissionToAdmin_J10026.java" checks="TypeName"/>
<suppress files="PatchAtlasForClassificationResource_J10047" checks="TypeName"/>
Expand Down
Loading

0 comments on commit 610bd5e

Please sign in to comment.