View Javadoc
1   /*
2   MethodCount
3   maxTotal = 1
4   maxPrivate = (default)100
5   maxPackage = (default)100
6   maxProtected = (default)100
7   maxPublic = (default)100
8   tokens = ENUM_DEF
9   
10  
11  */
12  
13  package com.puppycrawl.tools.checkstyle.checks.sizes.methodcount;
14  
15  public class InputMethodCount6 {
16      void method1() {
17      }
18  }