﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
22451	Integration tests are failing without failing tests	mdk	team	"Actually the Integration tests are failing without failing tests. So I looked into the console output and found:
{{{Build step 'Console output (build log) parsing' changed build result to UNSTABLE}}}
I found only 3 warnings, which (in my opinion) could be the reason for this, but I'm not sure:

1. errorprone 
{{{
[javac] Support for javac --release has been added in Java9 ignoring it
[javac] /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/src/org/openstreetmap/josm/gui/dialogs/relation/actions/IRelationEditorActionAccess.java:82: warning: [OperatorPrecedence] Use grouping parenthesis to make the operator precedence explicit
[javac]         if (isUploadInProgress || oldRelation != null && oldRelation.getDataSet() != null && oldRelation.getDataSet().isLocked()) {
[javac]                                                                                           ^
[javac]     (see https://errorprone.info/bugpattern/OperatorPrecedence)
[javac]   Did you mean 'if (isUploadInProgress || (oldRelation != null && oldRelation.getDataSet() != null && oldRelation.getDataSet().isLocked())) {'?
}}}
2. signature errors
{{{
[as:check-signature] /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/highwayNameModification.jar:com/kaart/highwaynamemodification/ModifyWays$CreateGuiAskDialog.class:199: Undefined reference: org.openstreetmap.josm.data.osm.Node org.openstreetmap.josm.data.osm.WaySegment.getFirstNode()
[as:check-signature] /var/lib/jenkins/jobs/JOSM-Integration/workspace/jdk/JDK8/plugin-check/highwayNameModification.jar:com/kaart/highwaynamemodification/ModifyWays$CreateGuiAskDialog.class:200: Undefined reference: org.openstreetmap.josm.data.osm.Node org.openstreetmap.josm.data.osm.WaySegment.getSecondNode()
[as:check-signature] Signature errors found. Verify them and ignore them with the proper annotation if needed.
}}}
3. missing resource
{{{
[copy] Warning: Could not find resource URLResource ""https://smocktaylor.gitlab.io/josm_datepicker/dist/latest/datepicker.jar"" to copy.
}}}"	defect	closed	normal		Unit tests		irreproducible		
