Method correctAnswerPost
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
private void correctAnswerPost(MessageChannel channel, Questions.Question question, ReactionEmoji.Unicode emoji, String answer, List<User> correct)
- Create a ticketCreate a ticket
'+' should be on a new line. Open
Emoji.C.getRaw() + parseText(answers.get(2)) + "\n" +
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks the policy on how to wrap lines on operators.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
'+' should be on a new line. Open
String s = Emoji.A.getRaw() + parseText(answers.get(0)) + "\n" +
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks the policy on how to wrap lines on operators.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
'+' should be on a new line. Open
Emoji.B.getRaw() + parseText(answers.get(1)) + "\n" +
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks the policy on how to wrap lines on operators.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.
'+' should be on a new line. Open
String s = Emoji.TRUE.getRaw() + "True" + "\n" +
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks the policy on how to wrap lines on operators.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.