Skip to content
Success

Console Output

Started by an SCM change
Building in workspace /var/lib/jenkins/home/jobs/WTF-Context/workspace
Cleaning up /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context
Deleting /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target
Updating https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/Context at revision '2016-05-26T17:40:17.263 +0200'
U         src/main/java/de/fhdw/wtf/context/model/AnyTypeDbAspect.aj
D         src/main/java/de/fhdw/wtf/context/core/AnyTypeCache.java
U         src/main/java/de/fhdw/wtf/context/core/Context.java
A         src/main/java/de/fhdw/wtf/context/core/IAnyTypeCache.java
At revision 4205

Cleaning up /var/lib/jenkins/home/jobs/WTF-Context/workspace/developmentTools
Updating https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/developmentTools at revision '2016-05-26T17:40:17.263 +0200'
At revision 4205

No changes for https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/developmentTools since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 57673
[Context] $ /usr/lib/jvm/oracle-jdk-bin-1.7/bin/java -Xmx1024m -XX:MaxPermSize=128m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/usr/share/maven-bin-3.3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven-bin-3.3/conf/logging jenkins.maven3.agent.Maven32Main /usr/share/maven-bin-3.3 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-2.53.2.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 57673
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml clean install site
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building de.fhdw.wtf.context 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.fhdw.wtf.context ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ de.fhdw.wtf.context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ de.fhdw.wtf.context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 65 source files to /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/classes
[INFO] 
[INFO] --- aspectj-maven-plugin:1.8:compile (default) @ de.fhdw.wtf.context ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] Type 'de.fhdw.wtf.context.model.AnyType' (AnyType.java) has intertyped field from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:'java.util.HashSet<java.lang.String> de.fhdw.wtf.context.model.IAnyType.valid')
[INFO] Join point 'constructor-execution(void de.fhdw.wtf.context.model.AnyType.<init>())' in Type 'de.fhdw.wtf.context.model.AnyType' (AnyType.java:24) advised by afterReturning advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:63)
[INFO] Type 'de.fhdw.wtf.context.model.Service' (Service.java) has intertyped field from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.aj:'java.util.HashSet<java.lang.String> de.fhdw.wtf.context.model.Service.valid')
[INFO] Join point 'constructor-execution(void de.fhdw.wtf.context.model.Service.<init>())' in Type 'de.fhdw.wtf.context.model.Service' (Service.java:27) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.aj:43)
[INFO] Type 'de.fhdw.wtf.context.model.IAnyType' (IAnyType.java) has intertyped field from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:'java.util.HashSet<java.lang.String> de.fhdw.wtf.context.model.IAnyType.valid')
[INFO] Type 'de.fhdw.wtf.context.model.AbstractExceptionLayer' (AbstractExceptionLayer.java) has intertyped field from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:'java.util.HashSet<java.lang.String> de.fhdw.wtf.context.model.IAnyType.valid')
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ de.fhdw.wtf.context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ de.fhdw.wtf.context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/test-classes
[ERROR] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/service/PersonService.java:[30,41] cannot find symbol
  symbol:   method findByName(de.fhdw.wtf.context.model.Str)
  location: class generated.model.de.fhdw.partner.NatuerlichePerson
[INFO] 
[INFO] --- aspectj-maven-plugin:1.8:test-compile (default) @ de.fhdw.wtf.context ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:181) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:184) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:230) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:237) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:30) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:45) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:60) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:62) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:79) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:82) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(boolean test.aspectApplication.ClassForAspectApplicationTest.wasAspectApplied)' in Type 'test.aspectApplication.TestAspectApplication' (TestAspectApplication.java:12) advised by before advice from 'test.aspectApplication.AspectForAspectApplicationTest' (AspectForAspectApplicationTest.aj:5)
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:48) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Country.name)' in Type 'generated.model.de.fhdw.partner.Country' (Country.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Country.name)' in Type 'generated.model.de.fhdw.partner.Country' (Country.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Country.name)' in Type 'generated.model.de.fhdw.partner.Country' (Country.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:24) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:36) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:38) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:40) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:50) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.City,de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Telefon,generated.model.de.fhdw.partner.NatuerlichePerson>>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/GlobalTelefonbuch.java:24
return this.telefonbuchMapsPerCity;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.City,de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Telefon,generated.model.de.fhdw.partner.NatuerlichePerson>>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/GlobalTelefonbuch.java:36
MutableList<MutableMap<Telefon, NatuerlichePerson>> set = this.telefonbuchMapsPerCity.get(city);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.City,de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Telefon,generated.model.de.fhdw.partner.NatuerlichePerson>>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/GlobalTelefonbuch.java:40
this.telefonbuchMapsPerCity.put(city, set);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Postfach.stadt)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:31) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Postfach.stadt)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:31) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Postfach.nr)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Postfach.nr)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Postfach.nr)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:47) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Postfach.stadt)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:47) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.City.name)' in Type 'generated.model.de.fhdw.partner.City' (City.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.City.name)' in Type 'generated.model.de.fhdw.partner.City' (City.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.City.name)' in Type 'generated.model.de.fhdw.partner.City' (City.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj))
[INFO] Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java) has intertyped method from 'generated.model.FinderAspect' (FinderAspect.aj:'de.fhdw.wtf.context.model.collections.ImmutableCollection<generated.model.de.fhdw.partner.NatuerlichePerson> generated.model.de.fhdw.partner.NatuerlichePerson.findByName(de.fhdw.wtf.context.model.Str)')
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:32) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:52) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:52) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:53) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:53) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:53) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:72) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:82) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:82) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:87) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.NatuerlichePerson.wohnhaft)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:96) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:88(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.NatuerlichePerson.wohnhaft)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:106) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.NatuerlichePerson.wohnhaft)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:106) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal), expected de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.Kommunikationskanal> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/NatuerlichePerson.java:32
return this.kanal;
^^^^^^^^^^^^^^^^^

[INFO] Join point 'method-execution(de.fhdw.wtf.context.model.collections.ImmutableCollection generated.model.de.fhdw.partner.service.PersonService.findePersonen(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:29) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.NatuerlichePerson generated.model.de.fhdw.partner.service.PersonService.createPerson(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:35) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Telefon generated.model.de.fhdw.partner.service.PersonService.createTelefon(de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:40) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Postfach generated.model.de.fhdw.partner.service.PersonService.createPostfach(de.fhdw.wtf.context.model.Str, de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:44) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Telefonbuch generated.model.de.fhdw.partner.service.PersonService.createTelefonbuch())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:48) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Account generated.model.de.fhdw.partner.service.PersonService.createAccount())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:52) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.AccountNumber generated.model.de.fhdw.partner.service.PersonService.createAccountNumber(de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:56) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Bankidentifier generated.model.de.fhdw.partner.service.PersonService.createBankidentifier(de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:60) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.City generated.model.de.fhdw.partner.service.PersonService.createCity(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:64) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Country generated.model.de.fhdw.partner.service.PersonService.createCountry(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:68) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.GlobalTelefonbuch generated.model.de.fhdw.partner.service.PersonService.createGlobalTelefonbuch())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:72) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.IBAN_Finder generated.model.de.fhdw.partner.service.PersonService.createIban_Finder())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:76) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.PersonGroups generated.model.de.fhdw.partner.service.PersonService.createPersonGroups())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:80) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Telefonbuecher generated.model.de.fhdw.partner.service.PersonService.createTelefonbuecher())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:84) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey generated.model.de.fhdw.partner.service.PersonService.createTelefonbuchMitPersonAlsKey())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:88) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addKommunikationskanal(generated.model.de.fhdw.partner.Kommunikationskanal, generated.model.de.fhdw.partner.NatuerlichePerson))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:94) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addTelefonbuchEintrag(generated.model.de.fhdw.partner.Telefonbuch, generated.model.de.fhdw.partner.Telefon, generated.model.de.fhdw.partner.NatuerlichePerson))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:98) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addTelefonnummernZuPerson(generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey, generated.model.de.fhdw.partner.NatuerlichePerson, de.fhdw.wtf.context.model.collections.MutableList))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:104) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.NatuerlichePerson generated.model.de.fhdw.partner.service.PersonService.findeInhaberEinesTelefons(generated.model.de.fhdw.partner.Telefonbuch, generated.model.de.fhdw.partner.Telefon))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:112) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.NatuerlichePerson generated.model.de.fhdw.partner.service.PersonService.entferneInhaberEinesTelefons(generated.model.de.fhdw.partner.Telefonbuch, generated.model.de.fhdw.partner.Telefon))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:116) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Account generated.model.de.fhdw.partner.service.PersonService.findAccount(generated.model.de.fhdw.partner.IBAN_Finder, generated.model.de.fhdw.partner.Country, generated.model.de.fhdw.partner.Bankidentifier, generated.model.de.fhdw.partner.AccountNumber))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:120) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addAccount(generated.model.de.fhdw.partner.IBAN_Finder, generated.model.de.fhdw.partner.Country, generated.model.de.fhdw.partner.Bankidentifier, generated.model.de.fhdw.partner.AccountNumber, generated.model.de.fhdw.partner.Account))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:127) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addPersonGroup(generated.model.de.fhdw.partner.PersonGroups, de.fhdw.wtf.context.model.collections.MutableList))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:135) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addTelefonbuchToCity(generated.model.de.fhdw.partner.GlobalTelefonbuch, generated.model.de.fhdw.partner.City, generated.model.de.fhdw.partner.Telefonbuch))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:139) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.service.HausService.createHaus(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.HausService' (HausService.java:9) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:23) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:23) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:23) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:42) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:52) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:53) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege), expected de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.NatuerlichePerson,de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.Telefon>>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuecher.java:42
return this.eintraege;
^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege), expected de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.NatuerlichePerson,de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.Telefon>>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuecher.java:52
if (!this.eintraege.contains(telefonbuch)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege), expected de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.NatuerlichePerson,de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.Telefon>>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuecher.java:53
this.eintraege.insert(telefonbuch);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:21) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:40) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Telefon,generated.model.de.fhdw.partner.NatuerlichePerson> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuch.java:40
return this.eintraege;
^^^^^^^^^^^^^^^^^^^^^^

[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.AccountNumber.id)' in Type 'generated.model.de.fhdw.partner.AccountNumber' (AccountNumber.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.AccountNumber.id)' in Type 'generated.model.de.fhdw.partner.AccountNumber' (AccountNumber.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.AccountNumber.id)' in Type 'generated.model.de.fhdw.partner.AccountNumber' (AccountNumber.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:22) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:22) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:22) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:41) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:51) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:51) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.NatuerlichePerson,de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.Telefon>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/TelefonbuchMitPersonAlsKey.java:41
return this.eintraege;
^^^^^^^^^^^^^^^^^^^^^^

[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:21) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:46) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:73) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:79) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:84) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.<init>())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:85) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:88) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Country,de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Bankidentifier,de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.AccountNumber,generated.model.de.fhdw.partner.Account>>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/IBAN_Finder.java:46
final MutableMap<Bankidentifier, MutableMap<AccountNumber, Account>> countryMap = this.accountTree.get(country);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Country,de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Bankidentifier,de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.AccountNumber,generated.model.de.fhdw.partner.Account>>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/IBAN_Finder.java:73
MutableMap<Bankidentifier, MutableMap<AccountNumber, Account>> countryMap = this.accountTree.get(country);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree), expected de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Country,de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.Bankidentifier,de.fhdw.wtf.context.model.collections.MutableMap<generated.model.de.fhdw.partner.AccountNumber,generated.model.de.fhdw.partner.Account>>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/IBAN_Finder.java:88
this.accountTree.put(country, countryMap);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Bankidentifier.id)' in Type 'generated.model.de.fhdw.partner.Bankidentifier' (Bankidentifier.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Bankidentifier.id)' in Type 'generated.model.de.fhdw.partner.Bankidentifier' (Bankidentifier.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Bankidentifier.id)' in Type 'generated.model.de.fhdw.partner.Bankidentifier' (Bankidentifier.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj))
[INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.<init>())' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:21) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:41) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:50) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj))
[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups), expected de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.NatuerlichePerson>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/PersonGroups.java:41
this.personGroups.insert(group);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups), expected de.fhdw.wtf.context.model.collections.MutableList<de.fhdw.wtf.context.model.collections.MutableList<generated.model.de.fhdw.partner.NatuerlichePerson>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/PersonGroups.java:50
return this.personGroups;
^^^^^^^^^^^^^^^^^^^^^^^^^

[INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:22) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj))
[INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj))
[WARNING] advice defined in de.fhdw.wtf.context.model.ServiceAspectWithDB has not been applied [Xlint:adviceDidNotMatch]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/classes!de/fhdw/wtf/context/model/ServiceAspectWithDB.class:43

[WARNING] advice defined in de.fhdw.wtf.context.model.AnyTypeDbAspect has not been applied [Xlint:adviceDidNotMatch]
	/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/classes!de/fhdw/wtf/context/model/AnyTypeDbAspect.class:63

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ de.fhdw.wtf.context ---
[INFO] Surefire report directory: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running test.integration.TestContextWithDB
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 sec - in test.integration.TestContextWithDB
Running test.integration.TestAnyTypeIdWithDB
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.895 sec - in test.integration.TestAnyTypeIdWithDB
Running test.integration.TestAssociation3WithDB
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.671 sec - in test.integration.TestAssociation3WithDB
Running test.integration.TestAnyTypeCacheWithDB
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.241 sec - in test.integration.TestAnyTypeCacheWithDB
Running test.integration.TestPersonModelWithDB
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.53 sec - in test.integration.TestPersonModelWithDB
Running test.integration.TestMutableSetIteratorWithDB
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.951 sec - in test.integration.TestMutableSetIteratorWithDB
Running test.aspectApplication.TestAspectApplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in test.aspectApplication.TestAspectApplication

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ de.fhdw.wtf.context ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ de.fhdw.wtf.context ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ de.fhdw.wtf.context >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ de.fhdw.wtf.context <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ de.fhdw.wtf.context ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ de.fhdw.wtf.context ---
[INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar
[INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:site (default-site) @ de.fhdw.wtf.context ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.8.1
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.5
[INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.16
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:3.0.2
[INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.5
[INFO] Fork Value is true
     [java] Warnings generated: 74
[INFO] Done FindBugs Analysis....
[WARNING] No project URL defined - decoration links will not be relativized!
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.5:jxr
[INFO] Generating "Test Source Xref" report     --- maven-jxr-plugin:2.5:test-jxr
[INFO] Generating "Checkstyle" report           --- maven-checkstyle-plugin:2.16:checkstyle
[INFO] Generating "FindBugs" report             --- findbugs-maven-plugin:3.0.2:findbugs
[INFO] Generating "CPD" report                  --- maven-pmd-plugin:3.5:cpd
[INFO] Generating "PMD" report                  --- maven-pmd-plugin:3.5:pmd
[CHECKSTYLE] Parsing file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/checkstyle-result.xml
[CHECKSTYLE] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/checkstyle-result.xml of module de.fhdw.wtf.context with 225 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #308
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target
[FINDBUGS] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/findbugsXml.xml of module de.fhdw.wtf.context with 74 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #308
[PMD] Finding all files that match the pattern pmd.xml
[PMD] Parsing 1 file in /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target
[PMD] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/pmd.xml of module de.fhdw.wtf.context with 4 unique warnings and 0 duplicates.
[PMD] Computing warning deltas based on reference build #308
[JENKINS] Archiving site from /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/site to /var/lib/jenkins/home/jobs/WTF-Context/site
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:51 min
[INFO] Finished at: 2016-05-26T17:42:18+02:00
[INFO] Final Memory: 57M/415M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar
/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass
/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass
/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass
/var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass
channel stopped
Maven RedeployPublisher use remote  maven settings from : /var/lib/jenkins/.m2/settings.xml
[INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots/ (id=snapshots,uniqueVersion=true)
Deploying the main artifact de.fhdw.wtf.context-1.0-SNAPSHOT.jar
Downloading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 61.7 KB/sec)
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66.jar
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66.jar (96 KB at 1774.0 KB/sec)
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66.pom
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66.pom (5 KB at 217.8 KB/sec)
Downloading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml
Downloaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml (346 B at 17.8 KB/sec)
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 61.7 KB/sec)
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml (346 B at 13.0 KB/sec)
Deploying the main artifact de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66-tests.jar
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66-tests.jar (102 KB at 3278.1 KB/sec)
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 58.6 KB/sec)
Deploying the main artifact de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66-sources.jar
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.154219-66-sources.jar (59 KB at 2450.3 KB/sec)
Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 78.2 KB/sec)
[INFO] Deployment done in 0.48 sec
Sending e-mails to: Christoph.Schulz@fhdw.de
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of WTF-Generator
Finished: SUCCESS