Issue #1293: Improved coverage for OverloadMethodsDeclarationOrderCheck
This commit is contained in:
parent
22c3968680
commit
14feaeff30
1
pom.xml
1
pom.xml
|
|
@ -1108,7 +1108,6 @@
|
|||
<regex><pattern>.*.checks.coding.ExplicitInitializationCheck</pattern><branchRate>91</branchRate><lineRate>97</lineRate></regex>
|
||||
<regex><pattern>.*.checks.coding.FinalLocalVariableCheck</pattern><branchRate>83</branchRate><lineRate>100</lineRate></regex>
|
||||
<regex><pattern>.*.checks.coding.IllegalInstantiationCheck</pattern><branchRate>81</branchRate><lineRate>97</lineRate></regex>
|
||||
<regex><pattern>.*.checks.coding.OverloadMethodsDeclarationOrderCheck</pattern><branchRate>93</branchRate><lineRate>100</lineRate></regex>
|
||||
<regex><pattern>.*.checks.coding.ParameterAssignmentCheck</pattern><branchRate>80</branchRate><lineRate>96</lineRate></regex>
|
||||
<regex><pattern>.*.checks.coding.ReturnCountCheck</pattern><branchRate>55</branchRate><lineRate>74</lineRate></regex>
|
||||
<regex><pattern>.*.checks.coding.SimplifyBooleanReturnCheck</pattern><branchRate>83</branchRate><lineRate>100</lineRate></regex>
|
||||
|
|
|
|||
|
|
@ -114,3 +114,6 @@ enum FooType {
|
|||
}
|
||||
}
|
||||
|
||||
@interface ClassPreamble {
|
||||
String author();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue