Skip to content
Failed

Console Output

Skipping 5,610 KB.. Full Log
[DEBUG] Original compiler output: ----------
1. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/GeneratorMethod.java (at line 21)
	import de.cognicrypt.utils.Utils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The import de.cognicrypt.utils.Utils is never used
----------
----------
2. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridfiles/SecureEncryptor.java (at line 56)
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
----------
----------
3. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java (at line 30)
	import org.eclipse.jdt.core.JavaCore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jdt.core.JavaCore is never used
----------
4. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java (at line 137)
	final ASTParser astp = ASTParser.newParser(AST.JLS11);
	                                               ^^^^^
The field AST.JLS11 is deprecated
----------
5. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java (at line 203)
	final ASTParser astp = ASTParser.newParser(AST.JLS11);
	                                               ^^^^^
The field AST.JLS11 is deprecated
----------
----------
6. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionstrings/SecureEncryptor.java (at line 44)
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
----------
----------
7. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/stringhashing/StringHasher.java (at line 22)
	byte[] plainBytes = msg.getBytes(StandardCharsets.UTF_8);
	       ^^^^^^^^^^
The value of the local variable plainBytes is not used
----------
8. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/stringhashing/StringHasher.java (at line 29)
	byte[] plainBytes = newMsg.getBytes(StandardCharsets.UTF_8);
	       ^^^^^^^^^^
The value of the local variable plainBytes is not used
----------
----------
9. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionfiles/SecureEncryptor.java (at line 44)
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
----------
----------
10. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryption/SecureEncryptor.java (at line 39)
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
----------
----------
11. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/secretkeyencryption/SecureEncryptor.java (at line 36)
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
----------
----------
12. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 16)
	import java.net.MalformedURLException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import java.net.MalformedURLException is never used
----------
13. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 84)
	import soot.SootResolver;
	       ^^^^^^^^^^^^^^^^^
The import soot.SootResolver is never used
----------
14. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 368)
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
15. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 368)
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractMap.SimpleEntry needs unchecked conversion to conform to Map.Entry<CrySLPredicate,Map.Entry<CrySLRule,CrySLRule>>
----------
16. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 368)
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                      ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
17. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 368)
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
18. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 368)
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                                                         ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
19. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 382)
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
20. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 382)
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractMap.SimpleEntry needs unchecked conversion to conform to Map.Entry<CrySLPredicate,Map.Entry<CrySLRule,CrySLRule>>
----------
21. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 382)
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                      ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
22. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 382)
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
23. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 382)
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                                                       ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
24. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 391)
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
25. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 391)
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractMap.SimpleEntry needs unchecked conversion to conform to Map.Entry<CrySLPredicate,Map.Entry<CrySLRule,CrySLRule>>
----------
26. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 391)
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                      ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
27. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 391)
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
28. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 391)
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                                               ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
----------
29. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 1255)
	Constructor[] constructors = java.lang.Class.forName(className).getConstructors();
	^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
----------
30. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 1256)
	for (Constructor cons: constructors) {
	     ^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
----------
31. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 1261)
	exceptionClasses.addAll((Collection<? extends Class<?>>) Arrays.asList(cons.getExceptionTypes()));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<Class> to Collection<? extends Class<?>>
----------
32. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 1314)
	ASTParser parser = ASTParser.newParser(AST.JLS11);
	                                           ^^^^^
The field AST.JLS11 is deprecated
----------
33. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java (at line 1336)
	@SuppressWarnings({ "unchecked", "rawtypes" })
	                    ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
----------
----------
34. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java (at line 14)
	import java.nio.file.Files;
	       ^^^^^^^^^^^^^^^^^^^
The import java.nio.file.Files is never used
----------
35. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java (at line 15)
	import java.nio.file.Paths;
	       ^^^^^^^^^^^^^^^^^^^
The import java.nio.file.Paths is never used
----------
36. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java (at line 57)
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
----------
----------
37. INFO in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/XSLBasedGenerator.java (at line 112)
	if (targetFile != null && this.project.equals(targetFile.getProject())) {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): IProject seems to be unrelated to DeveloperProject
----------
----------
38. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/TaskSelectionPage.java (at line 17)
	import java.io.InputStream;
	       ^^^^^^^^^^^^^^^^^^^
The import java.io.InputStream is never used
----------
----------
39. ERROR in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/StateMachineGraphAnalyser.java (at line 51)
	List<TransitionEdge> initialTransitions = stateMachine.getInitialTransitions();
	                                                       ^^^^^^^^^^^^^^^^^^^^^
The method getInitialTransitions() is undefined for the type StateMachineGraph
----------
----------
40. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java (at line 33)
	import org.eclipse.ui.internal.ide.misc.ContainerContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
----------
41. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java (at line 73)
	final ContainerContentProvider cp = new ContainerContentProvider();
	      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
----------
42. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java (at line 73)
	final ContainerContentProvider cp = new ContainerContentProvider();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
----------
43. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java (at line 73)
	final ContainerContentProvider cp = new ContainerContentProvider();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContainerContentProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
----------
44. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java (at line 74)
	cp.showClosedProjects(true);
	   ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ContainerContentProvider.showClosedProjects(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
----------
----------
45. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenCrySLRule.java (at line 20)
	import crypto.rules.CrySLObject;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The import crypto.rules.CrySLObject is never used
----------
----------
46. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybrid/SecureEncryptor.java (at line 52)
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
----------
----------
47. WARNING in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/ui/contentassist/SelectionFinder.java (at line 34)
	ASTParser parser = ASTParser.newParser(AST.JLS12);
	                                           ^^^^^
The field AST.JLS12 is deprecated
----------
47 problems (1 error, 45 warnings, 1 info)

[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/GeneratorMethod.java:[21] 
	import de.cognicrypt.utils.Utils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The import de.cognicrypt.utils.Utils is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridfiles/SecureEncryptor.java:[56] 
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java:[30] 
	import org.eclipse.jdt.core.JavaCore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jdt.core.JavaCore is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java:[137] 
	final ASTParser astp = ASTParser.newParser(AST.JLS11);
	                                               ^^^^^
The field AST.JLS11 is deprecated
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java:[203] 
	final ASTParser astp = ASTParser.newParser(AST.JLS11);
	                                               ^^^^^
The field AST.JLS11 is deprecated
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionstrings/SecureEncryptor.java:[44] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/stringhashing/StringHasher.java:[22] 
	byte[] plainBytes = msg.getBytes(StandardCharsets.UTF_8);
	       ^^^^^^^^^^
The value of the local variable plainBytes is not used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/stringhashing/StringHasher.java:[29] 
	byte[] plainBytes = newMsg.getBytes(StandardCharsets.UTF_8);
	       ^^^^^^^^^^
The value of the local variable plainBytes is not used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionfiles/SecureEncryptor.java:[44] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryption/SecureEncryptor.java:[39] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/secretkeyencryption/SecureEncryptor.java:[36] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[16] 
	import java.net.MalformedURLException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import java.net.MalformedURLException is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[84] 
	import soot.SootResolver;
	       ^^^^^^^^^^^^^^^^^
The import soot.SootResolver is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[368] 
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[368] 
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractMap.SimpleEntry needs unchecked conversion to conform to Map.Entry<CrySLPredicate,Map.Entry<CrySLRule,CrySLRule>>
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[368] 
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                      ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[368] 
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[368] 
	toBeEnsuredPred = new SimpleEntry(candidates.get(0), new SimpleEntry(rule, null));
	                                                         ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[382] 
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[382] 
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractMap.SimpleEntry needs unchecked conversion to conform to Map.Entry<CrySLPredicate,Map.Entry<CrySLRule,CrySLRule>>
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[382] 
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                      ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[382] 
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[382] 
	toBeEnsuredPred = new SimpleEntry(candHD.getKey(), new SimpleEntry(rule, null));
	                                                       ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[391] 
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[391] 
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractMap.SimpleEntry needs unchecked conversion to conform to Map.Entry<CrySLPredicate,Map.Entry<CrySLRule,CrySLRule>>
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[391] 
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                      ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[391] 
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractMap.SimpleEntry(Object, Object) belongs to the raw type AbstractMap.SimpleEntry. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[391] 
	toBeEnsuredPred = new SimpleEntry(reqPred, new SimpleEntry(rule, null));
	                                               ^^^^^^^^^^^
AbstractMap.SimpleEntry is a raw type. References to generic type AbstractMap.SimpleEntry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1255] 
	Constructor[] constructors = java.lang.Class.forName(className).getConstructors();
	^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1256] 
	for (Constructor cons: constructors) {
	     ^^^^^^^^^^^
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1261] 
	exceptionClasses.addAll((Collection<? extends Class<?>>) Arrays.asList(cons.getExceptionTypes()));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<Class> to Collection<? extends Class<?>>
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1314] 
	ASTParser parser = ASTParser.newParser(AST.JLS11);
	                                           ^^^^^
The field AST.JLS11 is deprecated
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1336] 
	@SuppressWarnings({ "unchecked", "rawtypes" })
	                    ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java:[14] 
	import java.nio.file.Files;
	       ^^^^^^^^^^^^^^^^^^^
The import java.nio.file.Files is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java:[15] 
	import java.nio.file.Paths;
	       ^^^^^^^^^^^^^^^^^^^
The import java.nio.file.Paths is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java:[57] 
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
37. INFO in /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/XSLBasedGenerator.java (at line 112)
	if (targetFile != null && this.project.equals(targetFile.getProject())) {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): IProject seems to be unrelated to DeveloperProject
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/TaskSelectionPage.java:[17] 
	import java.io.InputStream;
	       ^^^^^^^^^^^^^^^^^^^
The import java.io.InputStream is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[33] 
	import org.eclipse.ui.internal.ide.misc.ContainerContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[73] 
	final ContainerContentProvider cp = new ContainerContentProvider();
	      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[73] 
	final ContainerContentProvider cp = new ContainerContentProvider();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[73] 
	final ContainerContentProvider cp = new ContainerContentProvider();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContainerContentProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[74] 
	cp.showClosedProjects(true);
	   ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ContainerContentProvider.showClosedProjects(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenCrySLRule.java:[20] 
	import crypto.rules.CrySLObject;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The import crypto.rules.CrySLObject is never used
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybrid/SecureEncryptor.java:[52] 
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
[WARNING] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/ui/contentassist/SelectionFinder.java:[34] 
	ASTParser parser = ASTParser.newParser(AST.JLS12);
	                                           ^^^^^
The field AST.JLS12 is deprecated
47 problems (1 error, 45 warnings, 1 info)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for de.cognicrypt.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] de.cognicrypt.parent ............................... SUCCESS [  4.894 s]
[INFO] de.cognicrypt.core ................................. SUCCESS [03:35 min]
[INFO] de.cognicrypt.crysl.handler ........................ SUCCESS [  4.173 s]
[INFO] de.cognicrypt.staticanalyzer ....................... SUCCESS [  3.086 s]
[INFO] de.cognicrypt.codegenerator ........................ FAILURE [  1.418 s]
[INFO] de.cognicrypt.codegenerator.tests .................. SKIPPED
[INFO] de.cognicrypt.integrator.task ...................... SKIPPED
[INFO] de.cognicrypt.integrator.primitive ................. SKIPPED
[INFO] de.cognicrypt.core.feature ......................... SKIPPED
[INFO] de.cognicrypt.codegenerator.feature ................ SKIPPED
[INFO] de.cognicrypt.cryslhandler.feature ................. SKIPPED
[INFO] de.cognicrypt.staticanalyzer.feature ............... SKIPPED
[INFO] de.cognicrypt.repository ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:29 min
[INFO] Finished at: 2021-04-07T13:29:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.4.0:compile (default-compile) on project de.cognicrypt.codegenerator: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/agent/workspace/nicrypt-multibranch_testgen_base/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/StateMachineGraphAnalyser.java:[51] 
[ERROR] 	List<TransitionEdge> initialTransitions = stateMachine.getInitialTransitions();
[ERROR] 	                                                       ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getInitialTransitions() is undefined for the type StateMachineGraph
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.4.0:compile (default-compile) on project de.cognicrypt.codegenerator: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
    at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:420)
    at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute (AbstractOsgiCompilerMojo.java:293)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :de.cognicrypt.codegenerator
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Snapshot)
Stage "Publish Snapshot" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Stable)
Stage "Publish Stable" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE