File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
kotlin-extractor/src/main/java/com/semmle/util/process Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,6 @@ public enum Var {
36
36
/*
37
37
* Core toolchain variables
38
38
*/
39
- /**
40
- * The location of the toolchain.
41
- *
42
- * Deprecated in favour of {@link Var#SEMMLE_DIST}, {@link Var#SEMMLE_HOME}, and
43
- * {@link Var#SEMMLE_DATA}.
44
- */
45
- @ Deprecated
46
- ODASA_HOME ,
47
39
/**
48
40
* The location of the user's configuration files, including project configurations,
49
41
* dashboard configurations, team insight configurations, licenses etc.
@@ -82,10 +74,6 @@ public enum Var {
82
74
* The location where our queries are kept.
83
75
*/
84
76
ODASA_QUERIES ,
85
- /**
86
- * The location of the 'tools' directory
87
- */
88
- ODASA_TOOLS ,
89
77
/**
90
78
* Whether we are running in 'prototyping mode'.
91
79
*/
@@ -197,10 +185,6 @@ public enum Var {
197
185
* The platform we are running on; one of "linux", "osx" and "win".
198
186
*/
199
187
SEMMLE_PLATFORM ,
200
- /**
201
- * Location of platform specific tools, currently only used in universal LGTM distributions
202
- */
203
- SEMMLE_PLATFORM_TOOLS ,
204
188
/**
205
189
* PATH to use to look up tooling required by macOS Relocator scripts.
206
190
*/
@@ -284,7 +268,6 @@ public enum Var {
284
268
/*
285
269
* Layout variables
286
270
*/
287
- ODASA_JAVA_LAYOUT ,
288
271
ODASA_CPP_LAYOUT ,
289
272
ODASA_CSHARP_LAYOUT ,
290
273
ODASA_PYTHON_LAYOUT ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ category : breaking
3
+ ---
4
+ * The Java extractor no longer supports the ` ODASA_JAVA_LAYOUT ` , ` ODASA_TOOLS ` and ` ODASA_HOME ` legacy environment variables.
You can’t perform that action at this time.
0 commit comments