File: info.txt

package info (click to toggle)
android-platform-dalvik 10.0.0%2Br36-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,132 kB
  • sloc: java: 270,758; cpp: 8,766; sh: 2,004; javascript: 976; ansic: 534; awk: 368; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
This is a non-regression test that reproduces a case where a local variable
would have the java.lang.Object type because of a null constant.
The type of the local variable would be transformed from "KNOWN_NULL" to
"java.lang.Object", but "java.lang.Object" wouldn't be added to the types of
the dex.
So in the rare case where java.lang.Object wouldn't be referenced anywhere else
in the compilation unit it would fail with "java.lang.IllegalArgumentException:
not found: Ljava/lang/Object;"