Config.xml angepasst, Kaufabwicklung funktioniert jetzt reibungslos
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="4" by="lint 24.3.3">
|
||||
<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="G:\Projekte\Android\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="G:\Projekte\Android\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="G:\Projekte\Android\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="G:\Projekte\Android\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="G:\Projekte\Android\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
|
||||
|
||||
Reference in New Issue
Block a user