101 lines
4.1 KiB
XML
101 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="4" by="lint 24.4.1">
|
|
|
|
<issue
|
|
id="ResourceType"
|
|
severity="Fatal"
|
|
message="Expected resource of type id"
|
|
category="Correctness"
|
|
priority="7"
|
|
summary="Wrong Resource Type"
|
|
explanation="Ensures that resource id's passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
|
|
errorLine1=" actionButtonContainer.setId(1);
|
|
"
|
|
errorLine2=" ~">
|
|
<location
|
|
file="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
|
|
line="547"
|
|
column="45"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ResourceType"
|
|
severity="Fatal"
|
|
message="Expected resource of type id"
|
|
category="Correctness"
|
|
priority="7"
|
|
summary="Wrong Resource Type"
|
|
explanation="Ensures that resource id's passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
|
|
errorLine1=" back.setId(2);
|
|
"
|
|
errorLine2=" ~">
|
|
<location
|
|
file="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
|
|
line="555"
|
|
column="28"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ResourceType"
|
|
severity="Fatal"
|
|
message="Expected resource of type id"
|
|
category="Correctness"
|
|
priority="7"
|
|
summary="Wrong Resource Type"
|
|
explanation="Ensures that resource id's passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
|
|
errorLine1=" forward.setId(3);
|
|
"
|
|
errorLine2=" ~">
|
|
<location
|
|
file="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
|
|
line="579"
|
|
column="31"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ResourceType"
|
|
severity="Fatal"
|
|
message="Expected resource of type id"
|
|
category="Correctness"
|
|
priority="7"
|
|
summary="Wrong Resource Type"
|
|
explanation="Ensures that resource id's passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
|
|
errorLine1=" edittext.setId(4);
|
|
"
|
|
errorLine2=" ~">
|
|
<location
|
|
file="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
|
|
line="602"
|
|
column="32"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ResourceType"
|
|
severity="Fatal"
|
|
message="Expected resource of type id"
|
|
category="Correctness"
|
|
priority="7"
|
|
summary="Wrong Resource Type"
|
|
explanation="Ensures that resource id's passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
|
|
errorLine1=" close.setId(5);
|
|
"
|
|
errorLine2=" ~">
|
|
<location
|
|
file="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
|
|
line="625"
|
|
column="29"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="ResourceType"
|
|
severity="Fatal"
|
|
message="Expected resource of type id"
|
|
category="Correctness"
|
|
priority="7"
|
|
summary="Wrong Resource Type"
|
|
explanation="Ensures that resource id's passed to APIs are of the right type; for example, calling `Resources.getColor(R.string.name)` is wrong."
|
|
errorLine1=" inAppWebView.setId(6);
|
|
"
|
|
errorLine2=" ~">
|
|
<location
|
|
file="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java"
|
|
line="671"
|
|
column="36"/>
|
|
</issue>
|
|
|
|
</issues>
|