Skip to content

Commit

Permalink
Issue sevntu-checkstyle#410: Fix exception while processing types wit…
Browse files Browse the repository at this point in the history
…h LITERAL_PRIVATE modifiers
  • Loading branch information
yaziza committed Mar 19, 2016
1 parent b518e09 commit 9bde389
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 91 deletions.
1 change: 0 additions & 1 deletion sevntu-checks/pom.xml
Expand Up @@ -135,7 +135,6 @@
<regexes>
<regex><pattern>.*.checks.annotation.ForbidAnnotationCheck</pattern><branchRate>70</branchRate><lineRate>96</lineRate></regex>
<regex><pattern>.*.checks.coding.AvoidConstantAsFirstOperandInConditionCheck</pattern><branchRate>87</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>.*.checks.coding.AvoidModifiersForTypesCheck</pattern><branchRate>96</branchRate><lineRate>98</lineRate></regex>
<regex><pattern>.*.checks.coding.ConfusingConditionCheck</pattern><branchRate>82</branchRate><lineRate>100</lineRate></regex>
<regex><pattern>.*.checks.coding.CustomDeclarationOrderCheck.*</pattern><branchRate>81</branchRate><lineRate>83</lineRate></regex>
<regex><pattern>.*.checks.coding.DiamondOperatorForVariableDefinitionCheck</pattern><branchRate>90</branchRate><lineRate>100</lineRate></regex>
Expand Down

0 comments on commit 9bde389

Please sign in to comment.