File tree 14 files changed +24
-72
lines changed
com.ibm.wala.cast.python.jython
com.ibm.wala.cast.python.jython.test
com.ibm.wala.cast.python.jython3/.settings
com.ibm.wala.cast.python.jython3.test
com.ibm.wala.cast.python.ml
com.ibm.wala.cast.python.ml.test
com.ibm.wala.cast.python.test
14 files changed +24
-72
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
4
4
<attributes >
5
5
<attribute name =" maven.pomderived" value =" true" />
6
6
</attributes >
17
17
<attribute name =" test" value =" true" />
18
18
</attributes >
19
19
</classpathentry >
20
- <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
21
- <attributes >
22
- <attribute name =" maven.pomderived" value =" true" />
23
- <attribute name =" test" value =" true" />
24
- <attribute name =" optional" value =" true" />
25
- </attributes >
26
- </classpathentry >
27
20
<classpathentry kind =" output" path =" target/classes" />
28
21
</classpath >
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ org.eclipse.jdt.core.classpath.mainOnlyProjectHasTestOnlyDependency=error
10
10
org.eclipse.jdt.core.classpath.multipleOutputLocations =enabled
11
11
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
12
12
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
13
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
14
- org.eclipse.jdt.core.compiler.compliance =1.8
13
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
14
+ org.eclipse.jdt.core.compiler.compliance =17
15
15
org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
16
16
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
17
17
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
18
18
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
19
19
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
20
20
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
21
21
org.eclipse.jdt.core.compiler.release =disabled
22
- org.eclipse.jdt.core.compiler.source =1.8
22
+ org.eclipse.jdt.core.compiler.source =17
23
23
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
24
24
org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change 12
12
<attribute name =" optional" value =" true" />
13
13
</attributes >
14
14
</classpathentry >
15
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
15
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
16
16
<attributes >
17
17
<attribute name =" maven.pomderived" value =" true" />
18
18
</attributes >
29
29
<attribute name =" test" value =" true" />
30
30
</attributes >
31
31
</classpathentry >
32
- <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33
- <attributes >
34
- <attribute name =" maven.pomderived" value =" true" />
35
- <attribute name =" test" value =" true" />
36
- <attribute name =" optional" value =" true" />
37
- </attributes >
38
- </classpathentry >
39
32
<classpathentry kind =" output" path =" target/classes" />
40
33
</classpath >
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
11
11
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
12
12
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
13
13
org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
14
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
14
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
15
15
org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
16
- org.eclipse.jdt.core.compiler.compliance =1.8
16
+ org.eclipse.jdt.core.compiler.compliance =17
17
17
org.eclipse.jdt.core.compiler.debug.lineNumber =generate
18
18
org.eclipse.jdt.core.compiler.debug.localVariable =generate
19
19
org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -24,6 +24,6 @@ org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
24
24
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
25
25
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
26
26
org.eclipse.jdt.core.compiler.release =disabled
27
- org.eclipse.jdt.core.compiler.source =1.8
27
+ org.eclipse.jdt.core.compiler.source =17
28
28
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
29
29
org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
4
4
<attributes >
5
5
<attribute name =" maven.pomderived" value =" true" />
6
6
</attributes >
17
17
<attribute name =" test" value =" true" />
18
18
</attributes >
19
19
</classpathentry >
20
- <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
21
- <attributes >
22
- <attribute name =" maven.pomderived" value =" true" />
23
- <attribute name =" test" value =" true" />
24
- <attribute name =" optional" value =" true" />
25
- </attributes >
26
- </classpathentry >
27
20
<classpathentry kind =" output" path =" target/classes" />
28
21
</classpath >
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ org.eclipse.jdt.core.classpath.mainOnlyProjectHasTestOnlyDependency=error
10
10
org.eclipse.jdt.core.classpath.multipleOutputLocations =enabled
11
11
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
12
12
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
13
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
14
- org.eclipse.jdt.core.compiler.compliance =1.8
13
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
14
+ org.eclipse.jdt.core.compiler.compliance =17
15
15
org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
16
16
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
17
17
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
18
18
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
19
19
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
20
20
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
21
21
org.eclipse.jdt.core.compiler.release =disabled
22
- org.eclipse.jdt.core.compiler.source =1.8
22
+ org.eclipse.jdt.core.compiler.source =17
23
23
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
24
24
org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
23
23
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
24
24
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
25
25
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
26
- org.eclipse.jdt.core.compiler.release =enabled
26
+ org.eclipse.jdt.core.compiler.release =disabled
27
27
org.eclipse.jdt.core.compiler.source =17
28
28
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
29
29
org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" output =" target/test-classes" path =" source" >
4
4
<attributes >
5
- <attribute name =" test" value =" true" />
6
5
<attribute name =" optional" value =" true" />
7
6
<attribute name =" maven.pomderived" value =" true" />
7
+ <attribute name =" test" value =" true" />
8
8
</attributes >
9
9
</classpathentry >
10
10
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" >
11
11
<attributes >
12
- <attribute name =" module" value =" true" />
13
12
<attribute name =" maven.pomderived" value =" true" />
14
13
</attributes >
15
14
</classpathentry >
18
17
<attribute name =" maven.pomderived" value =" true" />
19
18
</attributes >
20
19
</classpathentry >
21
- <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
22
- <attributes >
23
- <attribute name =" maven.pomderived" value =" true" />
24
- <attribute name =" optional" value =" true" />
25
- </attributes >
26
- </classpathentry >
27
- <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
28
- <attributes >
29
- <attribute name =" test" value =" true" />
30
- <attribute name =" maven.pomderived" value =" true" />
31
- <attribute name =" optional" value =" true" />
32
- </attributes >
33
- </classpathentry >
34
20
<classpathentry kind =" output" path =" target/classes" />
35
21
</classpath >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
23
23
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
24
24
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
25
25
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
26
- org.eclipse.jdt.core.compiler.release =enabled
26
+ org.eclipse.jdt.core.compiler.release =disabled
27
27
org.eclipse.jdt.core.compiler.source =17
28
28
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
29
29
org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change 16
16
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value =" false" />
17
17
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value =" true" />
18
18
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value =" false" />
19
- <stringAttribute key =" org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value =" org.eclipse.m2e.launchconfig.classpathProvider " />
19
+ <stringAttribute key =" org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value =" org.eclipse.buildship.core.classpathprovider " />
20
20
<stringAttribute key =" org.eclipse.jdt.launching.MAIN_TYPE" value =" com.ibm.wala.cast.python.ml.test.TestTensorflow2Model" />
21
21
<stringAttribute key =" org.eclipse.jdt.launching.PROJECT_ATTR" value =" com.ibm.wala.cast.python.ml.test" />
22
22
<stringAttribute key =" org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value =" org.eclipse.m2e.launchconfig.sourcepathProvider" />
Original file line number Diff line number Diff line change 16
16
<attribute name =" maven.pomderived" value =" true" />
17
17
</attributes >
18
18
</classpathentry >
19
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
19
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
20
20
<attributes >
21
21
<attribute name =" maven.pomderived" value =" true" />
22
22
</attributes >
33
33
<attribute name =" test" value =" true" />
34
34
</attributes >
35
35
</classpathentry >
36
- <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
37
- <attributes >
38
- <attribute name =" maven.pomderived" value =" true" />
39
- <attribute name =" test" value =" true" />
40
- <attribute name =" optional" value =" true" />
41
- </attributes >
42
- </classpathentry >
43
36
<classpathentry kind =" output" path =" target/classes" />
44
37
</classpath >
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
9
9
org.eclipse.jdt.core.classpath.mainOnlyProjectHasTestOnlyDependency =error
10
10
org.eclipse.jdt.core.classpath.multipleOutputLocations =enabled
11
11
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
12
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
13
- org.eclipse.jdt.core.compiler.compliance =1.8
12
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
13
+ org.eclipse.jdt.core.compiler.compliance =17
14
14
org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
15
15
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
16
16
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
17
17
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
18
18
org.eclipse.jdt.core.compiler.release =disabled
19
- org.eclipse.jdt.core.compiler.source =1.8
19
+ org.eclipse.jdt.core.compiler.source =17
20
20
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
21
21
org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change 6
6
<attribute name =" maven.pomderived" value =" true" />
7
7
</attributes >
8
8
</classpathentry >
9
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
10
10
<attributes >
11
11
<attribute name =" maven.pomderived" value =" true" />
12
12
</attributes >
22
22
<attribute name =" optional" value =" true" />
23
23
</attributes >
24
24
</classpathentry >
25
- <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
26
- <attributes >
27
- <attribute name =" maven.pomderived" value =" true" />
28
- <attribute name =" optional" value =" true" />
29
- </attributes >
30
- </classpathentry >
31
25
<classpathentry kind =" output" path =" target/classes" />
32
26
</classpath >
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ org.eclipse.jdt.core.classpath.mainOnlyProjectHasTestOnlyDependency=error
10
10
org.eclipse.jdt.core.classpath.multipleOutputLocations =enabled
11
11
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
12
12
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
13
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
14
- org.eclipse.jdt.core.compiler.compliance =1.8
13
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
14
+ org.eclipse.jdt.core.compiler.compliance =17
15
15
org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
16
16
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
17
17
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
18
18
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
19
19
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
20
20
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
21
21
org.eclipse.jdt.core.compiler.release =disabled
22
- org.eclipse.jdt.core.compiler.source =1.8
22
+ org.eclipse.jdt.core.compiler.source =17
23
23
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
24
24
org.eclipse.jdt.core.incompleteClasspath =error
You can’t perform that action at this time.
0 commit comments