Skip to content

ZCS-19152 : Added feature based flag for Native Mobile APP - #1847

Open
GuruanthDeshmukh wants to merge 1 commit into
developfrom
feature/ZCS-19152
Open

ZCS-19152 : Added feature based flag for Native Mobile APP#1847
GuruanthDeshmukh wants to merge 1 commit into
developfrom
feature/ZCS-19152

Conversation

@GuruanthDeshmukh

Copy link
Copy Markdown

ZCS-19152 - Changes added for flag based feature enabling/disabling Native Mobile APP

@CLAassistant

CLAassistant commented Jul 7, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

* @since ZCS 10.1.20
*/
@ZAttr(id = 4152)
public static final String A_zimbraFeatureNativeMobileAppEnabled = "zimbraFeatureNativeMobileAppEnabled";

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck> reported by reviewdog 🐶
Name 'A_zimbraFeatureNativeMobileAppEnabled' must match pattern '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving this checkstyle issue as-is for the following reasons:

  1. This attribute is auto-generated using the ant generate-ldap-config -Dzimbra.buildinfo.version=<BUILD_VERSION> command.
  2. Updating it to comply with the checkstyle rule would break the homogeneity of attribute constants throughout the file.

@GuruanthDeshmukh
GuruanthDeshmukh marked this pull request as ready for review July 9, 2026 09:52

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11973


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11978


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11986


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11986


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11987


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11987


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11988


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrDomain.java#L11988


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19506


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19513


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19513


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19518


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19526


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19526


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19527


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19527


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19528


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19528


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19529


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19529


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19533


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19542


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19542


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 135).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19544


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19544


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19545


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19545


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19549


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19556


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19556


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19558


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19558


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19563


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19571


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19571


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19572


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19572


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19573


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19573


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13895


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13902


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13902


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13907


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13915


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13915


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13916


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13916


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13917


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13917


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13918


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13918


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13922


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13931


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13931


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 135).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13933


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13933


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13938


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13952


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/de163b2f58637e68e851556863489d6e352a5278/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962

@ZAttr(id=4032)
public static final String A_zimbraFeatureModernVideoEnabled = "zimbraFeatureModernVideoEnabled";

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

return attrs;
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

return getBooleanAttr(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, false, true);
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

*/
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

return attrs;
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*/
@ZAttr(id=4164)
public void unsetFeatureNativeMobileAppEnabled() throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19533


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19542


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19542


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 135).

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19543


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19544


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19544


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19545


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19545


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19549


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19556


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19556


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19558


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19558


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19563


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19571


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19571


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19572


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19572


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19573


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19573


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13895


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13902


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13902


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13907


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13915


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13915


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13916


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13916


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13917


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13917


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13918


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13918


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13922


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13931


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13931


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 135).

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13933


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13933


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13938


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13952


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/b5934c9697404e324d682fc90ed85416d2514545/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962

*/
@ZAttr(id=4165)
public void unsetFeatureNativeMobileAppEnabled() throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

getProvisioning().modifyAttrs(this, attrs);
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

* @since ZCS 10.1.21
*/
@ZAttr(id=4165)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

* @since ZCS 10.1.21
*/
@ZAttr(id=4165)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

*/
@ZAttr(id=4165)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

* @since ZCS 10.1.21
*/
@ZAttr(id=4165)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

*/
@ZAttr(id=4165)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

*/
@ZAttr(id=4165)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

@ZAttr(id=4165)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

@ZAttr(id=4165)
public void setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled) throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19558


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19558


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19563


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19571


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19571


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19572


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19572


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19573


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrAccount.java#L19573


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13895


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13902


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13902


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13907


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13915


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13915


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13916


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13916


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13917


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13917


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13918


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13918


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13922


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13931


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13931


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 135).

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13932


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13933


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13933


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13938


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13952


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/0fde745e942855c765a2d748e3c26eaf25a0fe69/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

return attrs;
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

@umagmrit
umagmrit force-pushed the feature/ZCS-19152 branch from 0fde745 to c404806 Compare July 23, 2026 08:08

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13934


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13938


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13945


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13947


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13952


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13960


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13961


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/c404806a1e91bace0011d53e31e56b73f3389797/store/src/java/com/zimbra/cs/account/ZAttrCos.java#L13962

*/
@ZAttr(id=4164)
public void unsetFeatureNativeMobileAppEnabled() throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

*/
@ZAttr(id=4164)
public void unsetFeatureNativeMobileAppEnabled() throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

getProvisioning().modifyAttrs(this, attrs);
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 135).

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

*/
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

*/
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

@GuruanthDeshmukh
GuruanthDeshmukh force-pushed the feature/ZCS-19152 branch 2 times, most recently from 3bbed1f to eb09f1a Compare July 28, 2026 09:55
@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

@ZAttr(id=4164)
public Map<String,Object> setFeatureNativeMobileAppEnabled(boolean zimbraFeatureNativeMobileAppEnabled, Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();
attrs.put(Provisioning.A_zimbraFeatureNativeMobileAppEnabled, zimbraFeatureNativeMobileAppEnabled ? TRUE : FALSE);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 122).

return attrs;
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

*
* @since ZCS 10.1.21
*/
@ZAttr(id=4164)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

* @since ZCS 10.1.21
*/
@ZAttr(id=4164)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

*/
@ZAttr(id=4164)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

*/
@ZAttr(id=4164)
public Map<String,Object> unsetFeatureNativeMobileAppEnabled(Map<String,Object> attrs) {
if (attrs == null) attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants