Corrected test data
This commit is contained in:
@@ -1,31 +1,4 @@
|
||||
<problems>
|
||||
<problem>
|
||||
<file>unnamedAndNamed.kt</file>
|
||||
<line>6</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/unnamedAndNamed.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>unacceptableVararg.kt</file>
|
||||
<line>7</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/unacceptableVararg.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>singleNamedArgument.kt</file>
|
||||
<line>6</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/singleNamedArgument.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>singleArgument.kt</file>
|
||||
<line>6</line>
|
||||
@@ -35,15 +8,6 @@
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>namedAndFunction.kt</file>
|
||||
<line>6</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/namedAndFunction.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>multiArgument.kt</file>
|
||||
<line>6</line>
|
||||
@@ -53,33 +17,6 @@
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>missingDefaultArgument.kt</file>
|
||||
<line>7</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/missingDefaultArgument.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>missingArgument.kt</file>
|
||||
<line>8</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/missingArgument.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>invalidArgument.kt</file>
|
||||
<line>8</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/invalidArgument.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>functionalArgument.kt</file>
|
||||
<line>6</line>
|
||||
@@ -98,15 +35,6 @@
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>duplicateArguments.kt</file>
|
||||
<line>9</line>
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/duplicateArguments.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Explicit 'get'</problem_class>
|
||||
<description>Replace 'get' call with index operator</description>
|
||||
</problem>
|
||||
|
||||
<problem>
|
||||
<file>argumentAndFunction.kt</file>
|
||||
<line>6</line>
|
||||
|
||||
Reference in New Issue
Block a user