mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Activity alias: formatting changes suggested by Actions
This commit is contained in:
@@ -151,7 +151,7 @@ class AndroidActivityAliasXmlElement extends AndroidComponentXmlElement {
|
||||
exists(AndroidXmlAttribute attr |
|
||||
attr = this.getAnAttribute() and attr.getName() = "targetActivity"
|
||||
|
|
||||
result = getResolvedIdentifier(attr)
|
||||
result = this.getResolvedIdentifier(attr)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@ class AndroidComponentXmlElement extends XmlElement {
|
||||
*/
|
||||
string getResolvedComponentName() {
|
||||
exists(AndroidXmlAttribute attr | attr = this.getAnAttribute() and attr.getName() = "name" |
|
||||
result = getResolvedIdentifier(attr)
|
||||
result = this.getResolvedIdentifier(attr)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import java
|
||||
|
||||
import semmle.code.xml.AndroidManifest
|
||||
|
||||
from AndroidActivityAliasXmlElement alias
|
||||
|
||||
Reference in New Issue
Block a user