We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6649a commit b13e6a7Copy full SHA for b13e6a7
1 file changed
soot-infoflow-android/src/soot/jimple/infoflow/android/resources/ARSCFileParser.java
@@ -377,7 +377,11 @@ public boolean equals(Object obj) {
377
public static class ResType {
378
private int id;
379
private String typeName;
380
- private List<ResConfig> configurations = new ArrayList<ResConfig>();
+ private List<ResConfig> configurations = new ArrayList<>();
381
+
382
+ public int getId() {
383
+ return id;
384
+ }
385
386
public String getTypeName() {
387
return this.typeName;
0 commit comments