KotlinInvalidBundleOrPropertyInspection: fix false positive for a bundle with several properties files
#KT-31359 Fixed
This commit is contained in:
@@ -70,4 +70,20 @@
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Invalid property key</problem_class>
|
||||
<description>Invalid resource bundle reference 'TestBundle2'</description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>unresolvedPropertyReference.kt</file>
|
||||
<line>6</line>
|
||||
<module>testInvalidBundleOrProperty_InvalidBundleOrProperty_0</module>
|
||||
<entry_point TYPE="method" FQNAME="UnresolvedPropertyReferenceKt void test()"/>
|
||||
<problem_class severity="ERROR" attribute_key="WRONG_REFERENCES_ATTRIBUTES">Invalid property key</problem_class>
|
||||
<description>String literal 'www' doesn't appear to be valid property key</description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>unresolvedBundleReference.kt</file>
|
||||
<line>5</line>
|
||||
<module>testInvalidBundleOrProperty_InvalidBundleOrProperty_0</module>
|
||||
<entry_point TYPE="method" FQNAME="UnresolvedBundleReferenceKt java.lang.String message(java.lang.String key, java.lang.Object... args)" />
|
||||
<problem_class severity="ERROR" attribute_key="WRONG_REFERENCES_ATTRIBUTES">Invalid property key</problem_class>
|
||||
<description>Invalid resource bundle reference 'TestBundle2'</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
Reference in New Issue
Block a user