Skip to content

Commit 610bd5e

Browse files
pradeepagrawal8184kumaabmneethiraj
authored
RANGER-5061: checkstyle compliance updates - security-admin module's 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 <abhishekkumar100031@gmail.com> Co-authored-by: Madhan Neethiraj <madhan@apache.org>
1 parent 376b2af commit 610bd5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+23349
-22623
lines changed

dev-support/checkstyle-suppressions.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@
2828
<suppress files="BaseDao.java" checks="StaticVariableName"/>
2929
<suppress files="ContextUtil.java" checks="HideUtilityClassConstructor"/>
3030
<suppress files="MapUtil.java" checks="HideUtilityClassConstructor"/>
31+
<suppress files="PolicyRefUpdater.java" checks="TypeName"/>
3132
<suppress files="RangerAdminTagEnricher.java" checks="StaticVariableName"/>
3233
<suppress files="RangerCommonEnums.java" checks="HideUtilityClassConstructor"/>
3334
<suppress files="RangerConstants.java" checks="TypeName"/>
3435
<suppress files="RangerRolesUtil.java" checks="TypeName"/>
3536
<suppress files="SearchField.java" checks="TypeName"/>
37+
<suppress files="ServiceDBStore.java" checks="StaticVariableName"/>
38+
<suppress files="ServiceDBStore.java" checks="TypeName"/>
3639
<suppress files="SortField.java" checks="TypeName"/>
3740
<suppress files="SPOOL_FILE_STATUS.java" checks="TypeName"/>
41+
<suppress files="TagDBStore.java" checks="StaticVariableName"/>
42+
<suppress files="TagDBStore.java" checks="TypeName"/>
3843
<suppress files="TimedEventUtil.java" checks="HideUtilityClassConstructor"/>
3944
<suppress files="PatchAssignSecurityZonePersmissionToAdmin_J10026.java" checks="TypeName"/>
4045
<suppress files="PatchAtlasForClassificationResource_J10047" checks="TypeName"/>

0 commit comments

Comments
 (0)