1   package com.puppycrawl.tools.checkstyle.checks.indentation.indentation; //indent:0 exp:0
2   
3   
4   /**                                                                           //indent:0 exp:0
5    * This test-input is intended to be checked using following configuration:   //indent:1 exp:1
6    *                                                                            //indent:1 exp:1
7    * arrayInitIndent = 4                                                        //indent:1 exp:1
8    * basicOffset = 4                                                            //indent:1 exp:1
9    * braceAdjustment = 0                                                        //indent:1 exp:1
10   * caseIndent = 4                                                             //indent:1 exp:1
11   * forceStrictCondition = true                                                //indent:1 exp:1
12   * lineWrappingIndentation = 8                                                //indent:1 exp:1
13   * tabWidth = 4                                                               //indent:1 exp:1
14   * throwsIndent = 8                                                           //indent:1 exp:1
15   *                                                                            //indent:1 exp:1
16   *                                                                            //indent:1 exp:1
17   */                                                                           //indent:1 exp:1
18  public class InputIndentationMethodCStyle { //indent:0 exp:0
19      public InputIndentationMethodCStyle(int appleCount, //indent:4 exp:4
20                               int bananaCount, //indent:29 exp:12 warn
21                               int pearsCount) { //indent:29 exp:12 warn
22      } //indent:4 exp:4
23  
24      public InputIndentationMethodCStyle(String appleCount, //indent:4 exp:4
25              int bananaCount, //indent:12 exp:12
26              int pearsCount) { //indent:12 exp:12
27      }//indent:4 exp:4
28  } //indent:0 exp:0