Java: Rename AutomodelVsCode to ModelEditor

This commit is contained in:
Koen Vlaswinkel
2023-09-20 13:51:05 +02:00
parent 0434cce4c3
commit 082a45400d
3 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
*/
private import java
private import AutomodelVsCode
private import ModelEditor
class ExternalApi extends CallableMethod {
ExternalApi() { not this.fromSource() }

View File

@@ -9,7 +9,7 @@
private import java
private import semmle.code.java.dataflow.internal.ModelExclusions
private import AutomodelVsCode
private import ModelEditor
class PublicMethodFromSource extends CallableMethod, ModelApi { }