Unicode escape(s) usage should be avoided. Open
public static final ReactionEmoji.Unicode A = ReactionEmoji.unicode("\uD83C\uDDE6");
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Restricts usingUnicode escapes (such as \u221e).It is possible to allow using escapes fornon-printable, control characters.Also, this check can be configured to allow using escapesif trail comment is present. By the option it is possible toallow using escapes if literal contains only them.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
Unicode escape(s) usage should be avoided. Open
public static final ReactionEmoji.Unicode TRUE = ReactionEmoji.unicode("\u2705");
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Restricts usingUnicode escapes (such as \u221e).It is possible to allow using escapes fornon-printable, control characters.Also, this check can be configured to allow using escapesif trail comment is present. By the option it is possible toallow using escapes if literal contains only them.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
Unicode escape(s) usage should be avoided. Open
public static final ReactionEmoji.Unicode C = ReactionEmoji.unicode("\uD83C\uDDE8");
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Restricts usingUnicode escapes (such as \u221e).It is possible to allow using escapes fornon-printable, control characters.Also, this check can be configured to allow using escapesif trail comment is present. By the option it is possible toallow using escapes if literal contains only them.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
Unicode escape(s) usage should be avoided. Open
public static final ReactionEmoji.Unicode D = ReactionEmoji.unicode("\uD83C\uDDE9");
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Restricts usingUnicode escapes (such as \u221e).It is possible to allow using escapes fornon-printable, control characters.Also, this check can be configured to allow using escapesif trail comment is present. By the option it is possible toallow using escapes if literal contains only them.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
Unicode escape(s) usage should be avoided. Open
public static final ReactionEmoji.Unicode FALSE = ReactionEmoji.unicode("\uD83D\uDEAB");
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Restricts usingUnicode escapes (such as \u221e).It is possible to allow using escapes fornon-printable, control characters.Also, this check can be configured to allow using escapesif trail comment is present. By the option it is possible toallow using escapes if literal contains only them.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
Unicode escape(s) usage should be avoided. Open
public static final ReactionEmoji.Unicode B = ReactionEmoji.unicode("\uD83C\uDDE7");
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Restricts usingUnicode escapes (such as \u221e).It is possible to allow using escapes fornon-printable, control characters.Also, this check can be configured to allow using escapesif trail comment is present. By the option it is possible toallow using escapes if literal contains only them.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.