The following document contains the results of Checkstyle 6.2 with checkstyle-logging.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | ImportOrder
|
2602 | |
| UnusedImports | 35 | ||
| indentation | Indentation
|
22546 | |
| regexp | RegexpMultiline
|
7 | |
RegexpMultiline
|
1 | ||
RegexpSingleline
|
8910 | ||
| whitespace | FileTabCharacter
|
10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.CheckedFuture' import. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStoreReadTransaction' import. | 17 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.ReadFailedException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStoreReadWriteTransaction' import. | 14 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.MoreExecutors' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Set. | 14 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.model.api.Module. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.mdsal.common.api.LogicalDatastoreType. | 11 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.concepts.ListenerRegistration. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotEquals' import. | 12 | |
| indentation | Indentation | 'mdsal' have incorrect indentation level 8, expected level should be 12. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.BindingService' import. | 12 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.RpcConsumerRegistry' import. | 12 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.BindingService' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.BindingTransactionChain' import. | 16 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ClassToInstanceMap' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.DataTreeChangeListener' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.DataTreeChangeListener' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.MountPoint' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 15 | |
| extension | LoggerVariableModifiers | Logger must be declared as private static final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.NotificationPublishService' import. | 14 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ClassToInstanceMap' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.ReadTransaction' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.RpcConsumerRegistry' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.BindingTransactionChain' import. | 19 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.CheckedFuture' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.BindingService' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| indentation | Indentation | 'class def rcurly' have incorrect indentation level 1, expected level should be 0. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogMessagePlaceholderCount | Log message placeholders count is incorrect. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMRpcException' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 102 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 107 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 141 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 146 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMRpcException' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 16 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 113 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 116 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LoggerVariableModifiers | Logger must be declared as private static final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.DataBroker' import. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ListenableFuture' import. | 17 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.NotificationPublishService' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javassist.ClassPool' import. | 13 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 4. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStore' import. | 12 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.DataBroker' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.DataObjectModification.ModificationType' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.api.ReadTransaction' import. | 15 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStore' import. | 14 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 15 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.BindingStreamEventWriter. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.concepts.ListenerRegistration. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.util.concurrent.ListenableFuture. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.common.RpcError.ErrorType' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 24 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 26 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModificationCursor. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.MoreObjects' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.api.schema.tree.BackendFailedException. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 16 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.AsyncTransaction' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.mdsal.dom.spi.store.DOMStoreReadWriteTransaction. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.TransactionCommitFailedException' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 14 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 12 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMMountPointListener' import. | 13 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMMountPoint' import. | 14 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMNotification' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 17 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMRpcAvailabilityListener' import. | 12 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 16 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 49 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 51 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 14 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 17 | |
| extension | LogMessageConcatenation | Log message contains string concatenation. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.CheckedFuture' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogMessagePlaceholderCount | Log message placeholders count is incorrect. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Hashtable' import. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.SettableFuture' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStore' import. | 20 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMDataTreeReadTransaction' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStore' import. | 20 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMDataBrokerExtension' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.store.DOMStore' import. | 18 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. | 19 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMDataTreeReadTransaction' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMMountPoint' import. | 16 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.fail. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ForwardingObject' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMDataTreeChangeListener' import. | 15 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.annotation.Nonnull' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.ReadFailedException' import. | 14 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.Beta' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpMultiline | Line has Windows line delimiter. | 1 | |
| regexp | RegexpMultiline | Line has Windows line delimiter. | 2 | |
| regexp | RegexpMultiline | Line has Windows line delimiter. | 3 | |
| regexp | RegexpMultiline | Line has Windows line delimiter. | 4 | |
| regexp | RegexpMultiline | Line has Windows line delimiter. | 5 | |
| regexp | RegexpMultiline | Line has Windows line delimiter. | 6 | |
| regexp | RegexpMultiline | Line has Windows line delimiter. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMDataTreeChangeListener' import. | 20 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutorService' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.common.api.OptimisticLockFailedException' import. | 17 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 19 | |
| extension | LogMessagePlaceholderCount | Log message placeholders count is incorrect. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.spi.AbstractDOMDataTreeChangeListenerRegistration' import. | 12 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.dom.api.DOMDataTreeChangeListener' import. | 13 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 14 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 34 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 37 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 38 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 16, 20. | 39 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 40 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 41 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 4, 8. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 70 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 8. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 12. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 64 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 67 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 67 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 68 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 70 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 70 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 71 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 71 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 72 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 72 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 73 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 73 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 74 | |
| indentation | Indentation | 'while' have incorrect indentation level 7, expected level should be 8. | 75 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 11, expected level should be 12. | 76 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 76 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 79 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 80 | |
| indentation | Indentation | 'if' have incorrect indentation level 15, expected level should be 16. | 81 | |
| indentation | Indentation | 'if' child have incorrect indentation level 19, expected level should be 20. | 83 | |
| indentation | Indentation | 'if' child have incorrect indentation level 19, expected level should be 20. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 19, expected level should be 20. | 85 | |
| indentation | Indentation | 'if' child have incorrect indentation level 19, expected level should be 20. | 86 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 15, expected level should be 16. | 87 | |
| indentation | Indentation | 'else' child have incorrect indentation level 19, expected level should be 20. | 89 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 15, expected level should be 16. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 93 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 96 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 15, expected level should be 16. | 101 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 102 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 105 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 11, expected level should be 12. | 113 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 113 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 114 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 115 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 7, expected level should be 8. | 116 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 121 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 122 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 126 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 127 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 11, expected level should be 12. | 128 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 7, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 132 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 7, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 133 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 7, expected level should be 8. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 42, 44. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.io.BaseEncoding' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 116 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 10 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 10 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 254 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 263 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 570 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 618 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 624 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 672 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 690 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 696 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 732 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 750 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 768 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 774 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 786 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 792 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 810 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 828 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 840 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 846 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 858 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 864 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 876 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 888 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 906 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 918 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 924 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 936 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 942 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 948 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 954 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 960 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 966 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 972 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 978 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 984 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 990 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 992 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 993 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 998 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1010 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1022 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1028 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1034 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1040 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1052 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1058 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1064 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1076 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1082 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1094 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1475 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 30 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 83 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 84 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 17 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 12. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 50 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 51 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 49 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 50 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 59 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 60 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 18 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 60 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 61 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 23 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 30 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 82 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 83 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 12. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 50 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 51 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 49 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 50 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 52 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 53 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 18 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 53 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 54 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 22 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 332 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 350 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 359 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.InterfacesState' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface.OperStatus' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state._interface.Statistics' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DateAndTime' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface.OperStatus' import. | 12 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 14 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 149 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 150 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 151 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 153 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 158 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 477 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 486 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 495 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 504 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 513 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 522 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 531 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 540 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 549 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 558 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 567 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 576 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 495 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 504 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 513 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 522 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 531 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 540 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 549 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 558 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 567 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 576 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 585 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 594 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 603 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.network.SupportingNetwork' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.network.SupportingNetwork' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.network.Node' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.network.NetworkTypes' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 362 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.Network' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.network.node.SupportingNode' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.network.node.SupportingNode' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 256 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 265 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.Network' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.NetworkId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.NetworkId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.NetworkId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.Network' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.node.TerminationPoint' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.node.TerminationPoint' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.link.SupportingLink' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.LinkId' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.link.SupportingLink' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.LinkId' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 304 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 313 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 322 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 331 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.LinkId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 258 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 267 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 84 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.node.termination.point.SupportingTerminationPoint' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.node.termination.point.SupportingTerminationPoint' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.TpId' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 256 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 265 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.TpId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.NetworkId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev150608.network.node.TerminationPoint' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.NetworkId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 286 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 295 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 304 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev150608.NetworkId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 96 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 105 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 19 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 40 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 41 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.errors.errors.Error.ErrorType' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.errors.Errors' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.DataResourceIdentifier' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.DataResourceIdentifier' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 311 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 320 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 329 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 338 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 347 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.errors.errors.Error' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.restconf.Modules' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf.Version' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.restconf.Streams' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 13 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf.Version' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 332 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 350 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.RevisionIdentifier' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Uri' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.restconf.modules.Module.Revision' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 5, expected level should be 4. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 178 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.restconf.modules.Module.Revision' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Uri' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 330 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 339 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 348 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 357 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 366 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.restconf.Streams' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 332 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 350 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 359 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 71 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 9, expected level should be 8. | 72 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 73 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 74 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 75 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 76 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 81 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 252 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 261 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.yang.patch.status.GlobalStatus' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.yang.patch.status.EditStatus' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.yang.patch.status.EditStatus' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 241 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.YangPatchStatus' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.yang.patch.status.EditStatus' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 254 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 263 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Uri' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.yang.patch.status.GlobalStatus' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.Errors' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.errors.Errors' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.yang.patch.status.GlobalStatus' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.YangPatch' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.DataResourceIdentifier' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.yang.patch.Edit.Operation' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.DataResourceIdentifier' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 325 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 334 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 343 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 352 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 361 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 35 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 36 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 71 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 72 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 27 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 29 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 43 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 44 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 65 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 66 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 45 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 46 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 35 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 36 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 72 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 73 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 41 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 42 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 27 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 29 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 41 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 42 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 43 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 44 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 64 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 65 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 45 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 46 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 44 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 45 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 57 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 58 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 13 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.link.attributes.IgpLinkAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.ospf.link.attributes.OspfLinkAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.node.attributes.IgpNodeAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.network.topology.topology.igp.topology.attributes.OspfTopologyAttributes' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.network.topology.topology.igp.topology.attributes.OspfTopologyAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.node.attributes.igp.node.attributes.Prefix' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.ospf.prefix.attributes.OspfPrefixAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.TedLinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.ospf.link.attributes.OspfLinkAttributes' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 126 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 128 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 161 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 162 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 385 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 394 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 403 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.ospf.node.attributes.OspfNodeAttributes.Capabilities' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 5, expected level should be 4. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 228 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 246 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.ospf.node.attributes.OspfNodeAttributes.Capabilities' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 93 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 95 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.TedNodeAttributes' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.ted.node.attributes.Ipv4LocalAddress' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Address' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 13 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 324 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 342 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 351 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ospf.topology.rev130712.OspfTopologyType' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 10 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 11 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 15 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigInteger' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.math.BigInteger' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 5, expected level should be 4. | 112 | |
| indentation | Indentation | 'static initialization' have incorrect indentation level 5, expected level should be 4. | 113 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 9, expected level should be 8. | 114 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 9, expected level should be 8. | 114 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 9, expected level should be 8. | 116 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 9, expected level should be 8. | 117 | |
| indentation | Indentation | 'static initialization rcurly' have incorrect indentation level 5, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 119 | |
| indentation | Indentation | 'for' have incorrect indentation level 9, expected level should be 8. | 120 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 122 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 123 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 9, expected level should be 8. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 125 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 130 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 5, expected level should be 4. | 137 | |
| indentation | Indentation | 'static initialization' have incorrect indentation level 5, expected level should be 4. | 138 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 9, expected level should be 8. | 139 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 9, expected level should be 8. | 139 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 9, expected level should be 8. | 141 | |
| indentation | Indentation | 'static initialization' child have incorrect indentation level 9, expected level should be 8. | 142 | |
| indentation | Indentation | 'static initialization rcurly' have incorrect indentation level 5, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 144 | |
| indentation | Indentation | 'for' have incorrect indentation level 9, expected level should be 8. | 145 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 148 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 9, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 150 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 347 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 356 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 365 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 374 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 383 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 10 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.rev700101.BitsContainer.BitsLeaf2' import. | 5 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 5, expected level should be 4. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 122 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 131 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.rev700101.BitsContainer.BitsLeaf2' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 216 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 309 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 318 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 327 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 336 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 345 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 331 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 340 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 349 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 358 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| indentation | Indentation | '"bitTwo"' have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | '"bitZero"' have incorrect indentation level 8, expected level should be 12. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 66 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 67 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 128 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 10 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 45 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 46 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 127 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 129 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 127 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 129 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 111 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 127 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 129 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| indentation | Indentation | '"fLAGFOUR"' have incorrect indentation level 8, expected level should be 12. | 43 | |
| indentation | Indentation | '"fLAGONE"' have incorrect indentation level 8, expected level should be 12. | 44 | |
| indentation | Indentation | '"fLAGTHREE"' have incorrect indentation level 8, expected level should be 12. | 45 | |
| indentation | Indentation | '"fLAGTWO"' have incorrect indentation level 8, expected level should be 12. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 84 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 86 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 87 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 174 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| indentation | Indentation | '(' have incorrect indentation level 4, expected level should be 8. | 41 | |
| indentation | Indentation | 'value' have incorrect indentation level 4, expected level should be 8. | 42 | |
| indentation | Indentation | ')' have incorrect indentation level 4, expected level should be 8. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.list1.List11' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 131 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.two.level.list.top.level.list.NestedList' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 286 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 295 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 304 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 313 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 322 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 331 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.AugGrouping' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.cont2.Contlist1' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.list1.List11' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 297 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.EnumGrouping' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.BitFlags' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.List1' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 277 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 286 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 295 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.List1' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 253 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 262 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 66 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 71 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 72 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 72 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 6 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| indentation | Indentation | '(' have incorrect indentation level 4, expected level should be 8. | 32 | |
| indentation | Indentation | 'value' have incorrect indentation level 4, expected level should be 8. | 33 | |
| indentation | Indentation | ')' have incorrect indentation level 4, expected level should be 8. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| indentation | Indentation | '(' have incorrect indentation level 4, expected level should be 8. | 33 | |
| indentation | Indentation | 'value' have incorrect indentation level 4, expected level should be 8. | 34 | |
| indentation | Indentation | ')' have incorrect indentation level 4, expected level should be 8. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| indentation | Indentation | '(' have incorrect indentation level 4, expected level should be 8. | 38 | |
| indentation | Indentation | 'value' have incorrect indentation level 4, expected level should be 8. | 39 | |
| indentation | Indentation | ')' have incorrect indentation level 4, expected level should be 8. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.OrderedContainer' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.OrderedContainer' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 242 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 251 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container.OrderedList' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container.OrderedList' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 289 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.UnkeyedContainer' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 243 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 289 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ContainerWithUses' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ContainerWithUses' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 160 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.TestRoot' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.AugmentChoice1' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.AugmentChoice1' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.Case1' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case1.AugmentChoice2' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 223 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 232 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 241 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ContainerWithUses' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 160 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.LeafFromGrouping' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.ComplexFromGrouping' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ContainerWithUses' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ListViaUses' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 246 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.LeafFromGrouping' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case1.Case1Container' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.AugmentChoice1' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case1.Case1Container' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case2.Case2Container' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.AugmentChoice1' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case2.Case2Container' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case1.AugmentChoice2' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.ComplexFromGrouping' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ContainerWithUses' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ListViaUses' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 246 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.LeafFromGrouping' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.choice.Identifier' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.choice.Identifier' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.choice.Identifier' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.choice.Identifier' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.two.level.list.top.level.list.NestedList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.two.level.list.top.level.list.NestedList' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 297 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 253 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 262 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.bug._6006.rev160607.IdentBase. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.link.attributes.IgpLinkAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.isis.link.attributes.IsisLinkAttributes' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.node.attributes.IgpNodeAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.isis.node.attributes.IsisNodeAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.network.topology.topology.igp.topology.attributes.IsisTopogloyAttributes' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.network.topology.topology.igp.topology.attributes.IsisTopogloyAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 40 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 40 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 40 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.isis.link.attributes.IsisLinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 126 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 128 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 161 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 162 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 385 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 394 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 403 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.IsoNetId' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.isis.node.attributes.isis.node.attributes.Iso' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.IsoNetId' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.IsoPseudonodeId' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.isis.node.attributes.IsisNodeAttributes' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.IsoPseudonodeId' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.TedNodeAttributes' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.isis.node.attributes.IsisNodeAttributes' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.ted.node.attributes.Ipv4LocalAddress' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Address' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 13 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 324 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 342 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 351 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.IsisTopologyType' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev130712.IgpTopologyAttributes1' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes.IsisLinkAttributes' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes.IsisLinkAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.IsisNodeAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpNodeEvent' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.IsisNodeAttributes' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 40 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 40 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 8 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 8. | 39 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 12. | 40 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 8. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes.IsisLinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 126 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 128 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 161 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 162 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 385 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 394 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 403 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoNetId' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.isis.node.attributes.Iso' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoNetId' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoPseudonodeId' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.IsisNodeAttributes' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoPseudonodeId' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.TedNodeAttributes' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.node.attributes.IsisNodeAttributes' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv4LocalAddress' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Address' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 13 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 324 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 342 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 351 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsisTopologyType' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IgpTopologyAttributes1' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| indentation | Indentation | '"diversePathComputation"' have incorrect indentation level 8, expected level should be 12. | 55 | |
| indentation | Indentation | '"loadBalancedPathComputation"' have incorrect indentation level 8, expected level should be 12. | 56 | |
| indentation | Indentation | '"pathComputationWithGmplsLinkConstraints"' have incorrect indentation level 8, expected level should be 12. | 57 | |
| indentation | Indentation | '"supportForAdditivePathConstraints"' have incorrect indentation level 8, expected level should be 12. | 58 | |
| indentation | Indentation | '"supportForMultipleObjectiveFunctions"' have incorrect indentation level 8, expected level should be 12. | 59 | |
| indentation | Indentation | '"supportForMultipleRequestsPerMessage"' have incorrect indentation level 8, expected level should be 12. | 60 | |
| indentation | Indentation | '"supportForRequestPrioritization"' have incorrect indentation level 8, expected level should be 12. | 61 | |
| indentation | Indentation | '"synchronizedPathComputation"' have incorrect indentation level 8, expected level should be 12. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 122 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 125 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 126 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 203 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 212 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 239 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 248 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.srlg.attributes.InterfaceSwitchingCapabilities' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.ted.link.attributes.Srlg' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Address' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.ted.node.attributes.Ipv6LocalAddress' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.SrlgAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.srlg.attributes._interface.switching.capabilities.TimeDivisionMultiplexCapable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.SwitchingCapabilities' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.srlg.attributes._interface.switching.capabilities.PacketSwitchCapable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.srlg.attributes._interface.switching.capabilities.TimeDivisionMultiplexCapable' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.SwitchingCapabilities' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 102 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 103 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 373 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.SrlgAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 77 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 78 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.SrlgAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.srlg.attributes.InterfaceSwitchingCapabilities' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 107 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 109 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 111 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 116 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 281 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.TedLinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Prefix' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.TedNodeAttributes' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Prefix' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev130712.TedNodeAttributes' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Prefix' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Prefix' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Prefix' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 3 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| indentation | Indentation | '"diversePathComputation"' have incorrect indentation level 8, expected level should be 12. | 55 | |
| indentation | Indentation | '"loadBalancedPathComputation"' have incorrect indentation level 8, expected level should be 12. | 56 | |
| indentation | Indentation | '"pathComputationWithGmplsLinkConstraints"' have incorrect indentation level 8, expected level should be 12. | 57 | |
| indentation | Indentation | '"supportForAdditivePathConstraints"' have incorrect indentation level 8, expected level should be 12. | 58 | |
| indentation | Indentation | '"supportForMultipleObjectiveFunctions"' have incorrect indentation level 8, expected level should be 12. | 59 | |
| indentation | Indentation | '"supportForMultipleRequestsPerMessage"' have incorrect indentation level 8, expected level should be 12. | 60 | |
| indentation | Indentation | '"supportForRequestPrioritization"' have incorrect indentation level 8, expected level should be 12. | 61 | |
| indentation | Indentation | '"synchronizedPathComputation"' have incorrect indentation level 8, expected level should be 12. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 122 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 125 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 126 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 12. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 203 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 212 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 239 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 248 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes.InterfaceSwitchingCapabilities' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.link.attributes.Srlg' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Address' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv6LocalAddress' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.SrlgAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes._interface.switching.capabilities.TimeDivisionMultiplexCapable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.SwitchingCapabilities' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes._interface.switching.capabilities.PacketSwitchCapable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes._interface.switching.capabilities.TimeDivisionMultiplexCapable' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.SwitchingCapabilities' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 102 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 103 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 373 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.SrlgAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 77 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 78 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.SrlgAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes.InterfaceSwitchingCapabilities' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 107 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 109 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 111 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 116 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 281 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.TedLinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Prefix' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.TedNodeAttributes' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Prefix' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.TedNodeAttributes' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Prefix' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Prefix' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 89 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Prefix' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.link.attributes.SupportingLink' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.Topology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.node.attributes.SupportingNode' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TpId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TpId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TpId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TpId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkId' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NetworkTopology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.topology.Node' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.topology.Link' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.topology.Node' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 355 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.Topology' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.link.attributes.SupportingLink' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkId' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 362 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.topology.node.TerminationPoint' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeId' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.topology.node.TerminationPoint' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 307 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 316 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 325 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.Topology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.Topology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TpId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 291 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TpId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeAttributes' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SupportingLink' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.node.attributes.SupportingNode' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Link' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 351 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 360 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 369 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 378 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 387 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 396 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 405 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.link.attributes.SupportingLink' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 353 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 362 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 307 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 316 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 325 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 282 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 291 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId' import. | 4 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeAttributes' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.LinkId' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 12 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.link.attributes.IgpLinkAttributes' import. | 13 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 409 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 418 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 427 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 436 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 445 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 454 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 463 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 357 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 366 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 375 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 384 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 393 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpPrefix' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.prefix.event.Prefix' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.prefix.event.Prefix' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeId' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 332 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.link.attributes.IgpLinkAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.node.attributes.IgpNodeAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.topology.node.TerminationPoint' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.TopologyId' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.NodeId' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 380 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 389 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 398 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 407 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 416 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 425 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712.network.topology.Topology' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.topology.attributes.IgpTopologyAttributes' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 77 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 78 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.DomainName' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.DomainName' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 275 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 284 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.node.attributes.IgpNodeAttributes' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 125 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 134 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 289 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 58 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 59 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 60 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 61 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 66 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev130712.L3UnicastIgpTopologyType' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.BaseIdentity' import. | 3 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 12 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes' import. | 13 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 409 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 418 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 427 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 436 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 445 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 454 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 463 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 357 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 366 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 375 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 384 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 393 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpPrefix' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event.Prefix' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.prefix.event.Prefix' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 332 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 341 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 380 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 389 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 398 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 407 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 416 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 425 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.topology.attributes.IgpTopologyAttributes' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 1, expected level should be 0. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 77 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 78 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 250 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.DomainName' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.DomainName' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 275 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 284 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 125 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 134 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 106 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 289 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 57 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 58 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 59 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 60 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 61 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 66 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.L3UnicastIgpTopologyType' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.beans.ConstructorProperties' import. | 5 | |
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 13 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.OspfLinkAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.OspfLinkAttributes' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.IgpNodeAttributes' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.IgpNodeEvent' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.prefix.attributes.OspfPrefixAttributes' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.network.topology.topology.igp.topology.attributes.OspfTopologyAttributes' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.network.topology.topology.igp.topology.attributes.OspfTopologyAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.igp.node.attributes.Prefix' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.prefix.attributes.OspfPrefixAttributes' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 65 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 66 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.TedLinkAttributes' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.OspfLinkAttributes' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.math.BigDecimal' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 126 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 128 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 161 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 162 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 385 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 394 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 403 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes.Capabilities' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| indentation | Indentation | 'class def lcurly' have incorrect indentation level 5, expected level should be 4. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 228 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 246 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes.Capabilities' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 93 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 94 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 95 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 299 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.TedNodeAttributes' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.ted.node.attributes.Ipv4LocalAddress' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv6Address' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address' import. | 11 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 13 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 324 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 342 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 351 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.OspfTopologyType' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.root.OuterContainer' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.root.OuterContainer' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.Root' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.Root' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.Root' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.uses.grouping.augmet.testgrouping.inner.ContainerAugmet1' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.uses.grouping.augmet.testgrouping.inner.ContainerAugmet1' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.grouping.module1.list.module1._1.ListModule12' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.grouping.module1.ListModule11' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.grouping.module1.list.module1._1.ListModule12' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.UsesGroupingAugmetTestgroupingInner' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.uses.grouping.augmet.testgrouping.inner.ContainerAugmet1' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.concepts.Builder' import. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.uses.grouping.augmet.testgrouping.outer.ContainerAugmet11' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.UsesGroupingTestgroupingInner' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module2.rev160101.grouping.module2.ContainerModule2' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module2.rev160101.grouping.module2.ContainerModule2' import. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.ContainerManualListModule11' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.GroupingModule3' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.ContainerManualListModule12' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.ContainerManualListModule12' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.grouping.module1.list.module1._1.list.module1._2.ContainerModule1' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentation' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module2.rev160101.grouping.module2.ContainerModule2' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.GroupingModule3' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.manual.list.module1._1.ManualListModule12' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.ContainerManualListModule11' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.container.manual.list.module1._2.ContainerManualContainerModule1' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.ContainerManualListModule12' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.container.manual.list.module1._2.container.manual.container.module1.ContainerManualContainerModule2' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.container.manual.list.module1._2.container.manual.container.module1.ContainerManualContainerModule2' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.container.manual.list.module1._1.container.manual.list.module1._2.ContainerManualContainerModule1' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.GroupingModule3' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.GroupingModule3Main' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.ContainerManualListModule11' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.manual.list.module1._1.manual.list.module1._2.ManualContainerModule1' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.ManualListModule11' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.manual.list.module1._1.manual.list.module1._2.ManualContainerModule1' import. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.manual.list.module1._1.ManualListModule12' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.GroupingModule3' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.ContainerManualListModule11' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 4 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Objects' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.GroupingModule3' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.ContainerManualListModule11' import. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 279 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module3.rev160101.grouping.module3.manual.list.module1._1.manual.list.module1._2.ManualContainerModule1' import. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module2.rev160101.grouping.module2.ContainerModule2' import. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.yang.foo.rev160101._boolean.container.BooleanList' import. | 3 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 5 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.yang.foo.rev160101._boolean.container.BooleanList' import. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 6 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 219 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.ChildOf' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.Augmentable' import. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 4 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.binding.AugmentationHolder' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 1, expected level should be 4. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 83 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 28 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 30 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.BindingStreamEventWriter. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.BindingStreamEventWriter. | 15 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.DataObject. | 17 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.DataObjectSerializerRegistry. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.binding.data.codec.util.AugmentableDispatchSerializer. | 10 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.binding.data.codec.util.ChoiceDispatchSerializer. | 11 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.DataObject. | 15 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.DataObjectSerializerImplementation. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Object' have incorrect indentation level 4, expected level should be 8. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogMessagePlaceholderCount | Log message placeholders count is incorrect. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeNode' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 24, expected level should be 16. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert. | 16 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.bug._6006.rev160607.OpendaylightBug6006Data. | 18 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.bug._6006.rev160607.IdentBase' import. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.bug._6006.rev160607.IdentBase. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.bug._6006.rev160607.IdentTwo. | 25 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.api.schema.ContainerNode. | 33 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes. | 35 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.common.QNameModule. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 42 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'GeneratedTransferObject' have incorrect indentation level 4, expected level should be 8. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.binding.generator.util.Types' import. | 19 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.binding.generator.util.BindingGeneratorUtil' import. | 20 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Optional' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException' import. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LogMessageConcatenation | Log message contains string concatenation. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 12, expected level should be 16. | 645 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 682 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 15, expected level should be 16. | 1263 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 2194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 160 | |
| regexp | RegexpMultiline | Line contains console output. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.net.URISyntaxException' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.sal.binding.yang.types.TypeProviderImpl. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.model.api.DataSchemaNode. | 30 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 12. | 36 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 36 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 59 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 62 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 62 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 63 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 66 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 66 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 67 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 69 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 69 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 70 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 70 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 71 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 71 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 72 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 73 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 74 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 75 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 76 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 76 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 77 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 77 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 78 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 78 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 79 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 80 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 81 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 82 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 83 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 83 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 84 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 86 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 87 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 88 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 89 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 90 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 90 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 91 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 91 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 92 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 93 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 94 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 95 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 96 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 97 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 97 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 98 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 99 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 100 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 101 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 104 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 105 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 106 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 107 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 108 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 109 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 111 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 114 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 115 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 116 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 118 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 120 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 121 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 122 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 123 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 125 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 128 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 129 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 132 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 134 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 135 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 137 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 145 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 145 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 149 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 149 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 150 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 151 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 20. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 157 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 158 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 159 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 160 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 160 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 161 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 162 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 163 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 20. | 164 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 165 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 167 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 172 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 176 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 177 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 178 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 179 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 179 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 180 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 181 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 183 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 184 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 185 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 186 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 187 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 188 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 189 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 189 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 190 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 191 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 191 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 192 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 193 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 194 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 195 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 196 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 197 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 199 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 204 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 205 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 205 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 206 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 207 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 209 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 209 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 210 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 211 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 212 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 214 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 215 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 216 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 217 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 20. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 24. | 219 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 24. | 220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 220 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 221 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 223 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 224 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 224 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 225 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 225 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 226 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 226 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 227 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 228 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 231 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 231 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 232 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 233 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 234 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 235 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 235 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 236 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 236 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 238 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 20. | 239 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 240 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 241 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 242 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 244 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 249 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 250 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 250 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 251 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 252 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 253 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 253 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 254 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 254 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 255 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 259 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 260 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 260 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 261 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 261 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 262 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 263 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 263 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 264 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 264 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 265 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 266 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 267 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 268 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 271 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 272 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 273 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 273 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 276 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 284 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 284 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 285 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 285 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 286 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 286 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 287 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 287 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 288 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 289 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 290 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 290 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 291 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 291 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 292 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 292 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 293 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 293 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 294 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 294 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 295 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 295 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 296 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 296 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 297 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 297 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 298 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 298 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 299 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 300 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 300 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 301 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 301 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 302 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 302 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 303 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 304 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 305 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 306 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 307 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 307 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 308 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 309 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 310 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 311 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 313 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 313 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 314 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 315 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 315 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 316 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 319 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 319 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 320 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 320 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 321 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 322 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 323 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 324 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 324 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 325 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 327 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 328 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 329 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 329 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 330 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 330 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 331 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 331 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 332 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 333 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 334 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 335 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 336 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 337 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 338 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 338 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 339 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 339 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 341 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 341 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 342 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 343 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 343 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 346 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 347 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 348 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 349 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 350 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 350 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 351 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 352 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 352 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 353 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 354 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 354 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 355 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 356 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 356 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 357 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 357 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 358 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 358 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 359 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 360 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 363 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 363 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 364 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 364 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 365 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 365 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 366 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 367 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 368 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 369 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 369 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 370 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 370 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 371 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 372 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 372 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 373 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 376 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 376 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 377 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 377 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 378 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 378 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 379 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 380 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 380 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 381 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 381 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 382 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 382 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 383 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 383 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 384 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 384 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 385 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 385 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 389 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 389 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 390 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 390 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 391 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 391 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 392 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 393 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 395 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 397 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 398 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 399 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 400 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 401 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 402 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 402 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 403 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 403 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 404 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 404 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 405 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 406 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 407 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 408 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 408 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 409 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 409 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 410 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 411 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 412 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 415 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 417 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 417 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 418 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 419 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 420 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 422 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 423 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 424 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 425 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 426 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 427 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 428 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 428 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 429 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 429 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 430 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 430 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 431 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 432 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 433 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 434 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 434 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 435 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 435 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 436 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 437 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 438 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 439 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 440 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 441 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 441 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 442 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 442 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 443 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 443 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 444 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 445 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 446 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 446 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 447 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 447 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 448 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 448 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 449 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 450 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 451 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 454 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 454 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 455 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 455 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 456 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 456 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 457 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 458 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 458 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 459 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 459 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 460 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 460 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 461 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 461 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 462 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 463 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 464 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 466 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 466 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 471 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 474 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 475 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 476 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 476 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 477 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 478 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 478 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 479 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 479 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 480 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 480 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 481 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 482 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 483 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 484 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 488 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 490 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 491 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 491 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 492 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 492 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 493 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 493 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 494 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 495 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 495 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 496 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 496 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 497 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 497 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 498 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 499 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 500 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 501 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 501 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 502 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 503 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 504 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 505 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 505 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 506 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 506 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 507 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 507 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 508 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 508 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 509 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 509 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 510 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 510 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 511 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 512 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 514 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 514 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 515 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 516 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 516 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 517 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 519 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 519 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 520 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 520 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 521 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 522 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 523 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 524 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 525 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 526 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 526 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 527 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 527 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 528 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 529 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 530 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 530 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 531 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 531 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 532 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 532 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 533 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 534 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 535 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 536 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 537 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 537 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 538 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 538 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 540 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 540 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 541 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 541 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 542 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 543 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 543 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 544 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 545 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 546 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 548 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 549 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 549 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 550 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 550 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 554 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 556 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 556 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 557 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 558 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 559 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 560 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 560 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 561 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 561 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 562 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 563 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 564 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 565 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 566 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 566 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 567 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 567 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 568 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 568 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 569 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 569 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 570 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 570 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 571 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 572 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 573 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 574 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 574 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 575 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 575 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 576 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 577 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 580 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 581 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 583 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 584 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 584 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 585 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 586 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 587 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 588 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 588 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 589 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 589 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 590 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 590 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 591 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 592 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 592 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 593 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 593 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 594 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 594 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 595 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 596 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 596 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 597 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 597 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 598 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 598 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 599 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 600 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 600 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 601 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 602 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 603 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 603 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 604 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 604 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 605 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 606 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 607 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 608 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 611 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 612 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 612 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 613 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 614 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 614 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 615 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 616 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 617 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 618 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 618 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 619 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 620 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 621 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 622 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 622 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 623 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 623 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 624 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 624 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 625 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 626 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 626 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 627 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 627 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 628 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 628 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 629 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 629 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 630 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 630 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 631 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 632 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 633 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 633 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 634 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 635 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 636 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 637 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 639 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 640 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 641 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 641 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 642 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 643 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 644 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 645 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 645 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 646 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 647 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 647 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 648 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 648 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 649 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 649 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 650 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 651 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 652 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 654 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 655 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 656 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 657 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 660 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 660 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 661 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 661 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 662 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 662 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 666 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 666 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 667 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 667 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 668 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 668 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 669 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 671 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 671 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 672 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 672 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 673 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 674 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 675 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 676 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 676 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 677 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 677 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 678 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 678 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 679 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 679 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 680 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 680 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 681 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 682 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 683 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 684 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 685 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 686 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 687 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 687 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 688 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 688 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 690 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 691 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 691 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 692 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 692 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 693 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 693 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 694 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 694 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 695 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 695 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 696 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 697 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 698 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 699 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 699 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 700 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 700 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 701 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 701 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 702 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 703 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 703 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 704 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 704 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 705 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 705 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 706 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 706 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 707 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 707 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 708 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 709 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 710 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 711 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 711 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 712 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 712 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 713 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 713 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 714 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 715 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 715 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 716 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 716 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 717 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 717 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 718 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 718 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 719 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 719 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 720 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 721 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 722 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 723 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 723 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 724 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 724 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 727 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 728 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 728 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 729 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 729 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 730 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 731 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 733 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 734 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 740 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 741 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 741 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 742 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 743 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 743 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 744 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 745 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 745 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 746 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 746 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 747 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 747 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 748 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 748 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 749 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 750 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 751 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 752 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 753 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 753 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 754 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 754 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 755 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 755 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 756 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 756 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 757 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 758 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 759 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 760 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 761 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 761 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 762 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 762 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 763 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 764 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 765 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 768 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 769 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 769 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 770 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 771 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 771 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 772 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 773 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 774 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 775 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 775 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 776 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 777 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 778 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 778 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 779 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 779 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 780 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 780 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 781 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 782 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 783 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 784 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 785 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 786 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 787 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 788 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 789 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 792 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 793 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 793 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 794 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 795 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 795 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 796 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 797 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 798 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 799 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 799 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 800 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 801 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 20. | 802 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 24. | 803 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 803 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 804 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 805 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 805 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 806 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 806 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 807 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 807 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 808 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 20. | 809 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 810 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 811 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 812 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 813 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 814 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 816 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 817 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 818 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 818 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 819 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 820 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 820 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 821 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 821 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 822 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 822 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 823 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 823 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 824 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 824 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 825 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 825 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 826 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 826 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 827 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 827 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 828 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 828 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 829 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 829 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 830 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 831 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 832 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 832 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 833 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 834 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 834 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 835 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 836 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 837 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 837 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 838 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 839 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 840 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 840 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 841 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 841 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 842 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 842 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 843 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 843 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 844 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 844 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 845 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 845 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 846 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 846 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 847 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 848 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 849 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 850 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 851 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 854 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 855 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 855 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 856 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 857 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 857 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 858 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 859 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 859 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 860 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 860 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 861 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 861 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 862 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 862 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 863 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 863 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 864 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 865 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 866 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 868 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 869 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 870 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 870 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 871 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 871 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 872 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 872 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 873 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 873 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 874 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 874 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 875 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 875 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 876 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 877 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 878 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 879 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 879 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 880 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 880 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 881 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 881 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 882 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 882 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 883 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 884 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 885 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 885 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 886 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 886 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 887 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 888 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 889 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 890 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 891 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 891 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 892 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 893 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 894 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 895 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 895 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 896 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 897 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 897 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 898 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 898 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 899 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 899 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 900 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 901 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 902 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 903 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 904 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 906 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 907 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 908 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 908 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 909 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 910 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 910 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 911 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 911 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 912 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 912 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 913 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 913 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 914 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 914 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 915 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 915 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 916 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 916 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 917 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 918 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 919 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 919 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 920 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 921 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 921 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 922 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 922 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 923 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 923 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 924 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 924 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 925 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 925 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 926 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 927 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 927 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 928 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 928 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 929 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 929 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 930 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 930 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 931 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 932 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 933 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 934 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 935 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 936 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 938 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 939 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 939 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 940 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 941 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 941 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 942 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 943 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 944 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 945 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 945 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 946 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 947 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 948 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 948 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 949 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 949 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 950 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 950 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 951 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 952 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 953 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 954 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 955 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 956 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 957 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 958 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 959 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 959 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 960 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 961 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 961 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 962 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 963 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 964 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 965 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 965 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 966 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 966 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 967 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 967 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 968 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 968 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 969 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 969 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 970 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 970 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 971 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 971 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 972 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 973 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 973 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 974 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 974 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 975 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 976 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 976 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 977 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 977 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 978 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 978 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 979 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 979 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 980 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 980 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 981 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 981 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 982 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 982 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 983 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 983 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 984 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 984 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 985 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 985 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 986 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 987 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 988 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 989 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 989 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 990 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 991 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 991 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 992 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 993 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 993 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 994 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 994 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 995 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 995 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 996 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 996 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 997 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 997 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 998 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 998 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 999 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 999 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1000 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1000 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1001 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1001 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1002 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1002 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1003 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1004 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1005 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1006 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1006 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1007 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1007 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1008 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1008 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1009 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1010 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1010 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1011 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1011 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1012 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1012 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1013 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1013 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1014 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1014 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1015 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1015 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1016 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1016 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1017 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1017 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1018 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1018 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1019 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1019 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1020 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1021 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1022 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1023 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1023 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1024 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1024 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1025 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1026 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1026 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1027 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1027 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1028 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1028 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1029 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1029 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1030 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1030 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1031 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1031 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1032 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1033 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1034 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1034 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1035 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1035 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1036 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1037 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1038 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1039 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1040 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1041 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1042 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1042 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1043 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1044 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1045 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1046 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1046 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1047 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1047 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1048 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1048 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1050 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1050 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1051 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1052 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1053 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1054 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1055 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1056 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1057 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1058 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1058 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1059 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1060 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1061 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1062 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1062 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1063 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1064 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1064 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1065 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1065 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1066 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1066 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1067 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1068 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1069 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1070 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1071 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1072 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1073 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1074 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1075 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1075 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1076 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1076 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1077 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1077 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1078 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1078 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1079 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1079 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1080 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1080 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1081 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1081 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1082 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1083 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1083 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1084 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1084 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1085 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1085 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1086 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1087 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1087 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1088 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1088 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1090 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1090 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1092 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1092 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1097 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1098 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1099 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1100 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1101 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1102 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1102 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1105 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1106 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1109 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1114 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1115 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1118 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1118 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1122 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1122 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1125 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1126 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1130 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1132 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1133 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1134 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1135 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1136 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1138 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1138 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1140 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1142 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1143 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1145 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1147 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1149 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1150 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1152 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1153 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1154 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1156 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1157 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1159 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1160 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1161 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1161 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1162 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1169 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1172 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1173 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1174 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1176 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1177 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1178 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1178 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1181 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1182 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1183 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1184 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1185 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1186 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1187 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1188 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1189 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1190 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1191 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1191 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1192 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1194 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1195 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1197 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1198 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1199 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1203 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1204 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1206 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1206 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1207 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1207 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1208 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1209 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1210 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1210 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1212 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1214 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1215 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1217 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1219 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1221 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1222 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1223 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1224 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1225 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1227 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1227 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1229 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1231 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1232 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1233 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1234 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1235 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1236 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1238 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1241 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1242 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1244 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1245 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1247 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1248 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1248 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1249 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1249 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1250 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1251 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1252 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1255 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1256 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1257 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1258 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1259 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1260 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1260 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1261 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1262 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1263 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1264 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1265 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1266 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1266 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1269 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1270 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1270 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1271 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1271 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1272 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1272 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1273 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1273 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1274 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1275 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1276 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1277 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1277 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1278 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1278 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1279 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1279 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1280 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1280 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1281 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1282 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1283 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1283 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1284 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1286 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1286 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1287 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1287 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1288 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1290 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1291 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1292 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1292 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1293 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1294 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1295 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1296 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1296 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1298 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1299 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1299 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1301 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1302 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1303 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1304 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1305 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1307 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1308 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1309 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1309 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1310 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1311 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1312 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1313 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1313 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1314 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1315 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1316 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1317 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1319 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1321 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1321 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1322 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1323 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1324 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1325 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1325 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1326 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1327 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1327 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1328 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1329 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1329 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1330 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1331 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1332 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1334 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1336 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1339 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1340 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1340 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1341 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1341 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1343 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1344 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1345 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1346 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1347 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1347 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1348 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1349 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1349 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1350 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1351 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1352 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1353 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1353 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1354 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1354 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1355 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1355 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1356 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1356 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1357 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1358 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1359 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1360 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1361 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1362 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1362 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1363 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1363 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1364 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1365 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1365 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1366 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1366 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1367 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1368 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1369 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1370 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1370 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1371 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1371 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1372 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1373 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1374 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1375 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1376 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1377 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1377 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1378 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1378 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1379 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1379 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1380 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1380 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1381 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1381 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1382 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1383 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1383 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1384 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1385 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1387 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1388 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1389 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1389 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1390 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1391 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1391 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1392 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1393 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1395 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1396 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1397 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1397 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1398 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1399 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1399 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1400 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1401 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1402 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1403 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1404 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1404 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1405 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1405 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1406 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1407 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1408 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1408 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1409 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1409 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1410 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1411 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1412 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1412 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1413 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1414 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1417 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1418 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1418 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1419 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1420 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1422 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1423 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1424 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1425 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1426 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1427 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1428 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1428 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1429 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1429 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1430 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1430 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1431 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1432 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1433 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1433 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1434 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1434 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1435 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1435 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1436 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1437 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1438 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1439 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1439 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1440 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1440 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1441 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1443 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1444 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1445 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1445 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1446 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1447 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1447 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1448 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1448 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1449 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1449 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1450 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1451 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1451 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1452 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1452 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1453 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1454 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1455 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1456 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1457 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1457 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1458 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1458 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1459 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1459 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1460 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1461 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1461 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1462 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1463 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1463 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1464 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1464 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1465 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1466 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1467 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1468 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1469 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1470 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1470 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1471 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1471 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1472 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1473 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1474 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1474 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1475 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1475 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1476 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1477 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1478 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1479 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1480 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1481 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1482 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1482 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1483 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1484 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1484 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1485 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1486 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1487 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1488 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1489 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1490 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1491 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1491 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1492 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1492 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1493 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1493 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1494 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1495 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1496 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1496 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1497 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1497 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1498 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1499 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1500 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1501 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1502 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1503 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1503 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1504 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1505 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1506 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1508 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1509 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1510 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1510 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1511 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1512 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1512 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1513 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1514 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1514 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1516 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1517 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1517 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1518 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1519 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1520 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1521 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1522 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1522 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1523 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1523 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1524 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1524 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1526 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1526 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1527 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1527 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1528 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1528 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1529 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1530 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1531 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1532 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1533 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1534 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1534 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1535 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1535 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1536 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1536 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1537 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1538 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1539 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1540 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1540 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1541 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1541 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1542 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1543 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1544 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1545 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1546 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1546 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1547 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1548 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1549 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1550 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1551 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1552 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1554 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1554 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1555 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1556 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1557 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1558 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1558 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1559 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1559 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1560 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1560 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1561 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1562 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1562 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1563 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1563 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1564 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1564 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1565 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1565 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1566 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1566 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1567 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1568 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1569 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1570 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1571 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1572 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1572 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1573 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1573 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1574 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1574 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1575 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1575 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1576 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1576 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1577 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1578 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1579 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1580 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1580 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1581 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1581 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1582 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1582 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1583 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1584 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1584 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1585 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1585 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1586 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1586 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1587 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1587 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1588 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1589 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1590 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1591 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1592 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1593 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1594 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1595 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1596 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1597 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1598 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1599 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1599 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1600 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1601 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1601 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1602 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1602 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1603 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1603 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1604 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1604 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1605 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1605 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1606 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1606 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1607 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1607 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1608 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1609 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1610 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1611 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1612 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1612 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1613 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1613 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1614 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1615 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1615 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1616 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1616 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1617 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1617 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1618 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1618 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1619 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1620 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1621 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 1622 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1623 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1624 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1625 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1626 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1628 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1629 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1630 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1630 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1631 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1632 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1632 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1633 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1633 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1634 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1634 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1635 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1635 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1636 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1636 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1637 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1637 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1638 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1638 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1639 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1639 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1640 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1640 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1641 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1641 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1642 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1642 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1643 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1643 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1644 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1644 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1645 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1645 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1646 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1646 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1647 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1648 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1648 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1649 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1650 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1651 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1651 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1652 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1653 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1653 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1654 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1654 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1655 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1656 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1657 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1658 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1659 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1659 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1660 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1660 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1661 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1662 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1663 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1665 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1666 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1667 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1667 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1668 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1669 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1670 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1670 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1671 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1671 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1672 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1672 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1673 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1673 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1674 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1674 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1675 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1676 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1676 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1677 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1677 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1678 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1678 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1679 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1679 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1680 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1680 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1681 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1681 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1682 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1682 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1683 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1684 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1684 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1685 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1685 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1686 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1687 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1688 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1688 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1689 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1689 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1690 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1690 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1691 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1691 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1692 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1692 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1693 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1693 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1694 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1695 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1696 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1696 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1697 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1697 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1698 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1699 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1700 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1701 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1702 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1703 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1704 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1705 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1706 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1706 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1707 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1707 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1708 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1708 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1709 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1709 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1710 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1710 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1711 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1711 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1712 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1712 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1713 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1713 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1714 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1714 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1715 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1716 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1716 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 1717 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1718 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1718 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1719 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1719 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1720 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1720 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1721 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1721 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 1722 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1723 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1724 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1725 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1726 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1727 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1728 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1728 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1729 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1729 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1730 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1731 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1732 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1733 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1734 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1734 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1735 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1736 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1737 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1738 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1740 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1741 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1742 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1742 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1743 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1744 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1744 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1745 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1745 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1746 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1746 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1747 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1747 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1748 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1748 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1749 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1749 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1750 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1750 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1751 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1751 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1752 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1752 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1753 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1754 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1754 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 1755 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1756 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1756 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1757 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1757 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1758 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1759 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1759 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 1760 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1761 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1762 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1763 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1764 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1764 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1765 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1765 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1766 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1766 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1767 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1767 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1768 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1768 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1769 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1769 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1770 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1771 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1772 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1772 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1773 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1773 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1774 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1775 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1776 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1778 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1779 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1780 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1780 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1781 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1782 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1782 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1783 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1783 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1784 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1784 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1785 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1786 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1786 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1787 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1787 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1788 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1789 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1789 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1790 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1790 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1791 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1791 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1792 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1792 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1793 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1794 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1794 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1795 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1795 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 1796 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1797 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1798 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1799 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1800 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1800 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 1801 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1802 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1802 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1803 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1803 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1804 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1804 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1805 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1805 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1806 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1806 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 1807 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1808 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1809 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1810 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1810 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1811 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1811 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1812 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1812 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1813 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1814 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1814 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1815 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1815 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1816 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1816 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1817 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1817 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1818 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1818 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1819 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1820 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1821 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1822 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1822 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1823 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1823 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1824 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1824 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1825 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1826 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1826 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1827 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1827 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1828 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1828 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1829 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1829 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1830 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1830 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1831 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1832 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1833 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1834 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1834 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1835 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1835 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1836 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1836 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1837 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1838 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1838 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1839 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1839 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1840 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1840 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1841 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1841 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1842 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1842 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1843 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1844 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1845 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1846 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1846 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1847 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1847 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1848 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1848 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1849 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1850 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1850 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1851 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1851 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1852 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1852 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1853 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1853 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1854 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1854 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1855 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1856 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1857 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1858 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1859 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1859 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1860 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1860 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1861 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1861 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1862 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1862 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1863 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1863 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1864 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1864 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1865 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1866 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1867 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1868 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1868 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1869 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1869 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1870 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1870 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1871 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1872 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1872 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1873 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1873 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1874 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1874 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1875 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1875 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1876 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1876 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1877 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1878 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1879 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1879 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1880 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1880 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1881 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1882 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1883 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1884 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1885 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1886 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1887 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1887 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1888 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1889 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1890 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1890 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1891 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1891 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1892 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1892 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1893 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1894 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1895 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1896 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1897 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1897 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1898 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1898 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1899 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1899 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1900 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1901 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1902 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1903 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1904 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1904 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1905 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1905 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1906 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1906 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1907 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1908 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1909 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1910 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1911 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1911 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1912 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1912 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1913 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1913 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1914 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1915 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1916 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1917 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1918 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1918 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1919 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1919 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1920 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1920 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1921 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1922 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1923 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1924 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1925 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1925 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1926 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1927 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1927 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1928 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1929 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1930 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1931 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1932 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1932 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1933 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1933 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1934 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1934 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1935 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1936 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1937 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1938 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1939 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1940 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1941 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1941 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1942 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1942 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1943 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1943 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 1944 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1945 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1945 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1946 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1946 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1947 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1947 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1948 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1948 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1949 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1950 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1951 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1952 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1952 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1953 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1954 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1954 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1955 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1955 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1956 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1956 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1957 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 1958 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1959 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1960 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1961 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1962 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1963 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1963 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1964 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1964 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1965 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1966 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1967 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 1968 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1968 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 1969 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 1970 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1971 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1972 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1973 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1974 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1974 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1975 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1975 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1976 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1976 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1977 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1977 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1978 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1978 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1979 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1979 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1980 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1981 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1981 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1982 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1983 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1983 | |
| indentation | Indentation | 'while' have incorrect indentation level 4, expected level should be 8. | 1984 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1985 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1986 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1986 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1987 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 1987 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1988 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1988 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1989 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1989 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1990 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1991 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1991 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1992 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1993 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1993 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1994 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1994 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1995 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1995 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1996 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1996 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1997 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1998 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1998 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1999 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1999 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2000 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2000 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2001 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2001 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2002 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2002 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2003 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2004 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2004 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2005 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2005 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 2006 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2007 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2007 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2008 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2008 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2009 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2009 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2010 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2011 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2011 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2012 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2012 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2013 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2013 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 2014 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2015 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2015 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2016 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2017 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2017 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2018 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2018 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 2019 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2020 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2021 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2022 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2023 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2024 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2025 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2026 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2026 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2027 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 2028 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 8. | 2029 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2030 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2030 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2031 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2031 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2032 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2033 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2034 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2035 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2036 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2036 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 2037 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 2038 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2039 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 2039 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2040 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 2040 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2041 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2041 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2042 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2042 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2043 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2043 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2044 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2044 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 2045 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 2046 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2047 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2048 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2049 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2050 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2051 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2051 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2052 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2052 | |
| indentation | Indentation | 'while' have incorrect indentation level 4, expected level should be 8. | 2053 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 2054 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2055 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2055 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2056 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 2057 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 8. | 2058 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2059 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2060 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 17 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 16 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangStatementSourceImpl' import. | 20 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.stmt.parser.retest.SupportTestUtil.containsAttributes' import. | 13 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 17 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 15 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 16 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 14 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 16 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 17 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.sal.binding.yang.types.TypeProviderImpl. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException' import. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.stmt.parser.retest.SupportTestUtil.containsInterface' import. | 14 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.sal.binding.generator.impl.BindingGeneratorImpl' import. | 18 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 19 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 12. | 36 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 36 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javassist.CtClass' import. | 18 | |
| extension | LogMessageConcatenation | Log message contains string concatenation. | 69 | |
| extension | LogMessageConcatenation | Log message contains string concatenation. | 94 | |
| extension | LogMessageConcatenation | Log message contains string concatenation. | 127 | |
| extension | LogMessageConcatenation | Log message contains string concatenation. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Ignore. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | LoggerVariableName | Logger name should be LOG. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 54 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 55 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 55 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 56 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 57 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 58 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 61 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 64 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 66 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 66 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 70 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 73 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 74 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 76 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 77 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 78 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 79 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 80 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 81 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 83 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 84 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 87 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 92 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 95 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 96 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 96 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 97 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 99 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 99 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 100 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 102 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 103 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 104 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 104 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 105 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 106 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 107 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 109 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 114 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 115 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 116 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 117 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 118 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 131 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 138 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 146 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 151 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 153 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 153 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 154 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 157 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 158 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 159 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 173 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 185 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 185 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 186 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 186 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 187 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 187 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 188 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 189 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 191 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 192 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 194 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 194 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 195 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 197 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 198 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 199 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 199 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 200 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 201 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 202 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 202 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 203 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 204 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 205 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 209 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 212 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 218 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 219 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 220 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 237 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 238 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 238 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 239 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 241 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 242 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 244 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 245 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 246 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 247 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 247 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 254 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 255 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 256 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 258 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 259 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 259 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 260 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 260 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 261 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 261 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 262 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 263 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 263 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 264 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 267 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 268 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 268 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 269 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 270 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 271 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 272 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 273 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 276 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 288 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 289 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 289 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 290 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 291 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 291 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 292 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 292 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 293 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 294 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 295 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 295 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 296 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 298 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 299 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 300 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 301 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 302 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 302 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 303 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 303 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 304 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 305 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 305 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 306 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 306 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 307 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 307 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 308 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 309 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 310 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 311 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 312 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 322 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 323 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 323 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 324 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 325 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 327 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 328 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 329 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 329 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 330 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 331 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 332 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 333 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 334 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 334 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 335 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 336 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 336 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 337 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 337 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 338 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 339 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 340 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 341 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 342 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 352 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 352 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 353 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 354 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 357 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 357 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 358 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 359 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 359 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 368 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 369 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 369 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 371 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 372 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 373 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 377 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 378 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 378 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 379 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 379 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 380 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 380 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 381 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 382 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 383 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 383 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 385 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 385 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 392 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 397 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 397 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 398 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 398 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 399 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 400 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 401 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 401 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 402 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 403 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 409 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 410 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 410 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 411 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 412 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 415 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 415 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 416 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 417 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 420 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 421 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 424 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 424 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 425 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 426 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 426 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 427 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 428 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 429 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 430 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 431 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 432 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 433 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 438 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 438 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 439 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 442 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 444 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 444 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 451 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 453 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 453 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 454 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 457 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 459 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 459 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 460 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 463 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 463 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 464 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 464 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 465 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 465 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 466 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 467 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 467 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 468 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 468 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 469 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 470 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 471 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 478 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 479 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 479 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 480 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 481 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 484 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 486 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 486 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 487 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 488 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 490 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 491 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 492 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 493 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 494 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 495 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 498 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 498 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 499 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 501 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 502 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 502 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 505 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 508 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 509 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 509 | |
| indentation | Indentation | 'while' have incorrect indentation level 4, expected level should be 8. | 510 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 511 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 512 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 512 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 513 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 514 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 514 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 515 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 516 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 517 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 517 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 519 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 519 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 520 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 520 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 521 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 522 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 522 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 523 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 524 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 525 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 526 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 526 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 527 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 527 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 528 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 528 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 529 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 530 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 530 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 531 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 531 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 532 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 533 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 534 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 534 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 535 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 535 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 536 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 537 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 537 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 538 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 539 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 540 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 540 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 541 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 541 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 543 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 544 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 545 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 547 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 548 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 549 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 549 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 550 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 551 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 8. | 552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 553 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 554 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 554 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 555 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 557 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 558 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 559 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 559 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 560 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 561 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 561 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 562 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 562 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 563 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 564 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 564 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 565 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 565 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 566 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 566 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 567 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 567 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 568 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 568 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 569 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 569 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 570 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 570 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 571 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 572 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 572 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 573 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 573 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 574 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 574 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 575 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 575 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 576 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 576 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 577 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 577 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 578 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 578 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 579 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 579 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 580 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 580 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 581 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 581 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 582 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 582 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 583 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 583 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 584 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 584 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 585 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 586 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 587 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 588 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 589 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 589 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 590 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 590 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 591 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 592 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 593 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 593 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 594 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 595 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 595 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 596 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 596 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 597 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 597 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 598 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 598 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 599 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 600 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 600 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 601 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 602 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 602 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 603 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 603 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 604 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 604 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 605 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 606 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 607 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 607 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 608 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 608 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 609 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 609 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 610 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 611 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 611 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 612 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 612 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 613 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 613 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 614 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 615 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 615 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 616 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 616 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 617 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 617 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 618 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 618 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 619 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 620 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 621 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 622 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 622 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 623 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 623 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 624 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 624 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 625 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 626 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 626 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 627 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 627 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 628 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 628 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 629 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 629 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 630 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 630 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 631 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 631 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 632 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 632 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 633 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 633 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 634 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 635 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 635 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 636 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 637 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 638 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 638 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 639 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 639 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 640 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 640 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 641 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 641 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 642 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 642 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 643 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 643 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 644 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 645 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 646 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 646 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 647 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 648 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 648 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 649 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 649 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 650 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 651 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 652 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 653 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 653 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 654 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 654 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 655 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 656 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 657 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 662 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 663 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 663 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 664 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 666 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 667 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 668 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 671 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 672 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 673 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 674 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 678 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 683 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 684 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 684 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 685 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 686 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 686 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 687 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 687 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 688 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 690 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 690 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 691 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 692 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 693 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 694 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 695 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 695 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 696 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 697 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 697 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 698 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 698 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 699 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 700 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 700 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 701 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 701 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 702 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 702 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 703 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 704 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 705 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 706 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 707 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 709 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 710 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 711 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 711 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 712 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 713 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 713 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 714 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 714 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 715 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 716 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 717 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 718 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 719 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 719 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 720 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 720 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 721 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 722 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 723 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 724 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 726 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 727 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 728 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 728 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 729 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 730 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 730 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 731 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 741 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 741 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 742 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 743 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 743 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 744 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 745 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 746 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 746 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 747 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 747 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 748 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 748 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 749 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 749 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 750 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 750 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 751 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 751 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 752 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 752 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 753 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 753 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 754 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 754 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 755 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 756 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 756 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 757 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 758 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 759 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 759 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 760 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 761 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 761 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 762 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 762 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 763 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 763 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 764 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 764 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 765 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 765 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 766 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 766 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 767 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 767 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 768 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 768 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 769 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 769 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 770 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 770 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 771 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 771 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 772 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 772 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 773 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 774 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 775 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 111 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 130 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 134 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 136 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 136 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 137 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 140 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 143 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 143 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 145 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 146 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 147 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 148 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 150 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 150 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 151 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 153 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 154 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 155 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 156 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 156 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 157 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 157 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 158 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 158 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 160 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 160 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 161 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 162 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 163 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 163 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 165 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 166 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 167 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 168 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 169 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 170 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 171 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 172 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 173 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 174 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 177 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 178 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 179 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 180 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 181 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 181 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 182 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 183 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 185 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 186 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 196 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 205 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 210 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 211 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 222 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 226 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 228 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 230 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 240 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 241 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 243 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 244 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 245 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 245 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 246 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 247 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 249 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 250 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 252 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 253 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 254 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 254 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 255 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 255 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 256 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 258 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 259 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 260 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 261 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 276 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 282 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 284 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 284 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 285 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 285 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 286 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 287 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 288 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 289 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 290 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 291 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 291 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 292 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 292 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 293 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 294 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 295 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 296 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 297 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 298 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 299 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 299 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 300 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 301 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 302 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 303 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 304 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 305 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 305 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 306 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 307 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 307 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 308 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 309 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 310 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 311 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 311 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 312 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 312 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 313 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 314 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 314 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 315 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 315 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 316 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 317 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 317 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 318 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 318 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 319 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 319 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 320 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 321 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 322 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 322 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 323 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 323 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 324 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 334 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 336 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 336 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 337 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 340 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 340 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 341 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 341 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 343 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 344 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 346 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 347 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 347 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 348 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 348 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 349 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 349 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 350 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 350 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 351 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 351 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 352 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 352 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 353 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 353 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 354 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 354 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 357 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 358 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 358 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 359 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 367 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 368 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 368 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 369 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 369 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 372 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 373 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 373 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 377 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 378 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 378 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 379 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 379 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 380 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 380 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 381 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 381 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 385 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 385 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 386 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 386 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 390 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 390 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 392 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 397 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 398 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 399 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 399 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 400 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 401 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 401 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 402 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 403 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 405 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 406 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 406 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 407 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 408 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 408 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 409 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 410 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 410 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 411 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 412 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 412 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 415 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 415 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 416 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 417 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 418 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 418 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 419 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 420 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 421 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 424 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 425 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 425 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 426 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 426 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 427 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 428 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 429 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 430 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 431 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 431 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 433 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 438 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 438 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 439 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 439 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 440 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 440 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 441 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 441 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 442 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 442 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 444 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 457 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 459 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 459 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 467 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 469 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 470 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 471 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 478 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 478 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 479 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 480 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 481 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 482 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 483 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 484 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 485 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 485 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 486 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 487 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 488 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 488 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 489 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 490 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 491 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 492 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 493 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 494 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 495 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 505 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 506 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 508 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 509 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 509 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 510 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 510 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 511 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 512 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 512 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 513 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 513 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 514 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 514 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 515 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 516 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 517 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 517 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 519 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 520 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 521 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 522 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 522 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 523 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 524 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 525 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 526 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 526 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 527 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 528 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 529 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 530 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 530 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 531 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 532 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 532 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 533 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 534 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 535 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 536 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 537 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 538 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 539 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 542 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 543 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 543 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 544 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 545 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 545 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 547 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 548 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 549 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 550 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 552 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 553 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 554 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 555 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 555 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 556 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 557 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 558 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 558 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 559 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 560 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 560 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 561 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 561 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 562 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 562 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 563 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 563 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 564 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 564 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 565 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 566 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 567 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 568 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 568 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 569 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 570 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 570 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 571 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 572 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 572 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 573 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 574 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 575 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 576 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 577 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 579 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 583 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 585 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 586 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 586 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 587 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 588 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 589 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 590 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 591 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 592 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 593 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 593 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 594 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 595 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 596 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 596 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 597 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 598 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 598 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 599 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 600 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 600 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 601 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 602 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 602 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 603 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 603 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 604 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 604 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 605 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 606 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 607 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 607 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 608 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 608 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 609 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 609 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 610 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 611 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 612 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 612 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 28. | 613 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 614 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 615 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 615 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 616 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 616 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 617 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 617 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 28. | 618 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 619 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 620 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 621 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 622 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 622 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 623 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 624 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 624 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 625 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 625 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 626 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 626 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 627 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 627 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 628 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 628 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 629 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 629 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 630 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 630 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 631 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 631 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 632 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 632 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 633 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 633 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 634 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 635 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 635 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 636 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 636 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 637 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 638 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 638 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 639 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 639 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 640 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 640 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 641 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 641 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 642 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 642 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 643 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 643 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 644 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 645 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 646 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 647 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 648 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 651 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 652 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 654 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 654 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 655 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 656 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 657 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 661 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 662 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 662 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 664 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 664 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 665 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 665 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 666 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 666 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 667 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 667 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 668 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 668 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 670 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 671 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 672 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 672 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 673 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 673 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 674 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 677 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 677 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 678 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 678 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 679 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 679 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 680 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 680 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 681 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 682 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 683 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 684 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 684 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 685 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 685 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 686 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 692 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 693 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 693 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 694 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 694 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 695 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 696 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 696 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 697 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 698 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 699 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 700 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 700 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 701 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 701 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 702 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 702 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 703 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 704 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 705 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 706 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 707 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 708 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 709 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 712 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 713 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 713 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 714 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 715 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 715 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 716 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 717 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 718 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 719 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 719 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 720 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 720 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 721 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 721 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 722 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 723 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 724 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 727 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 728 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 728 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 729 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 729 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 730 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 731 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 741 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 742 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 743 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 746 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 747 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 747 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 748 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 749 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 749 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 750 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 751 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 752 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 753 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 754 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 755 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 756 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 756 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 757 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 758 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 759 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 759 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 760 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 761 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 761 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 762 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 762 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 763 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 763 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 764 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 764 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 765 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 765 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 766 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 766 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 767 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 767 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 768 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 768 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 769 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 769 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 770 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 770 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 771 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 771 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 772 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 773 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 774 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 775 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 776 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 778 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 779 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 780 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 780 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 781 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 781 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 782 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 783 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 783 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 784 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 785 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 786 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 787 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 787 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 788 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 788 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 789 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 789 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 790 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 791 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 792 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 793 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 793 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 794 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 795 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 796 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 797 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 798 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 799 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 800 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 800 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 801 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 801 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 802 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 803 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 804 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 805 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 806 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 807 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 808 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 808 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 809 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 809 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 810 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 811 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 812 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 812 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 813 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 814 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 815 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 816 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 816 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 817 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 817 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 818 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 818 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 819 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 820 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 821 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 822 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 822 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 823 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 824 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 824 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 825 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 825 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 826 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 827 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 828 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 829 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 830 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 832 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 833 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 833 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 834 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 835 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 835 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 836 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 836 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 837 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 838 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 839 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 840 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 843 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 847 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 848 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 848 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 849 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 850 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 851 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 852 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 853 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 853 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 854 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 855 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 856 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 856 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 857 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 858 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 859 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 859 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 860 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 860 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 861 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 861 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 862 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 862 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 863 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 863 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 864 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 864 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 865 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 865 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 866 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 866 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 867 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 867 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 868 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 869 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 870 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 871 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 872 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 874 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 875 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 876 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 877 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 878 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 878 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 879 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 880 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 881 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 882 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 882 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 883 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 884 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 885 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 885 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 886 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 886 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 887 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 887 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 888 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 888 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 889 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 889 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 890 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 890 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 891 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 891 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 892 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 892 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 893 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 893 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 894 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 894 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 895 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 895 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 896 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 896 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 897 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 897 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 898 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 898 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 899 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 899 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 900 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 900 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 901 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 901 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 902 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 902 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 903 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 903 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 904 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 904 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 905 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 905 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 906 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 907 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 908 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 909 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 913 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 916 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 917 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 917 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 918 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 919 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 919 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 920 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 921 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 922 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 923 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 924 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 924 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 925 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 926 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 927 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 927 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 928 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 928 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 929 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 929 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 930 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 930 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 931 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 931 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 932 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 933 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 933 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 934 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 934 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 935 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 935 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 936 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 937 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 938 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 939 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 939 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 940 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 941 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 942 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 943 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 944 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 944 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 945 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 945 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 946 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 946 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 947 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 948 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 948 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 949 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 949 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 950 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 32. | 950 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 951 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 952 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 952 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 953 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 953 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 954 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 954 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 955 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 955 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 956 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 956 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 957 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 957 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 958 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 958 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 959 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 959 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 960 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 961 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 962 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 963 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 963 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 964 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 964 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 965 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 965 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 966 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 967 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 967 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 968 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 968 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 969 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 969 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 970 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 970 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 971 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 971 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 972 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 972 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 973 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 973 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 974 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 974 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 975 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 975 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 976 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 977 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 978 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 979 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 980 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 980 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 981 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 981 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 982 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 982 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 983 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 983 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 984 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 984 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 985 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 985 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 986 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 986 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 987 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 987 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 988 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 988 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 989 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 989 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 990 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 991 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 991 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 992 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 992 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 993 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 993 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 994 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 995 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 995 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 996 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 996 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 997 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 997 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 998 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 999 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1000 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1001 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1001 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1002 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 1003 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1004 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1005 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1006 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1006 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1007 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1007 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1008 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1009 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1010 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1011 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1011 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1012 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1012 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1013 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1013 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1014 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1014 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 32. | 1015 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 1016 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 32. | 1017 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 1018 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1018 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 1019 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1019 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 1020 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1020 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 1021 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 32. | 1022 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1023 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1024 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1025 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1026 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1026 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1027 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1027 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 1028 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 1029 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1029 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 1030 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1030 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 1031 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1031 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 1032 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1033 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1033 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1034 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 1034 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1035 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 20, expected level should be 40. | 1035 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1036 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1036 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 20, expected level should be 40. | 1037 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 1038 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 1038 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 1039 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1040 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1040 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1041 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1041 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1042 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1042 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1043 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1043 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1044 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1044 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1045 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1045 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 1046 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1047 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1047 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1048 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1048 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1049 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1049 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1050 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1050 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1051 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1051 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1052 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1052 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 1053 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 20, expected level should be 40. | 1054 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 1055 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 1056 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 1057 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 1058 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1058 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 1059 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1059 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 1060 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 1060 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 1061 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 20, expected level should be 40. | 1062 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 1063 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 1063 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 1064 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1065 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1065 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1066 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1066 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1067 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1067 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1068 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1068 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1069 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1069 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 1070 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1070 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 1071 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1072 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1072 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1073 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1073 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1074 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1074 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1075 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 1075 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1076 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1076 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 1077 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 1077 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 1078 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 20, expected level should be 40. | 1079 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 1080 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 1081 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1082 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1082 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1083 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1083 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1084 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1085 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1086 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1087 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1088 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1088 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1090 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1090 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1092 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1092 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1097 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1097 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1098 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1098 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1099 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1100 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1102 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1102 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1105 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1106 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1106 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1109 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1111 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1113 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1114 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1115 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1118 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1121 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1122 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1122 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1129 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1130 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1131 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1132 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1136 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1137 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1138 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1145 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1148 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1150 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1150 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1151 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1156 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1157 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1158 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1159 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1160 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1160 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1161 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1162 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1162 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1164 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1176 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1177 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1179 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1180 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1181 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1183 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1183 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1184 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1185 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1186 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1186 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1187 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1187 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1188 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1189 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1191 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1192 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1193 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1194 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1195 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1196 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1197 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1198 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1199 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1204 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1205 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1206 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1207 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1208 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1208 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1209 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1210 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1210 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1212 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1213 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1214 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1216 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1219 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1220 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1220 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1221 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1222 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1223 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1223 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1224 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1225 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1226 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1227 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1228 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1230 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1231 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1233 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1234 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1235 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1235 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1236 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1238 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1238 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1239 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1240 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1241 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1243 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1244 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1245 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1246 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1247 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1247 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1248 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1252 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1253 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1255 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1256 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1256 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1258 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1258 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1260 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1260 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1262 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1263 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1264 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1265 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1266 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1268 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1268 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1269 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1270 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 1270 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1271 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1272 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1273 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 1273 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 16. | 1274 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 1276 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 1276 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 1277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 1277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 1278 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 16. | 1279 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1281 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1282 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1283 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1284 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1285 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1286 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1286 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1287 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1288 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1289 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1290 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1291 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1291 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1292 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1292 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1293 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1293 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1294 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1294 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1295 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1295 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1296 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1296 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1297 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1298 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1298 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1299 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1299 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1300 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1300 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1301 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1301 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1302 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1302 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1303 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1303 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1304 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1305 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1305 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1306 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 1307 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 1308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 1309 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 1310 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 1310 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 1311 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1312 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1313 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1313 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1314 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1315 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1315 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1316 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1317 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1318 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1318 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1319 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1320 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1321 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1322 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1322 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1323 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1323 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1324 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1325 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1326 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1327 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1328 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1329 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1329 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1330 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1330 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1331 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1331 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1332 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1333 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1333 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1334 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1334 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1335 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1335 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1336 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1336 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1337 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1338 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1339 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1339 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1340 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1341 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1341 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1342 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1343 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1343 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1344 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1345 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1346 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1347 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1348 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1348 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1349 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1349 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1350 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1352 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1353 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1353 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1354 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1354 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1355 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1356 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1357 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1358 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1359 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1360 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1361 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1362 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1362 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1363 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1364 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1365 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1366 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1367 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1368 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1369 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1369 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1370 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1371 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1372 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1373 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1374 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1375 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1376 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1377 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1378 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1379 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1379 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1380 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1381 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1382 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1383 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1383 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1384 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1384 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1385 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1385 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1386 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1386 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1387 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1388 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1389 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1390 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1390 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1391 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1391 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1392 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1393 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1395 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1396 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1397 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1398 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1398 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1399 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1399 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1400 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1401 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1401 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1402 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1403 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1404 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1405 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1406 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1407 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1408 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1408 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1409 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1410 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1411 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1412 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1412 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1413 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1414 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1414 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1415 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1415 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1416 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1416 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1417 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1418 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1418 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1419 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1419 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1420 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1421 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1422 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1423 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1424 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1425 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1425 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1426 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1426 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1427 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1428 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1429 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1430 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1431 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1432 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1433 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1433 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1434 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1434 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1435 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1435 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1436 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1436 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1437 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1438 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1438 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1439 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1439 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1440 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1440 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1441 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1441 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1442 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1442 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1443 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1443 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1444 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1445 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1446 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1446 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1447 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1447 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1448 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1449 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1450 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1451 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1451 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1452 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1453 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1454 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1455 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1456 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1456 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1457 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1457 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1458 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1458 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1459 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1459 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1460 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1460 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1461 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1461 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1462 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1463 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1464 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1464 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1465 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1466 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1466 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1467 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1467 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1468 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1468 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1469 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1469 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1470 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1471 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1472 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1473 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1474 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1475 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1476 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1477 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1477 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1478 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1479 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1479 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1480 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1480 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1481 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1481 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1482 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1482 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1483 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1484 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1484 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1485 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1486 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1487 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1488 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1488 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1489 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1489 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1490 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1490 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1491 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1492 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1493 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1494 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1495 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1496 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1496 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1497 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1497 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1498 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1499 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1500 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1500 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1501 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1501 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1502 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1502 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1503 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1504 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1504 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1505 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1505 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1506 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1506 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1507 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1507 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1508 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1508 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1509 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1509 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1510 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1510 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1511 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1511 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1512 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1512 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1513 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1513 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1514 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1514 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1515 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1516 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1517 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1518 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1519 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1519 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1520 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1521 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1521 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1522 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1523 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1524 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1525 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1525 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1526 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1526 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1527 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1527 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1528 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1528 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1529 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1529 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1530 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1531 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1531 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1532 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1532 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1533 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1534 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1535 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1535 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1536 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1536 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1537 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1537 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1538 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1538 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1539 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1539 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1540 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1540 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1541 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1541 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1542 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1543 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1543 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1544 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1545 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1545 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1546 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1546 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1547 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1547 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1548 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1548 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1549 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1549 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1550 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1551 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1551 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1552 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1552 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1553 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1554 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1554 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1555 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1556 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1556 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1557 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1558 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1558 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1559 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1560 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1560 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1561 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1561 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1562 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1562 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 1563 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1564 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1565 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1566 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1567 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1567 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1568 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1568 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1569 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1570 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1571 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1572 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1573 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1573 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 1574 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1575 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1575 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1576 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1577 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1578 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 1579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1580 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1582 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1583 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1584 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1584 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 1585 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1586 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1586 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1587 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1587 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1588 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1589 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1590 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 1591 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1592 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1594 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1595 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1596 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1596 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 1597 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1598 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1598 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1599 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1599 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1600 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1601 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1602 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 1603 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1604 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1604 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1605 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 1606 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1607 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1612 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1615 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1616 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1616 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1617 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1618 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1618 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1619 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1619 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1620 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1621 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1622 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1622 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1623 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 1624 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 1625 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 1626 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 1627 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 1627 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 1628 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1629 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1630 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1631 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1631 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1632 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1633 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1634 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1635 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1635 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1636 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1636 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1637 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1638 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1639 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1640 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1641 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1642 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1643 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1643 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1644 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1645 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1645 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1646 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1646 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1647 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1648 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1649 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1650 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1650 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1651 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1652 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1653 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1653 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1654 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1654 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1655 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1655 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1656 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1656 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1657 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1658 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1659 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1659 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1660 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1660 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1661 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1661 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1662 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1662 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1663 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1663 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1664 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1664 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1665 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1665 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1666 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1666 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1667 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1667 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1668 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1668 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1669 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1669 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1670 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1670 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1671 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1671 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1672 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1672 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1673 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1673 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1674 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1675 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1676 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1676 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1677 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1677 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1678 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1678 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1679 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1679 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1680 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1680 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1681 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1682 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1683 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1684 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1685 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1686 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1688 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1691 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1694 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1695 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1695 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1696 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1697 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1697 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1698 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1698 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1699 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1699 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1700 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1701 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1702 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1703 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1703 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1704 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1705 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1706 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1707 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1707 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1708 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1708 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1709 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1709 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1710 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1710 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1711 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1711 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1712 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1712 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1713 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1713 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1714 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1714 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1715 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1715 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1716 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1716 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1717 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1717 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1718 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1718 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1719 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1719 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1720 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1720 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1721 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1721 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1722 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1722 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1723 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1723 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1724 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1724 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1725 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1725 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1726 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1727 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1728 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1728 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1729 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1729 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1730 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1731 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1732 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1733 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1734 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1735 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1735 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1736 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1736 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1737 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1737 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1740 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1741 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1741 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1742 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1743 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1743 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1744 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1745 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1746 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1746 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1747 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1747 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1748 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1749 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1749 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1750 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1750 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1751 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1751 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1752 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1752 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1753 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1753 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1754 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1754 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1755 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1756 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1756 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1757 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1758 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1759 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1760 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1761 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1762 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1763 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1763 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1764 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1765 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1765 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1766 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1766 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1767 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1767 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1768 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1768 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1769 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1769 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1770 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1770 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1771 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1771 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1772 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1772 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1773 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1773 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1774 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1775 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1776 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1776 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1777 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1777 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1778 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1778 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1779 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1779 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1780 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1780 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1781 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1781 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1782 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1782 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1783 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1783 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1784 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1784 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1785 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1786 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1786 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1787 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1787 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1788 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1789 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1790 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1791 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1792 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1795 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1798 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1799 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1799 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1800 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1801 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1801 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1802 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1802 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1803 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1803 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1804 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1805 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1806 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1807 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1807 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1808 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1809 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1810 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1811 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1811 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1812 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1812 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1813 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1813 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1814 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1814 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1815 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1815 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1816 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1816 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1817 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1817 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1818 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1818 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1819 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1819 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1820 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1820 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1821 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1821 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1822 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1822 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1823 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1823 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1824 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1824 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1825 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1825 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1826 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1826 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1827 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1827 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1828 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1828 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1829 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1829 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1830 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1830 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1831 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1831 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1832 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1832 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1833 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1833 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1834 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1834 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1835 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1835 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1836 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1836 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1837 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1837 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1838 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1838 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1839 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1839 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1840 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1840 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1841 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1841 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1842 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1842 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1843 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1843 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1844 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1844 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1845 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1845 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1846 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1846 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1847 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1847 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1848 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1848 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1849 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1849 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1850 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1850 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1851 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1851 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1852 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1852 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1853 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1853 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1854 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1854 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1855 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1855 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1856 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1856 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1857 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1857 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1858 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1858 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1859 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1859 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1860 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1860 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1861 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1861 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1862 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1863 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1864 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1864 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1865 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 1865 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1866 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1866 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1867 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1868 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1868 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1869 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1869 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1870 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1870 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1871 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1872 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1872 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1873 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1873 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1874 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1874 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1875 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1875 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1876 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1876 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1877 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1877 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1878 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1878 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1879 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1879 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1880 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1880 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1881 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1881 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1882 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1882 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1883 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1884 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1884 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1885 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1885 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1886 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1886 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1887 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1887 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1888 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1888 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1889 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1889 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1890 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1890 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1891 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1891 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1892 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1892 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1893 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1893 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1894 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1894 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1895 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1896 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1897 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1897 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1898 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1898 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1899 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1899 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1900 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1900 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1901 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1901 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1902 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1902 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1903 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1903 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1904 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1905 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1906 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1907 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1907 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1908 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1909 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1909 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1910 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1910 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1911 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1911 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1912 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1912 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1913 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1913 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1914 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1914 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1915 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1915 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1916 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1916 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1917 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1917 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1918 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1918 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1919 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1919 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1920 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1920 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1921 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1921 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1922 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1922 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1923 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1923 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1924 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1924 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1925 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1925 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1926 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1927 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1927 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1928 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1928 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1929 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 1929 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1930 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1930 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1931 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1931 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1932 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1932 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1933 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1933 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1934 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1934 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1935 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1935 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1936 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1936 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1937 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1937 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1938 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1938 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1939 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1939 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1940 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1940 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1941 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1941 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1942 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1942 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1943 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1943 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1944 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1944 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1945 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1945 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1946 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1946 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1947 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1947 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1948 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1948 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1949 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1949 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1950 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1950 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1951 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1952 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1952 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1953 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1953 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1954 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1954 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1955 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1955 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1956 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1956 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1957 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1957 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1958 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1958 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1959 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1959 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1960 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1960 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1961 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1961 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1962 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1962 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1963 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1963 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1964 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1964 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1965 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1965 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1966 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1966 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1967 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1967 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1968 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1968 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1969 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1969 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1970 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1970 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1971 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1971 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1972 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1972 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1973 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1973 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1974 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1974 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1975 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1975 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1976 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1976 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1977 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1977 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1978 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1978 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1979 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1979 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1980 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1980 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1981 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1981 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1982 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1982 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1983 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1983 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1984 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1984 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1985 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1985 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1986 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1986 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1987 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1987 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1988 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1988 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1989 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1989 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1990 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1990 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1991 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1991 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1992 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1992 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1993 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1993 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1994 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1994 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1995 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1995 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1996 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1996 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1997 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1997 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1998 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1998 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1999 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1999 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2000 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2000 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2001 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2001 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2002 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2002 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2003 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2003 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2004 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2004 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2005 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2005 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2006 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2006 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2007 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2007 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2008 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2008 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2009 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2009 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2010 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2010 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2011 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2011 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2012 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2012 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2013 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2014 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2015 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2015 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2016 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2016 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2017 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2017 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2018 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2018 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2019 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2019 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2020 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2021 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2022 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2024 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2025 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2027 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2027 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2028 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2029 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2030 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2030 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2031 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2031 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2032 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2032 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2033 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2033 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2034 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2034 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2035 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2035 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2036 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2036 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2037 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2037 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2038 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2038 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2039 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2039 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2040 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2040 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2041 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2041 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2042 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2042 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2043 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2043 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2044 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2044 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2045 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2045 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2046 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2046 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2047 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2047 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2048 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2048 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2049 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2049 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2050 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2050 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2051 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2051 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2052 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2053 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2054 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2054 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2055 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2055 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2056 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2056 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2057 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2057 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2058 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2058 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2059 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2059 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2060 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2060 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2061 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2061 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2062 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2062 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2063 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2063 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2064 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2064 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2065 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2065 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2066 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2066 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2067 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2067 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2068 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2068 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2069 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2069 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2070 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2070 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2071 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2071 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2072 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2072 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2073 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2073 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2074 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2074 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2075 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2075 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2076 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2076 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2077 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2077 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2078 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2078 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2079 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2079 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2080 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2080 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2081 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2081 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2082 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2082 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2083 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2083 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2084 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2084 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2085 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2085 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2086 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2086 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 2087 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2088 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2088 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2089 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2089 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2090 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2090 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 2091 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2092 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2092 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2093 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2093 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2094 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2094 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2095 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 2095 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2096 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2096 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2097 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2097 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2098 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 2098 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2099 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2099 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 2102 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2103 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2104 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2105 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2106 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 2106 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2107 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2108 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 2109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2109 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 2110 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 2111 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2112 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2113 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2114 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2115 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2116 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2117 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 2119 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2119 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 2120 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2122 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2122 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2129 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2130 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2136 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2137 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2138 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2140 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2146 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2148 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2149 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2150 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2157 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2159 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2161 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2164 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2167 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2170 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2173 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2175 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2176 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2180 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2182 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2183 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2185 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2191 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2195 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2197 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2198 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2200 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2201 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2202 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2203 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2204 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2204 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2205 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2206 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2207 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2208 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2209 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2210 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 85 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 12. | 101 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 103 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 103 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 105 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 12. | 106 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 121 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 121 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 122 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 122 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 123 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 123 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 124 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 127 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 128 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 129 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 129 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 133 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 157 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 191 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 192 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 192 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 193 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 194 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 195 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 196 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 196 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 197 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 197 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 199 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 200 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 201 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 202 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 203 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 204 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 205 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 206 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 207 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 209 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 209 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 210 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 210 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 211 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 212 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 214 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 214 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 215 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 215 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 217 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 218 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 219 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 220 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 226 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 231 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 232 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 232 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 233 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 234 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 234 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 235 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 236 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 237 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 238 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 239 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 239 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 240 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 241 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 241 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 242 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 242 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 243 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 244 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 244 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 246 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 247 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 249 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 250 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 250 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 251 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 252 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 253 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 254 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 255 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 257 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 259 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 260 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 260 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 262 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 263 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 264 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 265 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 266 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 268 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 268 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 269 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 270 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 271 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 272 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 273 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 275 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 276 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 284 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 284 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 285 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 285 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 286 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 286 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 287 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 288 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 289 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 290 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 290 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 291 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 291 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 292 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 292 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 293 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 302 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 303 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 303 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 304 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 305 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 305 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 306 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 307 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 307 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 308 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 308 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 309 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 309 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 310 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 311 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 311 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 313 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 314 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 315 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 316 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 317 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 317 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 319 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 319 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 320 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 321 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 322 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 322 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 323 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 330 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 338 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 340 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 341 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 341 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 342 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 342 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 343 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 345 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 345 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 346 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 347 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 348 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 349 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 350 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 350 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 351 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 352 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 353 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 354 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 32. | 354 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 355 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 356 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 356 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 357 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 358 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 358 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 359 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 360 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 361 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 362 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 363 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 364 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 369 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 372 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 373 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 374 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 374 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 375 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 377 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 378 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 378 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 379 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 379 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 380 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 380 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 381 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 384 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 385 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 385 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 387 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 388 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 389 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 390 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 392 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 393 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 394 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 394 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 397 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 398 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 398 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 399 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 399 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 400 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 401 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 402 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 403 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 403 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 404 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 405 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 406 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 407 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 408 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 411 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 412 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 412 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 414 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 415 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 417 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 417 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 418 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 419 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 420 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 421 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 422 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 423 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 424 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 425 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 426 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 427 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 428 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 428 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 429 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 429 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 430 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 431 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 432 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 433 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 434 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 435 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 435 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 436 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 436 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 437 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 437 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 438 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 439 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 440 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 441 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 441 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 442 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 442 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 443 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 444 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 445 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 446 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 457 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 457 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 458 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 458 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 459 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 460 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 460 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 461 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 461 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 462 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 463 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 464 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 464 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 465 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 466 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 469 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 470 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 471 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 471 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 472 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 472 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 473 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 473 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 474 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 474 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 475 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 476 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 477 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 479 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 479 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 480 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 481 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 481 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 482 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 482 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 483 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 483 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 484 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 484 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 485 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 486 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 487 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 488 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 488 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 489 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 489 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 490 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 491 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 492 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 493 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 494 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 495 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 495 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 496 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 496 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 497 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 498 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 499 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 500 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 501 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 502 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 502 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 503 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 504 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 504 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 505 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 506 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 507 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 508 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 508 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 509 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 509 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 510 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 510 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 511 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 511 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 512 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 512 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 513 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 513 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 514 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 514 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 515 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 516 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 517 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 518 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 518 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 519 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 519 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 520 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 520 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 522 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 523 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 524 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 524 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 525 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 526 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 527 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 528 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 528 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 529 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 530 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 531 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 531 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 532 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 532 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 533 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 534 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 535 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 535 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 536 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 536 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 537 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 537 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 538 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 539 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 540 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 540 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 541 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 541 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 542 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 543 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 544 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 545 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 546 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 547 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 548 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 549 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 549 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 550 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 551 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 552 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 553 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 553 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 554 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 554 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 555 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 555 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 556 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 557 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 558 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 558 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 559 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 559 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 560 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 560 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 561 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 561 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 562 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 563 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 564 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 565 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 565 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 566 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 566 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 567 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 568 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 569 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 570 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 571 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 572 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 572 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 573 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 573 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 574 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 575 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 576 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 577 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 578 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 579 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 579 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 580 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 580 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 581 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 581 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 582 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 583 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 584 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 585 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 586 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 586 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 587 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 587 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 588 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 589 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 589 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 590 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 590 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 591 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 592 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 593 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 593 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 594 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 595 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 595 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 596 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 596 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 597 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 597 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 598 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 598 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 599 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 600 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 600 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 601 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 602 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 602 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 603 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 603 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 604 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 604 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 605 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 606 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 607 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 608 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 609 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 610 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 611 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 611 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 612 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 612 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 613 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 613 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 614 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 615 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 615 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 616 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 616 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 617 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 617 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 618 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 618 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 619 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 620 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 621 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 622 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 623 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 624 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 624 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 625 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 625 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 626 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 629 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 630 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 630 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 631 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 632 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 633 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 633 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 634 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 635 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 636 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 636 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 637 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 638 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 638 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 639 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 639 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 640 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 640 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 641 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 642 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 643 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 644 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 645 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 645 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 646 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 649 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 650 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 650 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 651 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 651 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 652 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 654 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 654 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 655 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 655 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 656 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 656 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 657 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 657 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 661 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 661 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 662 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 662 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 663 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 666 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 667 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 667 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 668 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 668 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 671 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 671 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 672 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 672 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 673 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 677 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 677 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 678 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 678 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 679 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 679 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 680 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 680 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 681 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 682 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 683 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 684 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 684 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 685 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 685 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 686 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 686 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 687 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 687 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 688 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 688 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 689 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 689 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 690 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 690 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 691 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 691 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 692 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 692 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 693 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 694 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 695 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 695 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 696 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 696 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 697 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 697 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 698 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 698 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 699 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 700 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 700 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 701 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 702 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 703 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 703 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 705 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 706 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 707 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 708 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 709 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 710 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 711 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 712 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 713 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 716 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 717 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 717 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 718 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 718 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 719 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 719 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 720 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 721 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 722 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 723 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 723 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 724 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 724 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 725 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 725 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 726 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 726 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 727 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 728 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 729 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 730 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 730 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 731 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 731 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 732 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 732 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 733 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 734 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 735 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 736 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 736 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 737 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 737 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 738 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 739 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 740 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 741 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 741 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 742 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 742 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 743 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 743 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 745 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 746 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 746 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 747 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 747 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 748 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 748 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 749 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 749 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 750 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 751 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 752 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 753 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 753 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 754 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 754 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 755 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 755 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 756 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 757 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 758 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 758 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 759 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 759 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 760 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 760 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 761 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 761 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 762 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 763 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 764 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 764 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 765 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 765 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 766 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 766 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 767 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 768 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 769 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 770 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 771 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 772 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 773 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 774 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 775 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 775 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 776 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 776 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 777 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 777 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 778 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 778 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 779 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 779 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 780 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 780 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 781 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 781 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 782 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 782 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 783 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 783 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 784 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 784 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 785 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 786 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 786 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 787 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 787 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 788 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 789 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 789 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 790 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 790 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 791 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 791 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 792 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 792 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 793 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 793 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 794 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 794 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 795 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 795 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 796 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 796 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 797 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 797 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 798 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 799 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 799 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 800 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 800 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 801 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 802 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 802 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 803 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 803 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 804 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 804 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 805 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 806 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 807 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 808 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 809 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 809 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 810 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 810 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 811 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 811 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 812 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 812 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 813 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 813 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 814 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 814 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 815 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 815 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 816 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 816 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 817 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 817 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 818 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 819 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 820 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 820 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 821 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 821 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 822 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 823 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 824 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 825 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 826 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 826 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 827 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 827 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 828 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 828 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 829 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 829 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 830 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 830 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 831 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 831 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 832 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 832 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 833 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 833 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 834 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 834 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 835 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 835 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 836 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 836 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 837 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 837 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 838 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 838 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 839 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 839 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 840 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 840 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 841 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 841 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 842 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 842 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 843 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 843 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 844 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 844 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 845 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 845 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 846 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 846 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 847 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 847 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 848 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 848 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 849 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 849 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 850 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 850 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 851 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 851 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 852 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 852 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 853 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 853 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 854 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 854 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 855 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 855 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 856 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 856 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 857 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 857 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 858 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 859 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 860 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 861 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 862 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 862 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 863 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 864 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 864 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 865 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 865 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 866 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 866 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 867 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 868 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 869 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 870 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 870 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 871 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 871 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 872 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 873 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 874 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 875 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 876 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 877 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 877 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 878 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 878 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 879 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 880 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 881 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 882 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 882 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 883 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 883 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 884 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 885 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 885 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 886 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 886 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 887 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 887 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 888 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 888 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 889 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 890 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 890 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 891 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 891 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 892 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 892 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 893 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 893 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 894 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 894 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 895 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 896 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 896 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 897 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 897 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 898 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 898 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 899 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 900 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 900 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 901 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 901 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 902 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 902 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 903 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 903 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 904 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 904 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 905 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 905 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 906 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 906 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 907 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 907 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 908 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 908 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 909 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 909 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 910 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 910 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 911 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 911 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 912 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 912 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 913 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 913 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 914 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 915 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 915 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 916 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 916 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 917 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 917 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 32. | 918 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 919 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 919 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 920 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 920 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 921 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 921 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 922 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 922 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 923 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 923 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 924 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 924 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 32. | 925 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 926 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 926 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 927 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 927 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 928 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 929 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 929 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 930 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 930 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 931 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 931 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 932 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 932 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 933 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 934 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 934 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 935 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 935 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 936 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 936 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 937 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 938 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 938 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 939 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 939 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 940 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 940 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 941 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 941 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 942 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 942 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 943 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 943 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 944 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 944 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 945 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 945 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 946 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 946 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 947 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 948 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 948 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 949 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 949 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 950 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 950 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 952 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 952 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 953 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 953 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 954 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 954 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 955 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 955 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 956 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 956 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 957 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 957 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 958 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 958 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 959 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 959 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 960 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 960 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 961 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 962 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 962 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 963 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 963 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 964 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 964 | |
| indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 48. | 965 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 966 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 966 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 967 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 967 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 968 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 26, expected level should be 52. | 968 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 969 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 969 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 970 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 970 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 971 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 26, expected level should be 52. | 971 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 972 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 972 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 973 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 973 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 974 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 974 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 48. | 975 | |
| indentation | Indentation | 'else' child have incorrect indentation level 26, expected level should be 52. | 976 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 26, expected level should be 52. | 976 | |
| indentation | Indentation | 'else' child have incorrect indentation level 26, expected level should be 52. | 977 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 26, expected level should be 52. | 977 | |
| indentation | Indentation | 'else' child have incorrect indentation level 26, expected level should be 52. | 978 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 26, expected level should be 52. | 978 | |
| indentation | Indentation | 'if' have incorrect indentation level 26, expected level should be 52. | 979 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 980 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 980 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 981 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 981 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 982 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 28, expected level should be 56. | 982 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 983 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 983 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 984 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 984 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 985 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 28, expected level should be 56. | 985 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 986 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 986 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 987 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 987 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 988 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 988 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 26, expected level should be 52. | 989 | |
| indentation | Indentation | 'else' child have incorrect indentation level 28, expected level should be 56. | 990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 28, expected level should be 56. | 990 | |
| indentation | Indentation | 'else' child have incorrect indentation level 28, expected level should be 56. | 991 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 28, expected level should be 56. | 991 | |
| indentation | Indentation | 'else' child have incorrect indentation level 28, expected level should be 56. | 992 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 28, expected level should be 56. | 992 | |
| indentation | Indentation | 'if' have incorrect indentation level 28, expected level should be 56. | 993 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 994 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 994 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 995 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 995 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 996 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 30, expected level should be 60. | 996 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 997 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 997 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 998 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 998 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 999 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 30, expected level should be 60. | 999 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 1000 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1000 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 1001 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1001 | |
| indentation | Indentation | 'if' child have incorrect indentation level 30, expected level should be 60. | 1002 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1002 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 28, expected level should be 56. | 1003 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1004 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1004 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1005 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1005 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1006 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 30, expected level should be 60. | 1006 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1007 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1007 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1008 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1008 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1009 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 30, expected level should be 60. | 1009 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1010 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 30, expected level should be 60. | 1010 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1011 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1011 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1012 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1012 | |
| indentation | Indentation | 'else' child have incorrect indentation level 30, expected level should be 60. | 1013 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 30, expected level should be 60. | 1013 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 28, expected level should be 56. | 1014 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 26, expected level should be 52. | 1015 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 24, expected level should be 48. | 1016 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 1017 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 1018 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be 36. | 1019 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 32. | 1020 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1021 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1022 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1023 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1023 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1024 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1024 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1025 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1026 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1027 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1028 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1029 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1030 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1031 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1032 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1033 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1033 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1034 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1034 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1035 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1035 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1036 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1036 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1037 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1037 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1038 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1038 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1039 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1039 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1040 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1040 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1041 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1041 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1042 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1042 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1043 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1043 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1044 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1044 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1045 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1045 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1046 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1046 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1047 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1047 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1048 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1048 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1050 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1050 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1051 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1051 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1052 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1052 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1053 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1053 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1054 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1054 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1055 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1055 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1056 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1056 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1057 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1057 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1058 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1058 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1059 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1059 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1060 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1060 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1061 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1061 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1062 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1062 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1063 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1063 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1064 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1065 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1065 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1066 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1067 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1068 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1069 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1070 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1070 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 1071 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1072 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1072 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1073 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1073 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1074 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1074 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1075 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1075 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1076 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1076 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1077 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1078 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1079 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1079 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1080 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1080 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1081 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1082 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1083 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1084 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1085 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1085 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1086 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1087 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1087 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1088 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1090 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1092 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1092 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1097 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1097 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1098 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1098 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1099 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1100 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1101 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1106 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1111 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1112 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1113 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1116 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 1117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1117 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1120 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 1121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1121 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 1122 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 1123 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1125 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1127 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1129 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1130 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1130 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1133 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1134 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1136 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1138 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1140 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1140 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1141 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1142 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1146 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1147 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1147 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1148 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 1149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 1150 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 1151 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 1152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 1152 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 1153 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1154 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1155 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1156 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1157 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1158 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1160 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1165 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1168 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1169 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1171 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1171 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1172 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1172 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1173 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1174 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1175 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1176 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 1177 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 1178 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 1179 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 1180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 1180 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 1181 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1182 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 1182 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1183 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1184 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1184 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1185 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1186 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1187 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1188 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1189 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1191 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1193 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1194 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1195 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1196 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1197 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1198 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1198 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1204 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1205 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1206 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1208 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1210 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1212 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1214 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1214 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1215 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1215 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1216 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1218 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1218 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1219 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1220 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1220 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1221 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1221 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1222 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1223 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1223 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1224 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1225 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1226 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1228 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1233 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1236 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1237 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1237 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1238 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1239 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1240 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1240 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1241 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1242 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1243 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1244 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1245 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1246 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1246 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1247 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1248 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 32. | 1248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1249 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 1250 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 1251 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1252 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1253 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 1253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1255 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1256 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1258 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1259 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1260 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 1260 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1261 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1262 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1263 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1263 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1264 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1264 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1265 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 1265 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1266 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1267 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1267 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 20, expected level should be 40. | 1268 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 1269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 1269 | |
| indentation | Indentation | 'for' have incorrect indentation level 22, expected level should be 44. | 1270 | |
| indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 48. | 1271 | |
| indentation | Indentation | 'if' child have incorrect indentation level 26, expected level should be 52. | 1272 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 48. | 1273 | |
| indentation | Indentation | 'else' child have incorrect indentation level 26, expected level should be 52. | 1274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 26, expected level should be 52. | 1274 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 24, expected level should be 48. | 1275 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 24, expected level should be 48. | 1276 | |
| indentation | Indentation | 'if' have incorrect indentation level 26, expected level should be 52. | 1277 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 1278 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 1278 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 1279 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 1279 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 56. | 1280 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 28, expected level should be 56. | 1280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 26, expected level should be 52. | 1281 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 24, expected level should be 48. | 1282 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 22, expected level should be 44. | 1283 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 20, expected level should be 40. | 1284 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1285 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1286 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1286 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1287 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1288 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 1288 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1289 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 1290 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 1290 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 1291 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 1292 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1293 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1294 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1294 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1295 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1295 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1296 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1296 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1297 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1298 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1299 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1301 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1302 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1303 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1308 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1311 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1312 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1312 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1313 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1313 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1314 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1315 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1315 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1316 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1316 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1317 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1317 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1318 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1318 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1319 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1319 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1320 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1320 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1321 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1322 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1322 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1323 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1323 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1324 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1325 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1326 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1326 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1327 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1329 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1329 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1330 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1330 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1331 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1331 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1332 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1333 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1334 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1334 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1335 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1335 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1336 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1336 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1337 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1337 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1339 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1340 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1340 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1341 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1341 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1343 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1344 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1346 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1346 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1347 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1352 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1355 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1356 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1356 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1357 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1358 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1358 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1359 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1359 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1360 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1361 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1362 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1363 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1363 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1364 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1365 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1365 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1366 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1368 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1369 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1370 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1371 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1371 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1372 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1373 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1374 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1375 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1375 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1376 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1377 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1377 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1378 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1378 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1379 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1380 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1381 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1383 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1385 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1386 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1387 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1392 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1395 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1396 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1396 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1397 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1398 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1398 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1399 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1399 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1400 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1400 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1401 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1402 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1403 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1404 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1405 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1406 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1407 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1408 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1408 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1409 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1410 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1411 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1412 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1413 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1413 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1414 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1417 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1418 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1418 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1419 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1420 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1421 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1422 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1423 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1424 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1425 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1425 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1426 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1426 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1427 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1428 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1429 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1430 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1431 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1432 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1432 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1433 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1434 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1434 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1435 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1435 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1436 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1437 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1438 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1438 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1439 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1440 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1441 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1442 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1443 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1444 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1445 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1446 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1446 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1447 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1448 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1449 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1450 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1455 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1458 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1459 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1459 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1460 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1461 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1461 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1462 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1462 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1463 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1463 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1464 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1465 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1466 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1466 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1467 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1467 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1468 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1468 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1469 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1469 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1470 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1471 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1472 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1473 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1474 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1475 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1476 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1477 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1478 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1479 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1479 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1480 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1480 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1481 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1481 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1482 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1482 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1483 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1484 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1484 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1485 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1486 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1487 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1488 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1488 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1489 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1489 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1490 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1490 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1491 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1492 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1493 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1494 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1495 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1496 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1496 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1497 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1497 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1498 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1499 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1500 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1500 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1501 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1501 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1502 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1502 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1503 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1503 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1504 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1505 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1505 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1506 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1507 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1507 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1508 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 1508 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1509 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1509 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 1510 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1511 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1511 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1512 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1512 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 1513 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 1513 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 1514 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1515 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1516 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1517 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1517 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1519 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1520 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1521 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1522 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1523 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 1524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1524 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 1525 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1526 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1526 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1527 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1527 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1528 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 1528 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1529 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1530 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1531 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1531 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1532 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1532 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1533 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1534 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 1535 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 1535 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 1536 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 1537 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1538 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1539 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1539 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1540 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1540 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1541 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1541 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1542 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1543 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1543 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1544 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1545 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1547 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1547 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1548 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1548 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1549 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1549 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1550 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1551 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1551 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1552 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1553 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1554 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1556 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1557 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 1558 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1559 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1559 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 1560 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1560 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1561 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1562 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1563 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 1564 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1565 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1566 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 32 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 34 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 43 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 46 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 47 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 48 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 48 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 49 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 49 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 50 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 50 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 51 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 51 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 52 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 53 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 54 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 54 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 55 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 55 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 56 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 56 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 57 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 65 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 70 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 70 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 71 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 71 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 72 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 73 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 74 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 75 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 75 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 76 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 77 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 77 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 78 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 79 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 83 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 85 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 86 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 106 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 106 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 192 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 193 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 195 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 196 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 196 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 197 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 199 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 200 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 201 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 202 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 203 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 203 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 204 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 204 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 205 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 205 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 206 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 206 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 207 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 208 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 210 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 211 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 260 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 261 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 262 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 16. | 263 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 12. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 57 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 61 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 62 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 63 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 63 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 64 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 66 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 70 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 78 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 83 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 85 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 85 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 86 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 106 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 126 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 129 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 132 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 133 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 134 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 134 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 135 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 135 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 136 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 137 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 138 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 139 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 140 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 141 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 142 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 143 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 144 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 146 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 147 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 148 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 148 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 150 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 151 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 152 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 152 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 153 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 153 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 154 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 155 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 156 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 158 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 159 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 159 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 161 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 162 | |
| indentation | Indentation | 'for' have incorrect indentation level 18, expected level should be 36. | 163 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 165 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 166 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 167 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 168 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 40. | 169 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 169 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 40. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 170 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 40. | 171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 171 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 40. | 172 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 172 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 40. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 173 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 40. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 174 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 18, expected level should be 36. | 175 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 177 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 178 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 179 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 180 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 181 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 182 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 183 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 193 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 196 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 196 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 197 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 198 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 198 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 201 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 202 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 203 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 204 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 204 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 205 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 206 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 207 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 208 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 209 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 209 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 210 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 211 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 212 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 213 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 214 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 215 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 216 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 218 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 226 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 229 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 229 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 230 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 230 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 231 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 232 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 233 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 233 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 234 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 235 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 236 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 237 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 238 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 238 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 239 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 240 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 241 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 242 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 243 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 243 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 244 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 245 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 20, expected level should be 40. | 245 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 246 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 246 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 247 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 248 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 249 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 250 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 251 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 252 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 253 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 20, expected level should be 40. | 253 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 254 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 255 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 255 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 256 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 257 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 258 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 259 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 259 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be 36. | 260 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 262 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 263 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 264 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 265 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 266 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 267 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 268 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 269 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 277 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 280 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 280 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 281 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 281 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 282 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 283 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 284 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 284 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 285 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 286 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 287 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 288 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 289 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 290 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 291 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 291 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 292 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 292 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 293 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 293 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 294 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 295 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 295 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 296 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 297 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 298 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 299 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 300 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 308 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 309 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 309 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 310 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 311 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 311 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 313 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 314 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 315 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 316 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 317 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 317 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 318 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 318 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 319 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 320 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 321 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 322 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 322 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 323 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 324 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 325 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 326 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 327 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 340 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 340 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 341 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 341 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 342 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 343 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 344 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 344 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 345 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 346 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 347 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 348 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 349 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 349 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 352 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 353 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 353 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 354 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 354 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 355 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 355 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 356 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 357 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 358 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 358 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 359 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 360 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 360 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 361 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 362 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 362 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 363 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 363 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 364 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 365 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 365 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 366 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 366 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 367 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 367 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 368 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 369 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 369 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 370 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 371 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 372 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 373 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 28 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 32 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 34 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 34 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 35 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 36 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 36 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 37 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 38 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 38 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 39 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 40 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 41 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 41 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 42 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 43 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 43 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 44 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 44 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 45 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 45 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 46 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 47 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 48 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 48 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 49 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 49 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 50 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 50 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 51 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 51 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 53 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 56 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 57 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 57 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 59 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 59 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 60 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 61 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 61 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 62 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 62 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 63 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 63 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 65 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 65 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 66 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 67 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 67 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 68 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 69 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 71 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 71 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 72 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 73 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 73 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 74 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 75 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 76 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 76 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 77 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 77 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 78 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 78 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 79 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 79 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 80 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 80 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 81 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 81 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 82 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 83 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 83 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 84 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 84 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 85 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 85 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 86 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 87 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 87 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 88 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 88 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 89 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 90 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 91 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 91 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 92 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 92 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 93 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 93 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 94 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 95 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 95 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 96 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 96 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 97 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'switch' have incorrect indentation level 6, expected level should be 12. | 104 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 16. | 106 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 16. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 16. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 16. | 112 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 6, expected level should be 12. | 113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 115 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 119 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 39 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 39 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 40 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 41 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 41 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 42 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 45 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 46 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 47 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 48 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 49 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 50 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 50 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 51 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 52 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 53 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 54 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 54 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 55 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 56 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 57 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 58 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 58 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 59 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 60 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 61 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 62 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 63 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 64 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 64 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 65 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 65 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 66 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 67 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 69 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 70 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 71 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 71 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 72 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 72 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 73 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 73 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 74 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 75 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 76 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 77 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 78 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 79 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 79 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 80 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 80 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 81 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 81 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 82 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 86 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 87 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 87 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 88 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 88 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 89 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 89 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 90 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 90 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 91 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 92 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 93 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 95 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 96 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 96 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 97 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 97 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 98 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 98 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 99 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 99 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 100 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 100 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 101 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 105 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 106 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 111 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 121 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 122 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 122 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 124 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 126 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 127 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 133 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 134 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 135 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 135 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 136 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 136 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 137 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 138 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 140 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 142 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 143 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 148 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 151 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 151 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 154 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 155 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 156 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 157 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 158 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 158 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 159 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 159 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 161 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 162 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 175 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 176 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 177 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 179 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 181 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 183 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 184 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 184 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 185 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 186 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 187 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 187 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 188 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 189 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 190 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 191 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 192 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 194 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 195 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 197 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 198 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 199 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 201 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 202 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 202 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 204 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 205 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 206 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 206 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 207 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 208 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 208 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 209 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 210 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 210 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 212 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 213 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 28. | 214 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 215 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 216 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 216 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 217 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 217 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 218 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 20, expected level should be 40. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 221 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 222 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 222 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 223 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 224 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 224 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 226 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 226 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 227 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 227 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 228 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 229 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 231 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 231 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 232 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 233 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 234 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 235 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 235 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 236 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 237 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 238 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 238 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 239 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 240 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 241 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 241 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 242 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 242 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 243 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 244 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 244 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 245 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 245 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 246 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 20, expected level should be 40. | 247 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 248 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 249 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 250 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 251 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 252 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 253 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 254 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 254 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 255 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 256 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 257 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be 36. | 258 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 259 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 28. | 260 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 262 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 263 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 263 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 264 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 265 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 265 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 266 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 266 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 267 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 267 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 268 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 268 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 269 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 269 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 270 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 271 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 271 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 272 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 273 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 273 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 274 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 275 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 276 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 277 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 277 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 278 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 278 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 279 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 279 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 280 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 280 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 281 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 282 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 283 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 283 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 284 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 284 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 285 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 286 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 286 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 287 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 288 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 289 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 290 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 28. | 291 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 292 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 293 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 293 | |
| indentation | Indentation | 'block' child have incorrect indentation level 18, expected level should be 36. | 294 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 294 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 295 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 296 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 297 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 298 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 299 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 299 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 300 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 300 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 301 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be 36. | 302 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 303 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 304 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 305 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 306 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 307 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 307 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 308 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 308 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 309 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 309 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 310 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 311 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 28. | 312 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 313 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 314 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 315 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 315 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 316 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 318 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 319 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 320 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 323 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 324 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 324 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 327 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 327 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 330 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 330 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 331 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 334 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 335 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 335 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 336 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 337 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 338 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 339 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 340 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 341 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 342 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 343 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 346 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 347 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 347 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 348 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 348 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 349 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 349 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 350 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 351 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 352 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 353 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 353 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 354 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 354 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 355 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 356 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 357 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 358 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 358 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 360 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 361 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 362 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 362 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 363 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 363 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 364 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 369 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 372 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 373 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 373 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 374 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 374 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 375 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 375 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 376 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 377 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 378 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 379 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 379 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 380 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 380 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 381 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 381 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 382 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 383 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 383 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 384 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 385 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 385 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 387 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 389 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 390 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 390 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 391 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 391 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 392 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 394 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 395 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 16. | 397 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 399 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 399 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 400 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 400 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 401 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 16. | 402 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 404 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 404 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 405 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 405 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 406 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 407 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 408 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 409 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 410 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 411 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 412 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 412 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 413 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 414 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 414 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 415 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 415 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 416 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 416 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 417 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 418 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 418 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 419 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 420 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 420 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 421 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 421 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 20. | 422 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 24. | 423 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 423 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 24. | 424 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 424 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 425 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 426 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 426 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 427 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 428 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 428 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 429 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 430 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 431 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 431 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 432 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 433 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 434 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 434 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 435 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 436 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 436 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 28. | 437 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 437 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 438 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 439 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 439 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 440 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 440 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 441 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 441 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 442 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 442 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 443 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 444 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 444 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 445 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 446 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 446 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 447 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 447 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 448 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 449 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 450 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 451 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 452 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 452 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 453 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 453 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 454 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 454 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 455 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 455 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 32. | 456 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 457 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 32. | 458 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 459 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 32. | 460 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 32. | 461 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 462 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 32. | 463 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 464 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 464 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 465 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 465 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 466 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 32. | 467 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 32. | 468 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 469 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 469 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 470 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 471 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 471 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 472 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 473 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 474 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 474 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 475 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 476 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 477 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 32. | 478 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 36. | 479 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 479 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 480 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 481 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 482 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 483 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 483 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 484 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be 36. | 485 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 36. | 486 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 487 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 488 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 488 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 489 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 489 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 490 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 490 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 491 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 492 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 492 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 493 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 494 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 495 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 40. | 496 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 40. | 496 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 36. | 497 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 498 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 498 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 499 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 499 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 500 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 500 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 501 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 501 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 502 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 502 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 40. | 503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 20, expected level should be 40. | 503 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 504 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 505 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 506 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 507 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 507 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 508 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 509 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 510 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 511 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 512 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 513 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 513 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 514 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 514 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 515 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 516 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 517 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 518 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 519 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 520 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 520 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 521 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 521 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 522 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 522 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 523 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 524 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 526 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 527 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 528 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 528 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 529 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 529 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 530 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 530 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 531 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 532 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 533 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 534 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 535 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 536 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 536 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 537 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 537 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 538 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 538 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 539 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 539 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 540 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 541 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 543 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 544 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 545 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 545 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 546 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 546 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 547 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 547 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 548 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 549 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 550 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 40. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 554 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 556 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 556 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 557 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 557 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 558 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 559 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 560 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 560 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 561 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 561 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 562 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 562 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 44. | 563 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 22, expected level should be 44. | 563 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 40. | 564 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 565 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 565 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 566 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 566 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 567 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 567 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 568 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 568 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 569 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 569 | |
| indentation | Indentation | 'else' child have incorrect indentation level 22, expected level should be 44. | 570 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 570 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 571 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 572 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 573 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 574 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 574 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 575 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 576 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 577 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 578 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 579 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 580 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 580 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 581 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 581 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 582 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 583 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 584 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 585 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 586 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 587 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 587 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 588 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 588 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 589 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 589 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 590 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 591 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 592 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 593 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 594 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 595 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 595 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 596 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 596 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 597 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 597 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 598 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 599 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 600 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 601 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 602 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 603 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 603 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 604 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 604 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 605 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 605 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 606 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 606 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 607 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 608 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 609 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 610 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 611 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 612 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 612 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 613 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 613 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 614 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 614 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 615 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 615 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 616 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 616 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 617 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 618 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 619 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 620 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 621 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 622 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 622 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 623 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 624 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 624 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 625 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 625 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 626 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 626 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 627 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 627 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 628 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 628 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 629 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 630 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 630 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 631 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 631 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 632 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 632 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 633 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 633 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 634 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 635 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 635 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 636 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 636 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 637 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 48. | 638 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 638 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 22, expected level should be 44. | 639 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 40. | 640 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be 36. | 641 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 32. | 642 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 643 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 644 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 20. | 645 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 646 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 646 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 647 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 648 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 648 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 649 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 650 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 651 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 651 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 652 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 653 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 653 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 654 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 654 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 655 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 656 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 656 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 657 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 658 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 659 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 659 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 660 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 660 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 661 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 661 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 662 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 662 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 665 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 666 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 667 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 670 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 672 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 672 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 673 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 673 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 674 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 674 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 677 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 678 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 679 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 679 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 680 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 681 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 682 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 684 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 685 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 687 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 687 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 688 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 688 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 689 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 689 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 690 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 690 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 691 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 691 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 692 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 692 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 693 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 693 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 694 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 694 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 695 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 695 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 696 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 696 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 697 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 697 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 698 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 698 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 699 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 700 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 700 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 701 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 701 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 702 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 702 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 703 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 703 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 704 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 705 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 705 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 706 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 706 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 707 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 707 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 708 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 708 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 709 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 709 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 710 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 711 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 711 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 712 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 712 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 713 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 714 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 714 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 715 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 715 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 716 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 716 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 717 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 718 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 719 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 720 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 720 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 721 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 721 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 722 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 723 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 724 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 725 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 726 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 726 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 727 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 727 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 728 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 728 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 729 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 729 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 730 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 731 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 732 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 733 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 733 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 734 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 734 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 735 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 735 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 736 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 737 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 740 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 741 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 741 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 742 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 743 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 743 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 744 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 745 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 746 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 746 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 747 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 747 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 748 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 748 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 749 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 749 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 750 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 750 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 751 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 752 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 752 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 753 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 753 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 754 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 754 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 755 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 756 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 756 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 757 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 757 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 758 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 759 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 759 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 760 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 760 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 761 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 762 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 763 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 764 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 765 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 766 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 767 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 767 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 768 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 768 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 769 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 770 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 57 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 58 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 58 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 61 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 62 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 62 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 63 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 63 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 64 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 65 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 66 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 66 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 67 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 69 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 70 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 73 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 74 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 75 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 75 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 76 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 77 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 77 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 78 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 79 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 80 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 81 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 83 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 84 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 85 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 85 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 86 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 86 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 87 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 88 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 90 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 91 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 92 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 93 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 94 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 95 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 96 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 102 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 106 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 106 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 118 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 119 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 122 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 128 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 179 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 191 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 192 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 195 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 196 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 198 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 199 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 199 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 202 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 210 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 216 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 217 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 218 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 219 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 220 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 221 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 223 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 224 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 224 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 225 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 225 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 226 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 226 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 227 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 228 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 231 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 231 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 232 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 233 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 234 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 235 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 235 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 236 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 236 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 237 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 237 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 238 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 238 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 239 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 239 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 240 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 241 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 242 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 243 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 244 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 244 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 245 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 246 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 246 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 247 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 248 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 249 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 249 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 250 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 251 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 252 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 252 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 253 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 254 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 255 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 255 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 256 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 258 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 258 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 260 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 260 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 261 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 32. | 261 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 262 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 263 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 263 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 264 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 32. | 264 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 265 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 265 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 16, expected level should be 32. | 266 | |
| indentation | Indentation | 'for' have incorrect indentation level 18, expected level should be 36. | 267 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 20, expected level should be 40. | 268 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 269 | |
| indentation | Indentation | 'block' child have incorrect indentation level 22, expected level should be 44. | 270 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 22, expected level should be 44. | 270 | |
| indentation | Indentation | 'if' have incorrect indentation level 22, expected level should be 44. | 271 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 272 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 273 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 273 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 274 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 48. | 274 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 275 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 48. | 276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 48. | 276 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 22, expected level should be 44. | 277 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 20, expected level should be 40. | 278 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 18, expected level should be 36. | 279 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 32. | 280 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 281 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 282 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 282 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 283 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 283 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 284 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 284 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 285 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 285 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 286 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 286 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 287 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 288 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 289 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 290 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 290 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 291 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 291 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 292 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 293 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 293 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 294 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 294 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 295 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 295 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 296 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 296 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 297 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 297 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 298 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 298 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 299 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 299 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 300 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 301 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 301 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 302 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 302 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 303 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 304 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 305 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 306 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 307 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 308 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 309 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 310 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 310 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 311 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 311 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 312 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 313 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 314 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 315 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 315 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 317 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 318 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 318 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 319 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 319 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 320 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 321 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 322 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 322 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 323 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 323 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 324 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 325 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 326 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 329 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 329 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 330 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 330 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 331 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 331 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 332 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 333 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 334 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 335 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 335 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 336 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 336 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 337 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 338 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 339 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 340 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 340 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 341 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 341 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 342 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 342 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 343 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 343 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 344 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 346 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 347 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 347 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 348 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 348 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 349 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 349 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 350 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 350 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 351 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 351 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 352 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 352 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 353 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 354 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 357 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 358 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 358 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 359 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 367 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 368 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 369 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 369 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 372 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 373 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 377 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 378 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 378 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 379 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 379 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 380 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 380 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 381 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 381 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 385 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 385 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 386 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 386 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 390 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 390 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 392 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 397 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 398 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 399 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 399 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 400 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 401 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 401 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 402 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 403 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 405 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 406 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 407 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 408 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 408 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 409 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 410 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 411 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 412 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 412 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 414 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 415 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 415 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 416 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 416 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 417 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 418 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 418 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 419 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 420 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 421 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 424 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 425 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 425 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 426 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 426 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 427 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 428 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 429 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 430 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 431 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 433 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 438 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 438 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 439 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 439 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 440 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 440 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 441 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 441 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 442 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 442 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 444 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 457 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 459 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 459 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 463 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 464 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 464 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 465 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 466 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 466 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 469 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 470 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 471 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 478 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 479 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 479 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 480 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 480 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 481 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 481 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 482 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 482 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 483 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 484 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 484 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 486 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 487 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 487 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 488 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 488 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 490 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 491 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 492 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 493 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 494 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 495 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 498 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 500 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 501 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 501 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 502 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 502 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 503 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 503 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 505 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 505 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 508 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 508 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 509 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 509 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 510 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 510 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 511 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 512 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 512 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 513 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 513 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 514 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 514 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 515 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 516 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 517 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 518 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 519 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 520 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 521 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 521 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 522 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 523 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 524 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 525 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 525 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 526 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 529 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 530 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 530 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 531 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 531 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 532 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 535 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 536 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 536 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 537 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 538 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 538 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 539 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 539 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 540 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 541 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 542 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 542 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 543 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 544 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 545 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 545 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 546 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 546 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 547 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 548 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 549 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 550 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 551 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 554 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 556 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 556 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 557 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 558 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 559 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 560 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 561 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 562 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 563 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 564 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 567 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 568 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 568 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 569 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 570 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 570 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 571 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 572 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 573 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 574 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 577 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 579 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 580 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 580 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 581 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 581 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 583 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 585 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 585 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 586 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 587 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 588 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 589 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 590 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 591 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 591 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 592 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 592 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 593 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 594 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 595 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 596 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 597 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 597 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 598 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 598 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 599 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 600 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 601 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 602 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 603 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 604 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 607 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 608 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 608 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 609 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 609 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 610 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 610 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 611 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 611 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 612 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 612 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 613 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 614 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 614 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 615 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 615 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 616 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 617 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 617 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 618 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 618 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 619 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 619 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 620 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 621 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 622 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 623 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 624 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 624 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 625 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 626 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 626 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 627 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 628 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 628 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 629 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 629 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 630 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 631 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 631 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 632 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 632 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 633 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 634 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 634 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 635 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 635 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 636 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 636 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 637 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 638 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 638 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 639 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 639 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 640 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 641 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 642 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 642 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 643 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 643 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 644 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 645 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 646 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 647 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 648 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 649 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 652 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 654 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 654 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 655 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 656 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 656 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 657 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 658 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 662 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 663 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 664 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 664 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 665 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 665 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 666 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 667 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 668 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 669 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 670 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 670 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 671 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 672 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 673 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 674 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 675 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 676 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 677 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 677 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 678 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 679 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 680 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 680 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 681 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 681 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 682 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 682 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 683 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 683 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 684 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 684 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 685 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 686 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 687 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 688 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 688 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 690 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 690 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 691 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 692 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 692 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 693 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 694 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 695 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 696 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 697 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 697 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 698 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 698 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 699 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 699 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 700 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 700 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 701 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 702 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 703 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 705 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 706 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 707 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 708 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 709 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 709 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 710 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 711 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 711 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 712 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 713 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 713 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 714 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 714 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 715 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 715 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 716 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 716 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 717 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 717 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 718 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 718 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 719 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 719 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 720 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 720 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 721 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 721 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 722 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 722 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 723 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 723 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 724 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 724 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 727 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 728 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 728 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 729 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 729 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 730 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 731 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 741 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 741 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 742 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 743 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 743 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 744 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 744 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 745 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 745 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 746 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 746 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 747 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 747 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 748 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 748 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 749 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 749 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 750 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 750 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 751 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 751 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 752 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 752 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 753 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 753 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 754 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 754 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 755 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 756 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 756 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 757 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 758 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 758 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 759 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 759 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 760 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 760 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 761 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 761 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 762 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 762 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 763 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 763 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 764 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 764 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 765 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 765 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 766 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 766 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 767 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 767 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 768 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 768 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 769 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 769 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 770 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 770 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 771 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 771 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 772 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 772 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 773 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 773 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 774 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 774 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 775 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 775 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 776 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 776 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 777 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 777 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 778 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 778 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 779 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 779 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 780 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 780 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 781 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 781 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 782 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 782 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 783 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 783 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 784 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 784 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 785 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 786 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 786 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 787 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 787 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 788 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 789 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 789 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 790 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 790 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 791 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 791 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 792 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 792 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 793 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 793 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 794 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 794 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 795 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 795 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 796 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 796 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 797 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 797 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 798 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 798 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 799 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 799 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 800 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 800 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 801 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 801 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 802 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 802 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 803 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 803 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 804 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 804 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 805 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 805 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 806 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 807 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 808 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 810 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 811 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 813 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 814 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 816 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 818 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 819 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 5 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 10 | |
| imports | ImportOrder | Wrong order for 'org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ServiceLoader. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 14 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 14 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 15 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Entry' have incorrect indentation level 12, expected level should be 16. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 98 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 99 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 100 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 101 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 102 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 102 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 103 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 105 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 108 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 109 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 110 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 112 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 114 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 115 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 116 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 12. | 117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 119 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 121 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 12. | 122 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 124 | |
| indentation | Indentation | 'try' have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 126 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 126 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 127 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 127 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 128 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 128 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 129 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 132 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 133 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 133 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 136 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 136 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 137 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 137 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 138 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 139 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 140 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 141 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 146 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 157 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 159 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 162 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 167 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 179 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 180 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 191 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 193 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 195 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 196 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 196 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 198 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 199 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 199 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 204 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 205 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 209 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 209 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 210 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 216 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 217 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 218 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 219 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 219 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 220 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 226 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 227 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 231 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 232 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 232 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 233 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 234 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 234 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 235 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 235 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 236 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 236 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 237 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 238 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 238 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 239 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 240 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 241 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 242 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 244 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 245 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 246 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 247 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 247 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 248 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 253 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 256 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 257 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 258 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 258 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 260 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 261 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 262 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 263 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 263 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 264 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 264 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 265 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 265 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 266 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 266 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 267 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 267 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 268 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 268 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 269 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 269 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 270 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 271 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 272 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 273 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 273 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 276 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 279 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 280 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 281 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 284 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 285 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 286 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 286 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 287 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 288 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 289 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 290 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 290 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 291 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 291 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 292 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 292 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 293 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 293 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 294 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 295 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 295 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 296 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 296 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 297 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 297 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 298 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 299 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 299 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 300 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 301 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 301 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 302 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 302 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 303 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 303 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 304 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 305 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 305 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 306 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 306 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 307 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 307 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 308 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 309 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 309 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 310 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 310 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 311 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 311 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 312 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 313 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 313 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 314 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 315 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 315 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 316 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 319 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 319 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 320 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 320 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 321 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 322 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 323 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 324 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 332 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 333 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 334 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 334 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 335 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 336 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 340 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 340 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 341 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 341 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 342 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 342 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 343 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 344 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 345 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 346 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 347 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 347 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 348 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 348 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 349 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 349 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 350 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 351 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 352 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 353 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 353 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 354 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 354 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 355 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 356 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 357 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 357 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 358 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 358 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 360 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 361 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 361 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 362 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 362 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 363 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 363 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 364 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 365 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 365 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 366 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 366 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 367 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 368 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 369 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 369 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 370 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 371 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 372 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 372 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 373 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 374 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 378 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 381 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 382 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 383 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 385 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 386 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 387 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 390 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 390 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 391 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 392 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 393 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 393 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 394 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 395 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 395 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 396 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 397 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 398 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 399 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 399 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 400 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 400 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 401 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 401 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 402 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 403 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 403 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 404 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 404 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 405 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 406 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 407 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 408 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 408 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 409 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 410 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 411 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 411 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 412 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 412 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 413 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 414 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 414 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 417 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 417 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 418 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 419 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 420 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 420 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 422 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 423 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 424 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 425 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 425 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 426 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 427 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 428 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 429 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 430 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 431 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 432 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 433 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 436 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 437 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 440 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 441 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 441 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 442 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 442 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 443 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 444 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 445 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 457 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 458 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 459 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 459 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 463 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 464 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 464 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 465 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 466 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 466 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 467 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 467 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 468 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 468 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 469 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 469 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 470 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 470 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 471 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 472 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 473 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 474 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 475 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 475 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 476 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 476 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 477 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 477 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 478 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 478 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 479 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 479 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 480 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 480 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 481 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 481 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 482 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 482 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 483 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 484 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 484 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 485 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 486 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 487 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 488 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 488 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 489 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 489 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 490 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 490 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 491 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 492 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 493 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 493 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 494 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 495 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 496 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 496 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 497 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 497 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 498 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 499 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 500 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 500 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 501 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 501 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 502 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 502 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 503 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 504 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 505 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 505 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 510 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 511 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 512 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 512 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 513 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 514 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 515 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 516 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 517 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 518 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 519 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 520 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 520 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 521 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 522 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 522 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 523 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 524 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 525 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 525 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 526 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 526 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 527 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 527 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 528 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 528 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 529 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 529 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 530 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 531 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 531 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 532 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 532 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 533 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 533 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 534 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 535 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 535 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 536 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 536 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 537 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 537 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 538 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 539 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 539 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 540 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 540 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 541 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 541 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 542 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 543 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 543 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 544 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 545 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 545 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 546 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 547 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 547 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 548 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 549 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 549 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 550 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 551 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 552 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 553 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 554 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 554 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 555 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 556 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 556 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 557 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 558 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 560 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 560 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 561 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 561 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 562 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 565 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 566 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 566 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 567 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 567 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 568 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 569 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 570 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 571 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 571 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 572 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 572 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 573 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 573 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 574 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 574 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 575 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 575 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 576 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 576 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 577 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 577 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 579 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 580 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 580 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 581 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 581 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 583 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 583 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 585 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 586 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 586 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 587 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 587 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 588 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 589 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 589 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 590 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 591 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 592 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 593 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 593 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 594 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 595 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 595 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 596 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 596 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 597 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 597 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 598 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 598 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 599 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 600 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 600 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 601 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 601 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 602 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 602 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 603 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 603 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 604 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 604 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 605 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 605 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 606 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 607 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 607 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 608 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 608 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 609 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 609 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 610 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 611 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 611 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 612 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 612 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 613 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 613 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 614 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 615 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 615 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 616 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 616 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 617 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 617 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 618 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 618 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 619 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 620 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 621 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 622 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 622 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 623 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 624 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 624 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 625 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 625 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 626 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 626 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 627 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 627 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 628 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 629 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 630 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 630 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 631 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 631 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 632 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 635 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 636 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 636 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 637 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 637 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 638 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 639 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 640 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 641 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 641 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 642 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 642 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 643 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 643 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 644 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 644 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 645 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 645 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 646 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 646 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 647 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 650 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 651 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 651 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 652 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 652 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 653 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 654 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 655 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 656 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 657 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 659 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 660 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 661 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 661 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 662 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 663 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 664 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 665 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 665 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 666 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 666 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 667 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 667 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 668 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 668 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 669 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 670 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 671 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 671 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 672 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 672 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 673 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 673 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 674 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 675 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 676 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 676 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 677 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 677 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 678 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 678 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 679 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 679 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 680 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 680 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 681 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 682 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 683 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 684 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 684 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 685 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 685 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 686 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 686 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 687 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 687 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 688 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 688 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 689 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 690 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 690 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 691 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 691 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 692 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 692 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 693 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 693 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 694 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 695 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 695 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 696 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 696 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 697 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 698 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 698 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 699 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 700 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 700 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 701 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 701 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 702 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 702 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 703 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 704 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 705 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 706 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 706 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 707 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 707 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 708 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 709 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 709 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 710 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 710 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 711 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 711 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 712 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 712 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 713 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 713 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 714 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 714 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 715 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 716 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 717 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 718 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 718 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 719 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 720 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 720 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 721 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 721 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 722 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 722 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 723 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 723 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 724 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 725 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 726 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 727 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 728 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 728 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 729 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 729 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 730 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 731 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 732 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 733 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 734 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 735 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 736 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 737 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 738 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 739 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 740 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 741 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 741 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 742 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 743 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 743 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 744 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 744 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 745 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 746 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 747 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 747 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 748 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 748 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 749 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 750 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 752 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 753 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 753 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 754 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 755 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 756 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 756 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 757 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 758 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 759 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 760 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 761 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 761 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 762 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 762 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 763 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 764 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 765 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 765 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 766 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 766 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 767 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 767 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 768 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 769 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 769 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 770 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 770 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 771 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 772 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 772 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 773 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 774 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 14, expected level should be 28. | 774 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 775 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 775 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 776 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 776 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 777 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 778 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 779 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 780 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 780 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 781 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 782 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 782 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 783 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 784 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 785 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 786 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 787 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 787 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 788 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 788 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 789 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 790 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 790 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 791 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 791 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 792 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 792 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 793 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 794 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 795 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 795 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 796 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 796 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 797 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 799 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 800 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 801 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 802 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 802 | |
| indentation | Indentation | 'for' child have incorrect indentation level 6, expected level should be 12. | 803 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 803 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 804 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 805 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 806 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 807 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 808 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 809 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 810 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 810 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 811 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 811 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 812 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 812 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 813 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 814 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 815 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 816 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 817 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 818 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 818 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 819 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 819 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 820 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 820 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 821 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 822 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 823 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 824 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 825 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 826 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 827 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 828 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 829 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 830 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 831 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 831 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 832 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 833 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 834 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 835 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 835 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 836 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 836 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 837 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 837 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 838 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 838 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 839 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 839 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 840 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 840 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 841 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 841 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 842 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 842 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 843 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 843 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 844 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 845 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 846 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 847 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 848 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 849 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 850 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 851 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 851 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 852 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 853 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 854 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 854 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 855 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 855 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 856 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 856 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 857 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 858 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 859 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 860 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 861 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 861 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 862 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 862 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 863 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 863 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 864 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 865 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 866 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 867 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 868 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 868 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 869 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 869 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 870 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 870 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 871 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 872 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 873 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 874 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 875 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 875 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 876 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 876 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 877 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 877 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 878 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 879 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 880 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 881 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 882 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 882 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 883 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 883 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 884 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 884 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 885 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 886 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 887 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 888 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 889 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 889 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 890 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 890 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 891 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 892 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 893 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 895 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 896 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 897 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 897 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 898 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 898 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 899 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 899 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 900 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 900 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 901 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 902 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 902 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 903 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 903 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 904 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 905 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 905 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 906 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 907 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 908 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 909 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 910 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 911 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 911 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 912 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 912 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 913 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 913 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 914 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 914 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 915 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 915 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 916 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 917 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 917 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 918 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 918 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 919 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 919 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 920 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 920 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 921 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 921 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 922 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 923 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 923 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 924 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 924 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 925 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 925 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 926 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 927 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 927 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 928 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 929 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 930 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 930 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 931 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 931 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 932 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 933 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 933 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 934 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 935 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 935 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 936 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 936 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 937 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 937 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 938 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 938 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 939 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 940 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 941 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 941 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 942 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 942 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 943 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 943 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 944 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 944 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 945 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 945 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 946 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 946 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 947 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 948 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 950 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 951 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 951 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 952 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 952 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 953 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 953 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 954 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 954 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 955 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 955 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 956 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 957 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 957 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 958 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 958 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 959 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 959 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 960 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 960 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 961 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 961 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 962 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 963 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 963 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 964 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 964 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 965 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 965 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 966 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 966 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 967 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 967 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 968 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 969 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 970 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 970 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 971 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 971 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 972 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 973 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 973 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 974 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 975 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 975 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 976 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 976 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 977 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 977 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 978 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 978 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 979 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 980 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 981 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 981 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 982 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 982 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 983 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 983 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 984 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 984 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 985 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 985 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 986 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 986 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 987 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 988 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 991 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 991 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 992 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 992 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 993 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 993 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 994 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 994 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 995 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 995 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 996 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 996 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 997 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 997 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 998 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 998 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 999 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 999 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1000 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1000 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1001 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1001 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1002 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1002 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1003 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1003 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1004 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1004 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1005 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1005 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1006 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1006 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1007 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1007 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1008 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1008 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1009 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1009 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1010 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1010 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1011 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1011 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1012 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1012 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1013 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1013 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1014 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1014 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1015 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1015 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1016 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1016 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1017 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1017 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1018 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1018 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1019 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1019 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1020 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1020 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1021 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1021 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1022 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1024 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1025 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1026 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1026 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1027 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1027 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1028 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1028 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1029 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1029 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1030 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1030 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1031 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1031 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1032 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1032 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1033 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1033 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1034 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1034 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1035 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1035 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1036 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1036 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1037 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1038 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1039 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1040 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1041 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1041 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1042 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1042 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1043 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1043 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1044 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1044 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1045 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1045 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1046 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1046 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1047 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1047 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1048 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1048 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1050 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1050 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1051 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1051 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1052 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1053 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1054 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1055 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1056 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1056 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1057 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1057 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1058 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1059 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1060 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1061 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1061 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1062 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1062 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1063 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1063 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1064 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1064 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1065 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1065 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1066 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1066 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1067 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1067 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1068 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1068 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1069 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1069 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1070 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1070 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1071 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1071 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1072 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1072 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1073 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1073 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1074 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1074 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1075 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1075 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1076 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1076 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1077 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1077 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1078 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1079 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1079 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1080 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1081 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1081 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1082 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1082 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1083 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1083 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1084 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1084 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1085 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1085 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1086 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1086 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1087 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1087 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1088 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1088 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1089 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1090 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1090 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1091 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1092 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1092 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1093 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1094 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1095 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1096 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1097 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1097 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1098 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1098 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1099 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1099 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1100 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1101 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1101 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1102 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1103 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1104 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1105 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1105 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1106 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1107 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1108 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1108 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1109 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1110 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1110 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1111 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1111 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1112 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1112 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1113 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1114 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1115 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1116 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1117 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1118 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1119 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1122 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1124 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1125 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1126 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1127 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1129 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1130 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1133 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1134 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1135 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1136 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1137 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1138 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1138 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1139 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1139 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1140 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1141 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1142 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1142 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1143 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1144 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1145 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1146 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1147 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1147 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1148 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1149 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1151 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1151 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1152 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1153 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1154 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1155 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1156 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1157 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1158 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1159 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1161 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1163 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1164 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1165 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1166 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1168 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1169 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1170 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1171 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1175 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1176 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1177 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1179 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1185 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1186 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1188 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1188 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1189 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1190 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1191 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1191 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1192 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1193 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1194 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1195 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1195 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1196 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1197 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1198 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1198 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1199 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1199 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1200 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1201 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1202 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1203 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1203 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1204 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1204 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1205 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1206 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1207 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1208 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1208 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1209 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1209 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1210 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1210 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1211 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1212 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1213 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1214 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1215 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1215 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1216 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1217 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1217 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1218 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1218 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1219 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1219 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1220 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1220 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1221 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1221 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1222 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1223 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1223 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1224 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1224 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1225 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1226 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1226 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1227 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1228 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1229 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1231 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1233 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1234 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1235 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1235 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1236 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1236 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1237 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1238 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1241 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1242 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1243 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1244 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1244 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1245 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1246 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1246 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1247 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1248 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1248 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1249 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1250 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1251 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1252 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1253 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1254 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1255 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1256 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1257 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1258 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1259 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1259 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1260 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1261 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1261 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1263 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1263 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1264 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1265 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1265 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1266 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1266 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1267 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1267 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1268 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1268 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1270 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1271 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1272 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1273 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1273 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1274 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1275 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1277 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1278 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1279 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1281 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1282 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1283 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1283 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1284 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1284 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1285 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1286 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1287 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1288 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1289 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1290 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1290 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1291 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1291 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1292 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1292 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1293 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1293 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1294 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1294 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1295 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1295 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1296 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1296 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1297 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1297 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1298 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1298 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1299 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1299 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1300 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1301 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1301 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1302 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1302 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1303 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1303 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1304 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1304 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1305 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1306 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1306 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1307 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1308 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1309 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1309 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1310 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1310 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1311 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1311 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1312 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1313 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1313 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1314 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1315 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1315 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1316 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1317 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1318 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1318 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1319 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1319 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1320 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1321 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1321 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1322 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1322 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1323 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1323 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1324 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1325 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1326 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1326 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1327 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1328 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1329 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1329 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1330 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1330 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1331 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1331 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1332 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1333 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1333 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1334 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1334 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1335 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1335 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1336 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1336 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1337 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1337 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1338 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1339 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1339 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1340 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1340 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1341 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1341 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1342 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1342 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1343 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1343 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1344 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1345 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1347 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1347 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1348 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1348 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1349 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1351 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1352 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1353 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1353 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1354 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1354 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1355 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1356 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1357 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1358 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1358 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1359 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1360 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1361 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1362 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1362 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1363 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1364 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1365 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1365 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1366 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1366 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1367 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1368 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1368 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1369 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1369 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1370 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1370 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1371 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1372 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1372 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1373 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1374 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1375 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1376 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1377 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1377 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1378 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1378 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1379 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1379 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1380 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1380 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1381 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1383 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1385 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1386 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1387 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1388 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1389 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1390 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1391 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1392 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1392 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1393 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1393 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1394 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1395 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1396 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1397 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1398 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1398 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1399 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1399 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1400 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1400 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1401 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1401 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1402 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1403 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1404 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1405 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1406 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1407 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1407 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1408 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1408 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1409 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1410 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1410 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1411 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1412 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1412 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1413 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1414 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1414 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1415 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1415 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1416 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1416 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1417 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1418 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1418 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1419 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1420 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1421 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1422 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1422 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1423 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1423 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1424 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1424 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1425 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1425 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1426 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1426 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1427 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1428 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1429 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1430 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1431 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1432 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1433 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1433 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1434 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1434 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1435 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1435 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1436 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1437 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1437 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1438 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1438 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1439 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1439 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1440 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1440 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1441 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1441 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1442 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1442 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1443 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1444 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1445 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1446 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1446 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1447 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1448 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1449 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1451 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1451 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1452 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1452 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1453 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1455 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1456 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1457 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1458 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1458 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1459 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1460 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1461 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1462 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1462 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1463 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1464 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1464 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1465 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1466 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1466 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1467 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1467 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1468 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1469 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1470 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1471 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1472 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1473 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1474 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1475 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1475 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1476 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1476 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1477 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1478 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1479 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1479 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1480 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1480 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1481 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1481 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1482 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1482 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1483 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1484 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1484 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1485 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1486 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1487 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1488 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1488 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1489 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1489 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1490 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1490 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1491 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1492 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1493 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1494 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1495 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1496 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1497 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1498 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1500 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1502 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1503 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1504 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1504 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1505 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1505 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1506 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1507 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1508 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1509 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1509 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1510 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1510 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1511 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1512 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1512 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1513 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1513 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1514 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1514 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1515 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1516 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1516 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1517 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1518 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1519 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1520 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1521 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1521 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1522 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1523 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1524 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1524 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1525 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1525 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1526 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1527 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1527 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1528 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1529 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1530 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1531 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1531 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1532 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1532 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1533 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1534 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1535 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1535 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1536 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1536 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1537 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1537 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1538 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1538 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1539 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1539 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1540 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1540 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1541 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1541 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1542 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1542 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1543 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1543 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1544 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1545 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1545 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1546 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1546 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1547 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1547 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1548 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1548 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1549 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1549 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1550 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1551 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1551 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1552 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1553 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1554 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1554 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1555 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1556 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1556 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1557 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1558 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1558 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1559 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1560 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1560 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1561 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1561 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1562 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1562 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1563 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1563 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1564 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1564 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1565 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1565 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1566 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1567 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1568 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1568 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1569 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1569 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1570 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1572 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1573 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1574 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1574 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1575 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1575 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1576 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1577 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1578 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1579 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1580 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1580 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1581 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1581 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1582 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1582 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1583 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1583 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1584 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1584 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1585 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1586 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1586 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1587 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1587 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1588 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1589 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1589 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1590 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1590 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1591 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1592 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1593 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1593 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1594 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1595 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1595 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1596 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1597 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1597 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1598 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1599 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1600 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1600 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1601 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1602 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1602 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1603 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1603 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1604 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1604 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1605 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1606 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1607 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1607 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1608 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1608 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1609 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1609 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1610 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1610 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1611 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1611 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1612 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1612 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1613 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1613 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1614 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1615 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1615 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1616 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1616 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1617 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1617 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1618 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1618 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1619 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1620 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1621 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1622 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1622 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1623 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1623 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1624 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1624 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1625 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1625 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1626 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1626 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1627 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1627 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1628 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1628 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1629 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1629 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1630 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1630 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1631 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1631 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1632 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1632 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1633 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1633 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1634 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1634 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1635 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1635 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1636 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1638 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1638 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1639 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1639 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1640 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1642 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1643 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1644 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1644 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1645 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1645 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1646 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1646 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1647 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1648 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1648 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1649 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1649 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1650 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1650 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1651 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1651 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1652 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1653 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1653 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1654 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1654 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1655 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1656 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1657 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1659 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1659 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1660 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1661 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1661 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1662 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1662 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1663 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1663 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1664 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1664 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1665 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1665 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1666 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1666 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1667 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1667 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1668 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1668 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1669 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1669 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1670 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1670 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1671 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1671 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1672 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1672 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1673 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1673 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1674 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1675 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1675 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1676 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1676 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1677 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1677 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1678 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1678 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1679 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1679 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1680 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1680 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1681 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1682 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1683 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1683 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1684 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1684 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1685 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1685 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1686 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1686 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1687 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1687 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1688 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1688 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1689 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1689 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1690 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1690 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1691 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1691 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1692 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1692 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1693 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1693 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1694 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1694 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1695 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1695 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1696 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1696 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1697 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1697 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1698 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1698 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1699 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1700 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1700 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1701 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1701 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1702 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1702 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1703 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1703 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1704 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1705 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1705 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1706 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1706 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1707 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1707 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1708 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1708 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1709 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1709 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1710 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1710 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1711 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1711 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1712 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1712 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1713 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1713 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1714 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1714 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1715 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1715 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1716 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1716 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1717 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1717 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1718 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1718 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1719 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1719 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1720 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1720 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1721 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1721 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1722 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1722 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1723 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1723 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1724 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1724 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1725 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1725 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1726 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1727 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1728 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1728 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1729 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1729 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1730 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1730 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1731 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1731 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1732 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1732 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1733 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1733 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1734 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1734 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1735 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1736 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1736 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1737 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1737 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1738 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1738 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1739 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1740 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1740 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1741 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1741 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1742 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1742 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1743 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1743 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1744 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1744 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1745 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1746 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1746 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1747 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1747 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1748 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1748 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1749 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1750 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1750 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1751 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1751 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1752 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 1753 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1754 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1755 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1755 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1756 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1756 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1757 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1757 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1758 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1759 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1759 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 1760 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1760 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 1761 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1762 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1762 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1763 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1763 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1764 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1764 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1765 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1765 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1766 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1766 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1767 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1767 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1768 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1769 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1769 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1770 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1770 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1771 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1772 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1772 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1773 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1773 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1774 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1774 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1775 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1775 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1776 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1777 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1778 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1778 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1779 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1779 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1780 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1781 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1782 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1782 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1783 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1783 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1784 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1784 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1785 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1786 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1787 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1787 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1788 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1789 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1789 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1790 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1790 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1791 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1791 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1792 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1793 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1794 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1795 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 1796 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1797 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1797 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 1798 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1799 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1799 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 1800 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1800 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 16. | 1801 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 1802 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 1803 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 1804 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 1805 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1805 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 1806 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1807 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1807 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 20. | 1808 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 1808 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 16. | 1809 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 1810 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 1811 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 1812 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1813 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1814 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1815 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1816 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1817 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1817 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1818 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1818 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1819 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1819 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1820 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1820 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1821 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1823 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1824 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1825 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1826 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1827 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1828 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1829 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1829 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1830 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1830 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1831 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1831 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1832 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1832 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1833 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1833 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1834 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1834 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1835 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1835 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1836 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1836 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1837 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1837 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1838 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1838 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1839 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1839 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1840 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1842 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1843 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1844 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1844 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1845 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1845 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1846 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1846 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1847 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1847 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1848 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1848 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1849 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1849 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1850 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1850 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1851 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1851 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1852 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1852 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1853 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1854 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1855 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1856 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1857 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1857 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1858 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1858 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1859 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1859 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1860 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 1861 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1862 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1862 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1863 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1863 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1864 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1864 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1865 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1865 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1866 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1866 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1867 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1867 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1868 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1868 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1869 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1869 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1870 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1870 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1871 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1871 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 1872 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1872 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 1873 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1874 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1875 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1875 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1877 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1878 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1879 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1880 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1881 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1881 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1882 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1882 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1883 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1883 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1884 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1884 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1885 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1887 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1888 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1889 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1889 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1890 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1890 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1891 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1891 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1892 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1892 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1893 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1893 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1894 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1894 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1895 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1895 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1896 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1896 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1897 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1897 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1898 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1898 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1899 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1899 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1900 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1901 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1902 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1903 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1904 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1904 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1905 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1905 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1906 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1906 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1907 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1907 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1908 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1908 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1909 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1909 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1910 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1910 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1911 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1911 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1912 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1912 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1913 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1913 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1914 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1914 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1915 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1917 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1918 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1919 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1919 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 1920 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1920 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1921 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1921 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1922 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1923 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1923 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 1924 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 1924 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1925 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1926 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1926 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1927 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1927 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1928 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1928 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1929 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1929 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1930 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1930 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1931 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 1931 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1932 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1932 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1933 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1933 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1934 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 1935 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1936 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 1937 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1938 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 1939 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1940 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1940 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1941 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1941 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1942 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1942 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 1943 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1943 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1944 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1944 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 1945 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 1945 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 1946 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 1947 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1948 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 1948 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1949 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1949 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1950 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1950 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1951 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1951 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1952 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1953 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1953 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1954 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1955 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1955 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1956 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1956 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1957 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1957 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1958 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1959 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1960 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1960 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1961 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1961 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1962 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1962 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1963 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1963 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1964 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 1964 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1965 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1965 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1966 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1967 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1968 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1968 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1969 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1969 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1970 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1970 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1971 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1972 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1973 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1973 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1974 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1974 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1975 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1975 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1976 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1976 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1977 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1978 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1978 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1979 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1980 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1980 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1981 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1981 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1982 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1982 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1983 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1984 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1985 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1985 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1986 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1986 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1987 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1987 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1988 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1988 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 1989 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 1990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 1990 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 1991 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1992 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 1992 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1993 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1993 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 1994 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 1994 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 1995 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 1996 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1997 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1997 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 1998 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 1998 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 1999 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2000 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2001 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2001 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2002 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2002 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2003 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2005 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2006 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 2007 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2008 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2008 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2009 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 2009 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2010 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 2010 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2011 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2011 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2012 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2012 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2013 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2014 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2014 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2015 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2015 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2016 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2016 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2017 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2017 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2018 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2018 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2019 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2019 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2020 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2020 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2021 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2022 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2023 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2023 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2024 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2024 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2025 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2025 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2026 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2026 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2027 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2027 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2028 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 2029 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 2030 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2031 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2032 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2033 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2034 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 2035 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2036 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2036 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2037 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2037 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2038 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2038 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2039 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2039 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2040 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2040 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2041 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2041 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2042 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2043 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2044 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2045 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2045 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2046 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2046 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2047 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2047 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2048 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2048 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2049 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2049 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2050 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2050 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2051 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2051 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2052 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2052 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2053 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2053 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2054 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2054 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2055 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2055 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2056 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2056 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2057 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2057 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2058 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2058 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2059 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2059 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2060 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2060 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2061 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2061 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2062 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 2063 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2064 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2065 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2065 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2066 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2066 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2067 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2067 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2068 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2068 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2069 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2069 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2070 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2070 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2071 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2072 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2073 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2074 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2074 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2075 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2075 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2076 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2076 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2077 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2077 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2078 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2078 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2079 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2079 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2080 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2081 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2082 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2083 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2083 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2084 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2084 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2085 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2085 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2086 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2086 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 20. | 2087 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 24. | 2088 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2088 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 24. | 2089 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 28. | 2090 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2090 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 28. | 2091 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2091 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 28. | 2092 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2092 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 28. | 2093 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2093 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 24. | 2094 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 20. | 2095 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2096 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2096 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2097 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2097 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2098 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2099 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 2100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2101 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2101 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2102 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2102 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2103 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2104 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2105 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2105 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2106 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2106 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2107 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2108 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 2109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2110 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 28. | 2111 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 2112 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 2112 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 2113 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2113 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 32. | 2114 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2114 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 28. | 2115 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 2116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2120 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 2121 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2122 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2122 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2123 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2124 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2126 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2128 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 2129 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 2130 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2131 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 2131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2132 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 2132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 2136 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 2137 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 2138 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 32. | 2139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2140 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 2140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2141 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 18, expected level should be 36. | 2141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 2142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 2143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 2144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 18, expected level should be 36. | 2145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 36. | 2146 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 32. | 2147 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 2148 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 24. | 2149 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 2150 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2151 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 2152 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 2153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2154 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2156 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2157 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2158 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2159 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2160 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2161 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 2162 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2163 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2165 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2166 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2167 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2168 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2169 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2171 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2174 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2175 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2176 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2177 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2177 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2178 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2179 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2180 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 2181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2181 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 2182 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2183 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2184 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2185 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2185 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2186 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2186 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2187 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2187 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2188 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2188 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2189 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 2190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2190 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 2191 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2194 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2195 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2196 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2198 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2199 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2199 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2202 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2203 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2204 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2205 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2205 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2206 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2206 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2207 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2207 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2208 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2209 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2210 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2212 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2214 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2214 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2215 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2215 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2216 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2216 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2217 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2219 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2220 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2221 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2221 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2222 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2223 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2223 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2224 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2224 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2225 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2225 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2226 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2229 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2230 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2230 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2231 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2231 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2232 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2233 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2234 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2236 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2237 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2238 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2238 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2239 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2240 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2241 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2242 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2243 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2244 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2245 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2246 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2247 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2247 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2248 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2249 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2250 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2251 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2255 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2256 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2256 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2258 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2259 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2259 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2261 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2261 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2262 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2263 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2263 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2264 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2264 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2265 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2265 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2266 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2266 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2267 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2267 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2268 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2268 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2269 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2271 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2272 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2273 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2273 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2275 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2276 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2277 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2277 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2278 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2279 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2279 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2280 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2280 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2281 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2281 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2282 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2282 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2283 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2283 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2284 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2284 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2285 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2286 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2287 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2287 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2288 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2288 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2289 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2291 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2292 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2293 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2293 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2294 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2294 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2295 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2295 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2296 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2296 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2297 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2297 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2298 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2298 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2299 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2299 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2300 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2302 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2303 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2304 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2304 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2305 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2305 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2306 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2307 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2307 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2308 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2308 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2309 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2309 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2310 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2310 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2311 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2311 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2313 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2313 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2314 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2314 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2315 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2315 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2316 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2316 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2317 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2317 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2318 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2318 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2319 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2319 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2320 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2320 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2321 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2321 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2322 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2322 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2323 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2324 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2325 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2326 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2326 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2327 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2328 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2329 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2330 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2330 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2331 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2331 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2332 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2333 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2334 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2335 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2336 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2337 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2337 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2338 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2339 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2339 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2340 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2341 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2342 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2343 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2344 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2344 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2345 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2345 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2346 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2347 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2348 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2349 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2352 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2352 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2353 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2353 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2354 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2355 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 2356 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2357 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2358 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2358 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2359 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2360 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 2360 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2361 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 2362 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2363 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2363 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2365 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2366 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2367 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2367 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2368 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2369 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2369 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2370 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2370 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2371 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2371 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2372 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2373 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2374 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2375 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2375 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2376 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2376 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2377 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2377 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2378 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2378 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2379 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2379 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2380 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2380 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2381 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2381 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2382 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2382 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 2383 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2384 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2385 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2386 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2387 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2388 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2389 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2390 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2391 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2392 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2393 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2394 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2394 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2395 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2395 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2396 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2397 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2398 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2399 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2400 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2401 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2401 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2402 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2402 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2403 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2404 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2405 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2406 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2407 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2408 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2408 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2409 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2410 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2411 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2412 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2413 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2415 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2417 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2418 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2418 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2419 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2419 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2420 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2420 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2421 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2421 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2422 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2422 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2423 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2423 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2424 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2425 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2425 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2426 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2426 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2427 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2429 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2430 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2431 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2431 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2432 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2433 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2433 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2434 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2435 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2436 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2436 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2437 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2437 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2438 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2438 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2439 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2439 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2440 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2440 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2441 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2441 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2442 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2442 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2443 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2443 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2444 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2445 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2445 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2446 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2448 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2449 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2451 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2452 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2453 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2453 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2454 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2454 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2455 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2456 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2456 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2458 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2460 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2461 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2462 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2462 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2463 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2464 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2464 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2465 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2465 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2466 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2466 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2467 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2467 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2468 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2468 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2469 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2471 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2472 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2474 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2475 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2476 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2477 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2478 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2479 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2479 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2480 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2480 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2481 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2481 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2482 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2482 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2483 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2483 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2484 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2486 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2487 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2488 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2488 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2489 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2489 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2490 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2491 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2491 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2492 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2492 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2493 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2494 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2495 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2496 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2496 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2497 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2497 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2498 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2501 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2503 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2504 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2505 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2505 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2506 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2506 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2508 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2510 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2511 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2512 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2512 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2513 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2513 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2514 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2514 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2515 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2515 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2516 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2516 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2517 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2518 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2519 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2520 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2521 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2521 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2522 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2523 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2524 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2524 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2525 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2527 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2528 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2529 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2530 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2531 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2531 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2532 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2532 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2533 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2533 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2534 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2535 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2535 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2536 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2536 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2537 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2537 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2538 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2540 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2541 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2542 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2543 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2543 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2544 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2545 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2545 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2546 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2547 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2548 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2549 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2550 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2551 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2552 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2553 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2554 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2555 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2555 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2556 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2556 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2557 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2558 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2560 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2560 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2561 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2561 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2562 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2562 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2563 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2564 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2564 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2565 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2565 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2566 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2567 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2568 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2569 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2570 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2570 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2571 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2572 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2572 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2573 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2573 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2574 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2574 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2575 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2576 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2577 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2577 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2578 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2578 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2579 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2580 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2580 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2581 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2581 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2582 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2584 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2585 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2586 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2586 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2587 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2587 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2588 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2589 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2589 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2590 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2590 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2591 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2592 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2593 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2594 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2595 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2595 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2596 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2596 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2597 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2597 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2598 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2598 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2599 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2599 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2600 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2600 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2601 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2601 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2602 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2602 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2603 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2603 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2604 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2604 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2605 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2605 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2606 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2606 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2607 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2607 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2608 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2608 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2609 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2609 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2610 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2611 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2611 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2612 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2612 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2613 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2613 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2614 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2614 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2615 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2615 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2616 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2616 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2617 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2617 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2618 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2618 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2619 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2619 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2620 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2621 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2622 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2622 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2623 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2623 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2624 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2624 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2625 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2625 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2626 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2626 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2627 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2627 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2628 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2630 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2631 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2632 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2632 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2633 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2633 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2634 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2634 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2635 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2635 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2636 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2636 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2637 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2638 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2638 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2639 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2639 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2640 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2640 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2641 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2641 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2642 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2642 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2643 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2643 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2644 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2644 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2645 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2645 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2646 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2646 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2647 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2647 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2648 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2648 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2649 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2649 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2650 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2650 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2651 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2651 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2652 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2653 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2653 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2654 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2654 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2655 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2655 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2656 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2657 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2658 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2658 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2659 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2659 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2660 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2660 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2661 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2661 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2662 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2662 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2663 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2663 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2664 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2664 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2665 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2667 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2668 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2669 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2669 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2670 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2670 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2671 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2671 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2672 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2672 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2673 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2673 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2674 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2674 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2675 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2675 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2676 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2678 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2679 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2680 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2680 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2681 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2681 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2682 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2682 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2683 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2683 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2684 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2684 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2685 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2686 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2687 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2688 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2689 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2689 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2690 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2690 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2691 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2691 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2692 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2692 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2693 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2693 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2694 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2694 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2695 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2695 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2696 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2696 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2697 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2697 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2698 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2698 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2699 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2699 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2700 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2700 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2701 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2701 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2702 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2702 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2703 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2703 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2704 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2704 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2705 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2705 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2706 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2706 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2707 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2707 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2708 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2708 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2709 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2709 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2710 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2710 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2711 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2711 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2712 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2712 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2713 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2715 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2716 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2717 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2717 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2718 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2718 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2719 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2719 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2720 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2720 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2721 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2721 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2722 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2722 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2723 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2723 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2724 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2724 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2725 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2725 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2726 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2726 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2727 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2727 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2728 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2728 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2729 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2729 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2730 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2730 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2731 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2731 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2732 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2732 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2733 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2733 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2734 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2734 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2735 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2735 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2736 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2736 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2737 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2737 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2738 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2738 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2739 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2739 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2740 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2740 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2741 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2742 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2743 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2744 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2745 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2745 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2746 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2746 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2747 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2747 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2748 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2748 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2749 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2749 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2750 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2750 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2751 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2751 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2752 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2752 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2753 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2753 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2754 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2754 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2755 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2755 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2756 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2756 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2757 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2757 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2758 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2758 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2759 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2759 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2760 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2760 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2761 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2761 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2762 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2762 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2763 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2763 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2764 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2764 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2765 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2765 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2766 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2766 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2767 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2767 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2768 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2768 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2769 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2769 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2770 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2770 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2771 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2771 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2772 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2772 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2773 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2773 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2774 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2774 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2775 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2775 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2776 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2778 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2779 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2780 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2780 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2781 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2781 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2782 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2782 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2783 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2783 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2784 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2784 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2785 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2785 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2786 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2786 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2787 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2787 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2788 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2788 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2789 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2789 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2790 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2790 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2791 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2791 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2792 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2792 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2793 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2793 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2794 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2794 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2795 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2795 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2796 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2796 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2797 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2797 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2798 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2798 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2799 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2799 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2800 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2800 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2801 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2801 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2802 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2802 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2803 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2803 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2804 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2804 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2805 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2805 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2806 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2806 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2807 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2807 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2808 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2808 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2809 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2809 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2810 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2810 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2811 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2812 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2813 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2814 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2815 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2815 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2816 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2816 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2817 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2817 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2818 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2818 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2819 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2819 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2820 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2820 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2821 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2821 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2822 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2822 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2823 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2823 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2824 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2824 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2825 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2825 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2826 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2826 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2827 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2827 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2828 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2828 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2829 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2829 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2830 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2830 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2831 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2831 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2832 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2832 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2833 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2833 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2834 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2834 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2835 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2835 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2836 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2836 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2837 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2839 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2840 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2841 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2841 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2842 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2842 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2843 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2843 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2844 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2844 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2845 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2845 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2846 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2846 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2847 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2847 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2848 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2849 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2850 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2851 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2852 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2852 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2853 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2853 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 2854 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2855 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2855 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 2856 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2856 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2857 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2858 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2859 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2860 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2861 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2861 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2862 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2863 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2863 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2864 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2864 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2865 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2865 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2866 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 2867 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2868 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2868 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2869 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2869 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2870 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2870 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2871 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2871 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2872 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2874 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2875 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2877 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2878 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2879 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2880 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2881 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2881 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2882 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2882 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2883 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2883 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 2884 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2885 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 2885 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 2886 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2887 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2887 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 2888 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2888 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 2889 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 2890 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2891 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2891 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2892 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2892 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2893 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2895 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2896 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2897 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2898 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2899 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2900 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2901 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2901 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2902 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2902 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2903 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2903 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 2904 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2904 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2905 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2905 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2906 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2906 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 2907 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 2908 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2909 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2910 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 2910 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2911 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2912 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2912 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2913 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2913 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2914 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2914 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 2915 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2916 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2917 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2917 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2918 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2918 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2919 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 2920 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2921 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2921 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2922 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 2922 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2923 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2923 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 2924 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 2924 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 2925 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2926 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2927 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 2928 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 2929 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2930 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 2931 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2932 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 2933 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2934 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2934 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2935 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2935 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2936 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2936 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 2937 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 2938 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 2938 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 2939 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 2940 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2940 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2941 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2941 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2942 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2942 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 2943 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 2943 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 2944 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 2945 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2946 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2946 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2947 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2947 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2948 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2948 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2949 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2950 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2951 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2952 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2953 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2954 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2955 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 2955 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2956 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2957 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2957 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2958 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2958 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 2959 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2960 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 2961 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2962 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2963 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2964 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2964 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2965 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2965 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2966 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2967 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2968 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2969 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2970 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2971 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2972 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 2972 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 2973 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2974 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2974 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 2975 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 2975 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 2976 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 2977 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 2978 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 2979 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2980 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2981 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2981 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2982 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2982 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2983 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 2983 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2984 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 16. | 2984 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2985 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2985 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2986 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2986 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2987 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2987 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2988 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2988 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2989 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 2989 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 2990 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 2990 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2991 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2992 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 2993 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 2994 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 2995 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 2996 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2997 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 2997 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 2998 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 2998 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 14, 18. | 2999 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 18, 22. | 3001 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 18. | 3002 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3004 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 3004 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3005 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3006 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3006 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3007 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3007 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3008 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3008 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3009 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3009 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3010 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 3011 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3012 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3013 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 3014 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3015 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3017 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3018 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3019 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3019 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3020 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3021 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3021 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3022 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3023 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3024 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3025 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3025 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3026 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3026 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3027 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3028 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3029 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3030 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3031 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3031 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 3032 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3033 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3033 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3034 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3034 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3035 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3035 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 3036 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3037 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3038 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3039 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3040 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3042 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3043 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3044 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3044 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 3045 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3045 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3046 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3046 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3047 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3048 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3048 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3049 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3050 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3050 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3051 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3051 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3052 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3052 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3053 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3054 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3055 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3055 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3056 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3056 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3057 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3057 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3058 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3058 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3059 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3059 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3060 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3060 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3061 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3061 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3062 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3062 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3063 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3063 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3064 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3064 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3065 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3066 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3067 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3068 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3069 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3071 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3072 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3073 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3073 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3074 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3075 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3075 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3076 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3077 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3078 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3079 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3079 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3080 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3080 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3081 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3082 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3083 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3084 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3084 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3085 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3085 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3086 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 3087 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3088 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3088 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3089 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3089 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3090 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3090 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3091 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3091 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3092 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3092 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3093 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3093 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3094 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3094 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3095 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3095 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 3096 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3097 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3098 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3098 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3099 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3099 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3100 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3101 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3102 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3104 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3105 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3106 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3106 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3107 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3107 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3109 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3110 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3110 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 3111 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 3112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3113 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 3114 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 20. | 3115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 3115 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 16. | 3116 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 3117 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3117 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 3118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3118 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 3119 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3120 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3123 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3125 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3126 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3128 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3130 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3132 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3134 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3135 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3139 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3141 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3143 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3144 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3146 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3148 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3152 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3153 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3154 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3154 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3155 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3156 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3156 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3157 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3158 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3159 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3160 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3162 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3164 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3166 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3168 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3170 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3171 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3172 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3172 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3173 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3175 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3175 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3177 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3179 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3180 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3181 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3182 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3186 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3188 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3189 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3190 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3191 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3192 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3192 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3195 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3197 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3199 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3201 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3202 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3203 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3204 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3205 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3206 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3208 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3210 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3211 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3212 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3213 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3215 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3217 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3219 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3220 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3221 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3222 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3223 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3224 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3225 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3226 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3228 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3229 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3230 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3231 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3232 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3232 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3233 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3234 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3234 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3235 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3237 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3238 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3239 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3240 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3241 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3241 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3242 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3242 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3245 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3246 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3246 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3247 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3247 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3248 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3249 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3250 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3251 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3251 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3252 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3252 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3253 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3254 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3255 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3255 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3256 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 3257 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3258 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3258 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3259 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3259 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 3260 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 3261 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 3261 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 3262 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 3262 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 3263 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 3263 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 3264 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 3265 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 3265 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 3266 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 3267 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3267 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 3268 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3269 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3269 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3270 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 3270 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3271 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3272 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3272 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3273 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 3273 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3274 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3275 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3276 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3276 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 3277 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 3278 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3279 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3279 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3280 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3280 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 3281 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3282 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3283 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3283 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3284 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3284 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3285 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3286 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3287 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3289 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3290 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3291 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3291 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3292 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3293 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3293 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3294 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3294 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3295 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3296 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3297 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3298 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3299 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3299 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3300 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3301 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3302 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3303 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3303 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3304 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3305 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3306 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3307 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3307 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3308 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 3309 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3310 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3310 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3311 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3311 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 12, expected level should be 24. | 3312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 3313 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 3313 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 3314 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 3314 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 28. | 3315 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 3315 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 3316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 3317 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 3317 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 3318 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3318 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 3319 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3319 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 3320 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3321 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3321 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3322 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 3322 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3323 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3323 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3324 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3324 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3325 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 32. | 3325 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3326 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3326 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3327 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 3328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 3328 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 3329 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 12, expected level should be 24. | 3330 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3331 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3331 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3332 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 3333 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3334 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3335 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3335 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3336 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3336 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3337 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3339 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3341 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3342 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3343 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3344 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3345 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3345 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3346 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3347 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3347 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 3348 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3349 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 3350 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3351 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3351 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3352 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3352 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3353 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3353 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3354 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3354 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3355 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3355 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3356 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3356 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3357 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3358 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3359 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3361 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3365 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3366 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3366 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3367 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3367 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3368 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3368 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3369 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3369 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3370 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3372 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3373 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3374 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3376 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3378 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3380 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3381 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3382 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3383 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3383 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3384 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3384 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3385 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3385 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3386 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3386 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3387 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3388 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3389 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3389 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3390 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3390 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3391 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3393 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3394 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3395 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3396 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3396 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3397 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3397 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3398 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3398 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3399 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3400 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3400 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3401 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3401 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3402 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3403 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3403 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3404 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3404 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3405 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3405 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3406 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3406 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3407 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3408 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3409 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3411 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3412 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3413 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3413 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3415 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3415 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3416 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3417 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3418 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3419 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3419 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3420 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3420 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3421 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3422 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3423 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3424 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3424 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3425 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3425 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3426 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3426 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3427 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3428 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3428 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3429 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3429 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3430 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3430 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3431 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3433 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3435 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3436 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3437 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3437 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3438 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3439 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3439 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3440 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3441 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3442 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3443 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3443 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3444 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3444 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3445 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3446 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3447 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3448 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3449 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3450 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3451 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3451 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3452 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3452 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3453 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3453 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3454 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3454 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3455 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3455 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3456 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3456 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3457 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3458 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3459 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3461 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3462 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3463 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3463 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3464 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3465 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3466 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3467 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3468 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3469 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3470 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3471 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3472 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3472 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 3473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3473 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3474 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 3475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3475 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3476 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3476 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3477 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3478 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 3478 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3479 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3480 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3480 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3481 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3482 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3483 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3484 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3484 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3485 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3485 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3486 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3487 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3488 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3489 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 3489 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3490 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 3491 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3492 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3493 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 3493 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3494 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3494 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3495 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 3495 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3496 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3497 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3497 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3498 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3499 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3499 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3500 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3500 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3501 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3501 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 24. | 3502 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 28. | 3503 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 28. | 3503 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 24. | 3504 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3505 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3506 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3507 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 3508 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3509 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3510 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3512 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3513 | |
| indentation | Indentation | 'for' have incorrect indentation level 4, expected level should be 8. | 3514 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 6, expected level should be 12. | 3515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 3516 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3516 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 16. | 3517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3517 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 3518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3519 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3519 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 3520 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 3521 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 16. | 3522 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3523 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 3523 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3524 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3524 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 3525 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 3526 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3526 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 3527 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 20. | 3528 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 3528 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 16. | 3529 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 12. | 3530 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 4, expected level should be 8. | 3531 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3533 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3534 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3535 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3535 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3536 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3538 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3539 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3540 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3540 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3541 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3542 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3542 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3543 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3544 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3545 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3546 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3548 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3548 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3549 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3550 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3551 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 3553 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3553 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3554 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3556 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3557 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3558 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3560 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3561 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3562 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3562 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3563 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3563 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3564 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3565 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3566 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3567 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3567 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3568 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3569 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3570 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3571 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3572 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3573 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3574 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3576 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3577 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3578 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3578 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3579 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3580 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3580 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3581 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3582 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3582 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3583 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3583 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3584 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3584 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3585 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3586 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3586 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3587 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3587 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3588 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3589 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3590 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3590 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3591 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3591 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3592 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3593 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3593 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3594 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3595 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3595 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3596 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3597 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3598 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3600 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3601 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3602 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3602 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3603 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3604 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3604 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3605 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3606 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3606 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3607 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3607 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3608 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3608 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3609 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3609 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3610 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3610 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3611 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3611 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3612 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3612 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3613 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3613 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3614 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3615 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3615 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3616 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3616 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3617 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3617 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3618 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3618 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3619 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3619 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3620 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3620 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3621 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3621 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3622 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3623 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3624 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3625 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3626 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3627 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 3628 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3628 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 3629 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 3630 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 3630 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 3631 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3632 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3632 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3633 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3633 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3634 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3634 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3635 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3635 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3636 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3636 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3637 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3637 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3638 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3639 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3639 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3640 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3640 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3641 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3641 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3642 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3643 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3644 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3645 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3645 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3646 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3646 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3647 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3647 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3648 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 3649 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3650 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3651 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3651 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3652 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3652 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3653 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3654 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3655 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3655 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3656 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3656 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 3657 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3657 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 3658 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3659 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3659 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3660 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3660 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3661 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 3661 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3662 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3662 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3663 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3663 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 3664 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3665 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3665 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3666 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3666 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 3667 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 3667 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3668 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3669 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3670 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3671 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3671 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3672 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3672 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3673 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3673 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 3674 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 3675 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 3676 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3677 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 3677 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 3678 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 3678 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 3679 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 3680 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 16. | 3681 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 3681 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 12. | 3682 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 3683 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 3684 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3686 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3687 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3688 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3689 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3690 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3691 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3692 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3693 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3694 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3695 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3696 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3697 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3698 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3699 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3701 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3703 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3704 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3705 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3706 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3707 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3708 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3709 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3710 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3711 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3712 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3713 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3714 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3715 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3716 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3718 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3720 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3721 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3722 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3723 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3724 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3725 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3726 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3727 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3728 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3729 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3730 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3731 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3732 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3733 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3735 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3736 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3737 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3738 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3740 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3741 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3742 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3743 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3744 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3746 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3748 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3749 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3750 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3751 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3752 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3753 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3754 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3755 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3756 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3757 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3758 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3759 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3761 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3763 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3764 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3765 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3766 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3767 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3768 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3769 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3770 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3771 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3772 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3773 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3774 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3775 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3776 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3778 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3780 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3781 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3782 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3783 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3784 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3785 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3786 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3787 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3789 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3791 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3792 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3793 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3794 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3795 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3796 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3797 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3798 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3800 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3802 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 3803 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 3804 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3805 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3806 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3807 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3808 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 3809 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 3810 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 3811 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 3813 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 3814 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 2, expected level should be 4. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 2, expected level should be 4. | 58 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 59 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 60 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 61 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 62 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 12. | 62 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 63 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 4, expected level should be 8. | 64 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 2, expected level should be 4. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 67 | |
| indentation | Indentation | 'try' have incorrect indentation level 4, expected level should be 8. | 68 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 6, expected level should be 12. | 69 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 69 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 70 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 71 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 73 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 74 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 74 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 14, 18. | 75 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 18, 22. | 77 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 18. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 80 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 10, expected level should be 20. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 81 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 82 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 83 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 86 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 87 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 87 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 88 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 88 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 89 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 89 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 24. | 90 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 20. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 92 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 93 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 93 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 94 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 95 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 95 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 96 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 24. | 97 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 28. | 98 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 14, expected level should be 28. | 98 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 28. | 99 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 32. | 100 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 28. | 101 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 32. | 102 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 32. | 102 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 28. | 103 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 24. | 104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 105 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 106 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 106 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 107 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 108 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 109 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 109 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 110 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 111 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 112 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 112 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 113 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 113 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 114 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 115 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 115 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 116 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 117 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 118 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 118 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 119 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 120 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 121 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 12. | 122 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 8. | 123 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 12. | 124 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 4, expected level should be 8. | 125 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 128 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 129 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 132 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 133 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 134 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 135 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 136 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 137 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 138 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 139 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 140 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 143 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 144 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 145 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 146 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 147 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 149 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 150 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 151 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 152 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 154 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 156 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 159 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 160 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 162 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 162 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 163 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 164 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 164 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 165 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 165 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 166 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 167 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 167 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 168 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 168 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 169 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 169 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 170 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 170 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 171 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 171 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 172 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 172 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 173 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 173 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 174 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 174 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 175 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 177 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 180 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 181 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 182 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 183 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 184 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 185 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 186 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 188 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 189 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 191 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 191 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 192 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 193 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 194 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 195 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 195 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 196 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 196 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 197 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 198 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 198 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 199 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 200 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 201 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 201 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 203 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 206 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 207 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 208 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 209 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 209 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 210 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 211 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 212 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 213 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 214 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 215 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 217 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 218 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 219 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 219 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 220 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 220 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 221 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 224 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 227 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 228 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 229 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 230 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 230 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 231 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 231 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 233 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 234 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 234 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 235 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 236 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 237 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 238 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 238 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 239 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 239 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 240 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 240 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 241 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 243 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 244 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 245 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 247 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 250 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 251 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 252 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 253 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 253 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 254 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 254 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 255 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 256 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 256 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 257 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 257 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 258 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 259 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 260 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 261 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 261 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 262 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 263 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 263 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 264 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 265 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 266 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 267 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 268 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 268 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 269 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 270 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 270 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 271 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 271 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 272 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 273 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 274 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 274 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 275 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 275 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 276 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 277 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 278 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 281 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 282 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 283 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 284 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 284 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 285 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 285 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 286 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 286 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 287 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 288 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 288 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 289 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 289 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 290 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 291 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 291 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 292 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 293 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 293 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 294 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 295 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 295 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 296 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 296 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 297 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 297 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 298 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 298 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 299 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 299 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 300 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 300 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 301 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 301 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 302 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 302 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 303 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 303 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 304 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 304 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 305 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 305 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 306 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 306 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 307 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 307 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 308 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 309 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 309 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 310 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 310 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 311 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 311 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 312 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 313 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 313 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 314 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 314 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 315 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 317 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 318 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 319 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 320 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 321 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 324 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 325 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 326 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 327 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 328 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 329 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 330 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 330 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 331 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 331 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 332 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 332 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 333 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 334 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 334 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 335 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 335 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 336 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 336 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 337 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 337 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 338 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 339 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 340 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 343 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 344 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 344 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 345 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 346 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 346 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 347 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 347 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 348 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 348 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 349 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 349 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 350 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 350 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 351 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 351 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 352 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 352 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 353 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 353 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 354 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 354 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 356 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 359 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 361 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 362 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 363 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 364 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 365 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 366 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 367 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 367 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 368 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 369 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 370 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 370 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 371 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 371 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 372 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 372 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 373 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 373 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 374 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 374 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 375 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 375 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 376 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 20. | 376 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 377 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 378 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 379 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 380 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 383 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 384 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 385 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 12. | 387 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 6, expected level should be 12. | 387 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 388 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 389 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 389 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 390 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 390 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 391 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 391 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 392 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 393 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 394 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 395 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 396 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 397 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 397 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 398 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 398 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 12. | 399 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 401 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 12. | 402 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 404 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 405 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 405 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 406 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 407 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 408 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 408 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 409 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 409 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 410 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 410 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 411 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 411 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 412 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 412 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 413 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 413 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 414 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 20. | 415 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 416 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 416 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 417 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 417 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 24. | 418 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 418 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 20. | 419 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 420 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 421 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 422 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 423 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 424 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 425 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 425 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 426 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 426 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 16. | 427 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 427 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 428 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 429 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 430 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 433 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 434 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 435 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 12. | 436 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 8, expected level should be 16. | 437 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 20. | 438 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 20. | 438 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 20. | 439 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 440 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 440 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 441 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 441 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 442 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 24. | 442 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 443 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 443 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 444 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 444 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 445 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 445 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 446 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 24. | 446 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 447 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 447 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 448 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 448 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 449 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 449 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 450 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 450 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 24. | 451 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 24. | 451 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 20. | 452 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 16. | 453 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 12. | 454 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 455 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 456 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 459 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 460 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 461 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 462 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 463 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 463 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 464 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 464 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 465 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 465 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 466 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 466 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 467 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 468 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 469 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 469 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 470 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 470 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 471 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 471 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 472 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 473 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 474 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 475 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 477 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 478 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 478 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 479 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 482 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 483 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 483 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 484 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 484 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 485 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 486 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 486 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 487 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 487 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 488 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 488 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 489 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 490 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 490 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 491 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 491 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 492 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 492 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 493 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 493 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 494 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 494 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 495 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 495 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 496 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 497 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 498 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 498 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 499 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 500 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 501 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 501 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 502 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 504 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 505 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 506 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 507 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 508 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 508 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 509 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 509 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 510 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 510 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 511 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 512 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 512 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 513 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 513 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 514 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 514 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 515 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 515 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 516 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 516 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 517 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 517 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 518 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 518 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 519 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 519 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 520 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 520 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 521 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 521 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 522 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 522 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 523 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 523 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 524 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 524 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 525 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 528 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 529 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 529 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 530 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 530 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 531 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 531 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 532 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 533 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 534 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 534 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 535 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 535 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 536 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 536 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 537 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 537 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 538 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 538 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 539 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 540 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 540 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 541 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 541 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 542 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 543 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 543 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 544 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 544 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 545 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 546 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 8. | 547 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 12. | 548 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 549 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 549 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 550 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 550 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 551 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 552 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 553 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 554 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 8, expected level should be 16. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 555 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 556 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 556 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 557 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 557 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 558 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 16. | 559 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 16. | 559 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 12. | 560 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 8. | 561 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 562 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 562 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 563 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 563 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 564 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 567 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 568 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 568 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 569 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 569 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 570 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 570 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 571 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 572 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 573 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 574 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 575 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 575 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 8. | 576 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 576 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 577 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 577 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 578 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 579 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 580 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 580 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 581 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 581 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 582 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 583 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 583 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 584 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 585 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 585 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 586 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 586 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 587 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 587 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 588 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 588 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 589 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 589 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 590 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 590 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 591 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 591 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 592 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 592 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 593 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 593 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 594 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 594 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 595 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 595 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 596 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 596 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 8. | 597 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 597 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 598 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 2, expected level should be 4. | 601 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 8. | 602 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 602 | |
| indentation | Indentation | 'if' have incorrect indentation level 4, expected level should be 8. | 603 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 12. | 604 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 4, expected level should be 8. | 605 | |
| indentation | Indentation | 'else' child have incorrect indentation level 6, expected level should be 12. | 606 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 4, expected level should be 8. | 607 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 608 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 2, expected level should be 4. | 609 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |