CodeQL library for Java
codeql/java-all 0.6.1 ( changelog , source )
Search

Member predicate Package :: getURL

A dummy URL for packages.

This declaration is required to allow selection of packages in QL queries. Without it, an implicit call to Package.getLocation() would be generated when selecting a package, which would result in a compile-time error since packages do not have locations.

string getURL ( )