Java: Hnalde global files as exceptions rather than annotating them

This allows us to merge them without redundent annoations for now.
This commit is contained in:
Alex Eyers-Taylor
2025-09-10 14:41:31 +01:00
parent 5c19aad012
commit dcc5572767
5 changed files with 9 additions and 8 deletions

View File

@@ -5,8 +5,6 @@
* data flow check for lambdas, anonymous classes, and other sufficiently
* private classes where all object instantiations are accounted for.
*/
overlay[global]
module;
import java
private import VirtualDispatch

View File

@@ -6,8 +6,6 @@
* The set of dispatch targets for `Object.toString()` calls are reduced based
* on possible data flow from objects of more specific types to the qualifier.
*/
overlay[global]
module;
import java
private import VirtualDispatch

View File

@@ -2,8 +2,6 @@
* Provides predicates for reasoning about runtime call targets through virtual
* dispatch.
*/
overlay[global]
module;
import java
import semmle.code.java.dataflow.TypeFlow

View File

@@ -1,8 +1,6 @@
/**
* Provides a module to check whether two `ParameterizedType`s are unifiable.
*/
overlay[global]
module;
import java