Skip to content

Console Output

Skipping 1,043 KB.. Full Log
	List<CatalogCategory> categories = getCategories();
	                                   ^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[917] 
	setCategories(categories);
	^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setCategories(List<CatalogCategory>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[919] 
	for (CatalogCategory candidate : categories) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[920] 
	if (candidate.getSource() == source) {
	              ^^^^^^^^^
Discouraged access: The method 'CatalogCategory.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[932] 
	catalogCategory.setId("<root>"); //$NON-NLS-1$
	                ^^^^^
Discouraged access: The method 'CatalogCategory.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[933] 
	catalogCategory.setName("<root>"); //$NON-NLS-1$
	                ^^^^^^^
Discouraged access: The method 'CatalogCategory.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[934] 
	catalogCategory.setSource(source);
	                ^^^^^^^^^
Discouraged access: The method 'CatalogCategory.setSource(AbstractCatalogSource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[950] 
	public void installErrorReport(IProgressMonitor monitor, IStatus result, Set<CatalogItem> items,
	                                                                             ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[956] 
	for (CatalogItem item : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcherItem.java:[73] 
	styleHelper.setClass("Catalog");
	                     ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcherItem.java:[78] 
	styleHelper.on(iconLabel).setClass("CatalogImage");
	                                   ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MarketplaceUriSchemeHandler.java:[18] 
	import org.eclipse.urischeme.IUriSchemeHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IUriSchemeHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.urischeme/1.1.0.v20200603-1117/org.eclipse.urischeme-1.1.0.v20200603-1117.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MarketplaceUriSchemeHandler.java:[20] 
	public class MarketplaceUriSchemeHandler implements IUriSchemeHandler {
	                                                    ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IUriSchemeHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.urischeme/1.1.0.v20200603-1117/org.eclipse.urischeme-1.1.0.v20200603-1117.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OpenFavoritesNotificationItem.java:[18] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OpenFavoritesNotificationItem.java:[37] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[15] 
	import org.eclipse.e4.ui.css.core.dom.IElementProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[16] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[20] 
	public class CatalogSwitcherItemElementProvider implements IElementProvider {
	                                                           ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[22] 
	public static final IElementProvider INSTANCE = new CatalogSwitcherItemElementProvider();
	                    ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[25] 
	public Element getElement(Object element, CSSEngine engine) {
	                                          ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/AskMarketplaceForFileSupportStrategy.java:[21] 
	import org.eclipse.ui.internal.ide.registry.SystemEditorOrTextEditorStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SystemEditorOrTextEditorStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.100.v20200530-0835/org.eclipse.ui.ide-3.17.100.v20200530-0835.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[15] 
	import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[53] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key, null);
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[53] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key, null);
	                                  ^^^^^^^^^^^
Discouraged access: The method 'TranslationSupport.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[53] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key, null);
	                                                ^^^^^^^^^^^^^
Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeInstallableUnitItem.java:[16] 
	import org.eclipse.equinox.internal.p2.discovery.model.AbstractCatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeInstallableUnitItem.java:[18] 
	public class MarketplaceNodeInstallableUnitItem extends AbstractCatalogItem {
	                                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[43] 
	import org.eclipse.equinox.internal.p2.discovery.DiscoveryCore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[44] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[72] 
	DiscoveryWizard wizard = createWizard(catalog, configuration, event);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[81] 
	catalog.setEnvironment(DiscoveryCore.createEnvironment());
	        ^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.setEnvironment(Dictionary<Object,Object>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[81] 
	catalog.setEnvironment(DiscoveryCore.createEnvironment());
	                       ^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[81] 
	catalog.setEnvironment(DiscoveryCore.createEnvironment());
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryCore.createEnvironment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[82] 
	catalog.setVerifyUpdateSiteAvailability(false);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.setVerifyUpdateSiteAvailability(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[89] 
	configuration.setVerifyUpdateSiteAvailability(false);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setVerifyUpdateSiteAvailability(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[144] 
	protected void openWizardDialog(DiscoveryWizard wizard, ExecutionEvent event) {
	                                ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[149] 
	protected abstract AbstractMarketplaceWizardDialog createWizardDialog(DiscoveryWizard wizard, ExecutionEvent event);
	                                                                      ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[151] 
	protected abstract DiscoveryWizard createWizard(final MarketplaceCatalog catalog,
	                   ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[209] 
	if (ie.getMessage() == null || "".equals(ie.getMessage())) {
	                               ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[210] 
	InterruptedException ie1 = new InterruptedException("Operation cancelled");
	                                                    ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[27] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[34] 
	import org.eclipse.ui.internal.registry.EditorRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[35] 
	import org.eclipse.ui.internal.registry.FileEditorMapping;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileEditorMapping' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[62] 
	final Shell shell = WorkbenchUtil.getShell();
	                    ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[62] 
	final Shell shell = WorkbenchUtil.getShell();
	                                  ^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[19] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[41] 
	List<CatalogItem> items = viewer.getCatalog().getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[41] 
	List<CatalogItem> items = viewer.getCatalog().getItems();
	                                              ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[46] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[56] 
	viewer.setSelection(new StructuredSelection(viewer.getCheckedItems()));
	       ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[15] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[16] 
	import org.eclipse.e4.ui.css.swt.dom.CompositeElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompositeElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[19] 
	public class CatalogSwitcherItemElement extends CompositeElement {
	                                                ^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompositeElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[21] 
	public CatalogSwitcherItemElement(CatalogSwitcherItem item, CSSEngine engine) {
	                                                            ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[22] 
	super(item, engine);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CompositeElement(Composite, CSSEngine)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[46] 
	return (CatalogSwitcherItem) super.getNativeWidget();
	                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'ElementAdapter.getNativeWidget()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[54] 
	return super.isPseudoInstanceOf(s);
	             ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ControlElement.isPseudoInstanceOf(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[17] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[18] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[24] 
	CatalogViewer viewer) {
	^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[30] 
	return getData().getDescription();
	       ^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[30] 
	return getData().getDescription();
	                 ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[35] 
	return getData().getName();
	       ^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[35] 
	return getData().getName();
	                 ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[39] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
1076 problems (1076 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 47
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] BugInstance size is 47
[INFO] Error size is 0
[INFO] Total bugs: 47
[ERROR] Null passed for non-null parameter of findException(Object[]) in org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi.newStatus(int, String, Object[]) [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi, org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi] Method invoked at MarketplaceClientUi.java:[line 94]Known null at MarketplaceClientUi.java:[line 91] NP_NULL_PARAM_DEREF
[ERROR] org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin.DEBUG isn't final and can't be protected from malicious code  [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin] At MarketplaceClientUiPlugin.java:[line 112] MS_CANNOT_BE_FINAL
[ERROR] Write to static field org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin.bundleContext from instance method org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin.start(BundleContext) [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin] At MarketplaceClientUiPlugin.java:[line 127] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[ERROR] Nullcheck of node at line 400 of value previously dereferenced in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy.createCatalogItem(INode, String, boolean, IProgressMonitor) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy] At MarketplaceDiscoveryStrategy.java:[line 308]Redundant null check at MarketplaceDiscoveryStrategy.java:[line 400] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.iuToNodeKey; locked 66% of time [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Unsynchronized access at MarketplaceInfo.java:[line 97]Unsynchronized access at MarketplaceInfo.java:[line 93]Synchronized access at MarketplaceInfo.java:[line 292]Synchronized access at MarketplaceInfo.java:[line 296]Synchronized access at MarketplaceInfo.java:[line 277]Synchronized access at MarketplaceInfo.java:[line 285] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.nodeKeyToIU; locked 75% of time [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Unsynchronized access at MarketplaceInfo.java:[line 85]Unsynchronized access at MarketplaceInfo.java:[line 89]Synchronized access at MarketplaceInfo.java:[line 145]Synchronized access at MarketplaceInfo.java:[line 147]Synchronized access at MarketplaceInfo.java:[line 116]Synchronized access at MarketplaceInfo.java:[line 118]Synchronized access at MarketplaceInfo.java:[line 289]Synchronized access at MarketplaceInfo.java:[line 275] IS2_INCONSISTENT_SYNC
[ERROR] Redundant nullcheck of nodeUrlsValue, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.computeInstalledNodes(URL, Map) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Redundant null check at MarketplaceInfo.java:[line 160] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.doLoad(File) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] At MarketplaceInfo.java:[line 365] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.save(File) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] At MarketplaceInfo.java:[line 385] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider.dispose() [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider] At ResourceProvider.java:[line 343]Another occurrence at ResourceProvider.java:[line 346] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider.init() [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider] At ResourceProvider.java:[line 206] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture.input; locked 57% of time [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture] Unsynchronized access at ResourceProvider.java:[line 66]Unsynchronized access at ResourceProvider.java:[line 93]Synchronized access at ResourceProvider.java:[line 142]Synchronized access at ResourceProvider.java:[line 145]Synchronized access at ResourceProvider.java:[line 155]Synchronized access at ResourceProvider.java:[line 155] IS2_INCONSISTENT_SYNC
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture.lambda$0(String, File) [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture] At ResourceProvider.java:[line 102] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Redundant nullcheck of catalog, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand.execute(ExecutionEvent) [org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand] Redundant null check at AbstractMarketplaceWizardCommand.java:[line 63] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Useless object stored in variable ordered of method org.eclipse.epp.internal.mpc.ui.discovery.DiscoverFileSupportJob.orderNodesByTagSubExtensionCount(List, List) [org.eclipse.epp.internal.mpc.ui.discovery.DiscoverFileSupportJob] At DiscoverFileSupportJob.java:[line 146] UC_USELESS_OBJECT
[ERROR] Nullcheck of pref at line 126 of value previously dereferenced in org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3.widgetSelected(SelectionEvent) [org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3, org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3] At ShowFileSupportProposalsDialog.java:[line 126]Redundant null check at ShowFileSupportProposalsDialog.java:[line 127] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[ERROR] org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.getIus() may expose internal representation by returning ProfileChangeOperationComputer.ius [org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer] At ProfileChangeOperationComputer.java:[line 273] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.checkForUnavailable(List) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer] At ProfileChangeOperationComputer.java:[line 512] SBSC_USE_STRINGBUFFER_CONCATENATION
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem.<static initializer for AbstractMarketplaceDiscoveryItem>() invokes inefficient new String(String) constructor [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem] At AbstractMarketplaceDiscoveryItem.java:[line 86] DM_STRING_CTOR
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem.lambda$8(ToolTip, Control, Event) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem] At AbstractMarketplaceDiscoveryItem.java:[lines 813-838] SF_SWITCH_NO_DEFAULT
[ERROR] Comparison of String objects using == or != in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem$5.selected(Object, TypedEvent)  [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem$5] At AbstractMarketplaceDiscoveryItem.java:[line 647] ES_COMPARING_STRINGS_WITH_EQ
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceWizardDialog.createButton(Composite, int, String, boolean) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceWizardDialog] At AbstractMarketplaceWizardDialog.java:[lines 93-104] SF_SWITCH_NO_DEFAULT
[ERROR] Boxed value is unboxed and then immediately reboxed in org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.createInstallInfo(Composite) [org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem, org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem] At DiscoveryItem.java:[line 227]Another occurrence at DiscoveryItem.java:[line 231] BX_UNBOXING_IMMEDIATELY_REBOXED
[ERROR] Primitive is boxed to call Integer.compareTo(Integer): use Integer.compare(int, int) instead [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$1] At FeatureSelectionWizardPage.java:[line 310] DM_BOXED_PRIMITIVE_FOR_COMPARE
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$LabelProvider.getStyledText(Object) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$LabelProvider] At FeatureSelectionWizardPage.java:[lines 94-102] SF_SWITCH_NO_DEFAULT
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.InstallUpdatesNotificationItem.buttonPressed(int) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.InstallUpdatesNotificationItem] At InstallUpdatesNotificationItem.java:[lines 112-117] SF_SWITCH_NO_DEFAULT
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceBrowserIntegration.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceBrowserIntegration] At MarketplaceBrowserIntegration.java:[lines 48-49] NM_WRONG_PACKAGE
[ERROR] Redundant nullcheck of eventData, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$MarketplaceDropTargetListener.getUrl(Object) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$MarketplaceDropTargetListener] Redundant null check at MarketplaceDropAdapter.java:[line 364] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$TransferDataTraceFormatter.toString() may return null [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$TransferDataTraceFormatter] At MarketplaceDropAdapter.java:[line 397] NP_TOSTRING_COULD_RETURN_NULL
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$4.handleEvent(Event) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$4] At MarketplacePage.java:[line 322] REC_CATCH_EXCEPTION
[ERROR] The class name org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler shadows the simple name of the superclass org.eclipse.epp.mpc.ui.MarketplaceUrlHandler [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler] At MarketplaceUrlHandler.java:[lines 25-65] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler] At MarketplaceUrlHandler.java:[line 56] NM_WRONG_PACKAGE_INTENTIONAL
[ERROR] The class name org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo shadows the simple name of the superclass org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo] At MarketplaceUrlHandler.java:[lines 35-40] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer.CONTENT_TYPE_PROPERTY isn't final but should be [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer] At MarketplaceViewer.java:[line 215] MS_SHOULD_BE_FINAL
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.installedFeatures; locked 80% of time [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] Unsynchronized access at MarketplaceWizard.java:[line 626]Synchronized access at MarketplaceWizard.java:[line 622]Synchronized access at MarketplaceWizard.java:[line 638]Synchronized access at MarketplaceWizard.java:[line 628]Synchronized access at MarketplaceWizard.java:[line 632] IS2_INCONSISTENT_SYNC
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.updateProfileChangeOperation() where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] At MarketplaceWizard.java:[lines 832-854] SF_SWITCH_NO_DEFAULT
[ERROR] Vacuous ior operation on shellStyle in new org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog(Shell, MarketplaceWizard) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog] At MarketplaceWizardDialog.java:[line 40] INT_VACUOUS_BIT_OPERATION
[ERROR] Dead store to catalogDescriptor in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog$1.proceedInstallation(String) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog$1] At MarketplaceWizardDialog.java:[line 54] DLS_DEAD_LOCAL_STORE
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.NewsUrlHandler.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.NewsUrlHandler] At NewsUrlHandler.java:[lines 206-210] NM_WRONG_PACKAGE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable.done; locked 50% of time [org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable] Unsynchronized access at NewsViewer.java:[line 307]Synchronized access at NewsViewer.java:[line 352] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable.total; locked 50% of time [org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable] Unsynchronized access at NewsViewer.java:[line 302]Unsynchronized access at NewsViewer.java:[line 275]Synchronized access at NewsViewer.java:[line 313]Synchronized access at NewsViewer.java:[line 347] IS2_INCONSISTENT_SYNC
[ERROR] Invocation of java.net.URL.equals(Object), which blocks to do domain name resolution, in org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip.loadStylesheet(StyleHelper, String) [org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip] At OverviewToolTip.java:[line 277] DMI_BLOCKING_METHODS_ON_URL
[ERROR] Found reliance on default encoding in org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip.loadStylesheet(StyleHelper, String): new java.util.Scanner(InputStream) [org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip] At OverviewToolTip.java:[line 282] DM_DEFAULT_ENCODING
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel.select(CatalogItem, Operation) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel] At SelectionModel.java:[lines 85-93] SF_SWITCH_NO_DEFAULT
[ERROR] Should org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel$FeatureEntry be a _static_ inner class? [org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel$FeatureEntry] At SelectionModel.java:[lines 269-429] SIC_INNER_SHOULD_BE_STATIC
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink.isAwtMailSupported() [org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink] At ShareSolutionLink.java:[line 244] REC_CATCH_EXCEPTION
[ERROR] Load of known null value in org.eclipse.epp.mpc.ui.CatalogDescriptor.imageDescriptorForUrl(ICatalog, String) [org.eclipse.epp.mpc.ui.CatalogDescriptor, org.eclipse.epp.mpc.ui.CatalogDescriptor] At CatalogDescriptor.java:[line 114]Another occurrence at CatalogDescriptor.java:[line 118] NP_LOAD_OF_KNOWN_NULL_VALUE
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/cpd.xml
[INFO] 
[INFO] ----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui >-----------
[INFO] Building org.eclipse.epp.mpc.help.ui 1.8.3-SNAPSHOT               [7/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.help.ui ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc >---------------
[INFO] Building org.eclipse.epp.mpc 1.8.3-SNAPSHOT                       [8/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc ---
[INFO] The project's OSGi version is 1.8.3.v20200629-1546
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.site >------------
[INFO] Building EPP Marketplace Client 1.8.3-SNAPSHOT                    [9/12]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.site ---
[INFO] The project's OSGi version is 1.8.3.v20200629-1546
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.epp.mpc.site ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (promote-assembly) @ org.eclipse.epp.mpc.site ---
[INFO] Reading assembly descriptor: promote-assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (repository-reference) @ org.eclipse.epp.mpc.site ---
[INFO] Executing tasks

main:

transform-repository-xml:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository
     [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml.tmp
     [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/p2content.xslt
     [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository
   [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml.orig
     [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
     [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml.tmp
     [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/p2content.xslt
     [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
   [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml.orig

compress-repository-files:
      [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.jar
      [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/artifacts.jar
  [comp:xz] Building: content.xml.xz
  [comp:xz] Building: artifacts.xml.xz
     [move] Moving 2 files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target

update-repository-archive:
     [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
      [zip] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
   [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip.tmp

process-repository:
[INFO] Executed tasks
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests >------------
[INFO] Building org.eclipse.epp.mpc.tests 1.8.3-SNAPSHOT                [10/12]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.tests ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/classes
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[94] 
	final DefaultCatalogService catalogService = (DefaultCatalogService) ServiceLocator.getInstance()
	                                                                                    ^^^^^^^^^^^^^
The method getInstance() from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[98] 
	ServiceLocator.setInstance(new ServiceLocator() {
				@Override
				public ICatalogService getCatalogService() {
					return catalogService;
				}
			});
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setInstance(ServiceLocator) from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[108] 
	ServiceLocator.setInstance(new ServiceLocator());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setInstance(ServiceLocator) from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[62] 
	public IMarketplaceService createMarketplaceService() {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method new MarketplaceDiscoveryStrategy(){}.createMarketplaceService() overrides a deprecated method from MarketplaceDiscoveryStrategy
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[90] 
	assertThat(firstItem.getDescription(), not(startsWith(PROMOTED_MARKER)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[91] 
	assertThat(secondItem.getDescription(), not(startsWith(PROMOTED_MARKER)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[92] 
	assertThat(firstItem.getInstallableUnits(), not(empty()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[93] 
	assertThat(secondItem.getInstallableUnits(), not(empty()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[27] 
	import org.eclipse.epp.internal.mpc.core.service.CatalogService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CatalogService is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[49] 
	private final class MockCatalogService implements CatalogService {
	                                                  ^^^^^^^^^^^^^^
The type CatalogService is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[50] 
	public List<Catalog> listCatalogs(IProgressMonitor monitor) throws CoreException {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method CatalogServiceTest.MockCatalogService.listCatalogs(IProgressMonitor) overrides a deprecated method from CatalogService
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[92] 
	catalogService = ServiceLocator.getInstance().getCatalogService();
	                                ^^^^^^^^^^^^^
The method getInstance() from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/DefaultMarketplaceServiceTest.java:[361] 
	assertThat(new Date(timestamp * 1000), greaterThan(new SimpleDateFormat("yyyy-MM-dd").parse("2014-06-24")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Date, Matcher<? super Date>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[405] 
	assertThat(controls, empty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<capture#6-of ? extends Widget>, Matcher<? super List<capture#6-of ? extends Widget>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[410] 
	assertThat(controls.size(), greaterThanOrEqualTo(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java:[75] 
	T transformedItem = function.apply((S) item);
	                                   ^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java:[80] 
	private static final class OptionalFunction<S, T> implements Function<Optional<S>, Optional<T>> {
	                           ^^^^^^^^^^^^^^^^
The type LambdaMatchers.OptionalFunction<S,T> is never used locally
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java:[83] 
	public OptionalFunction(Function<S, T> function) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor LambdaMatchers.OptionalFunction<S,T>(Function<S,T>) is never used locally
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[111] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[114] 
	assertThat(found, is(hostedMarketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[135] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[138] 
	assertThat(found, is(hostedMarketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[159] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[162] 
	assertThat(found, is(hostedMarketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[176] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[179] 
	assertThat(found, is(marketplaceHttpsDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[196] 
	assertThat(found, is(dedicatedHostingDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[135] 
	assertThat(registeredFactoryTypes, not(hasItem(service.getClass())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[136] 
	assertThat(registeredFactories, not(hasItem(service)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<ITransportFactory>, Matcher<? super Set<ITransportFactory>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[146] 
	assertThat(registeredFactoryTypes, CoreMatchers.hasItem(factory.getClass()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[177] 
	assertThat(service, instanceOf(TransportFactory.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[178] 
	assertThat(registeredFactoryTypes, not(hasItem(service.getClass())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[179] 
	assertThat(registeredFactories, not(hasItem(service)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<Object>, Matcher<? super Set<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[186] 
	assertThat(registeredFactoryTypes, CoreMatchers.hasItem(factory.getClass()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[297] 
	assertThat(request.getFirstHeader("X-Customizer-Test"), LambdaMatchers.<Header, String> map(x -> x == null
				? null : x.getValue())
				.matches("true"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Header, Matcher<? super Header>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[349] 
	assertThat(nestedProviders, hasItem(LambdaMatchers.map(x -> x.getClass().getName()).matches(
				"org.apache.http.impl.auth.win.WindowsCredentialsProvider")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<CredentialsProvider>, Matcher<? super List<CredentialsProvider>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[362] 
	assertEquals(expectedIus.length, node.getIus().getIu().size());
	                                               ^^^^^^^
The method getIu() from the type IIus is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[364] 
	assertEquals(expectedIus[x], node.getIus().getIu().get(x));
	                                           ^^^^^^^
The method getIu() from the type IIus is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[505] 
	assertThat(contentChild.getMessage(), containsString("<?xml version='1.0' encoding='UTF-8'?>"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[516] 
	assertThat(contentChild.getMessage(), containsString("<mar??tplace>"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[537] 
	assertThat(contentChild.getMessage(), containsString("This is some arbitrary test content"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceDiscoveryStrategyTest.java:[63] 
	public IMarketplaceService createMarketplaceService() {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method new MarketplaceDiscoveryStrategy(){}.createMarketplaceService() overrides a deprecated method from MarketplaceDiscoveryStrategy
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/MarketplaceInfoTest.java:[69] 
	item.setInstallableUnits(node.getIus().getIu());
	                                       ^^^^^^^
The method getIu() from the type Ius is deprecated
43 problems (43 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.epp.mpc.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.tests ---
[INFO] Fork Value is true
     [java] Warnings generated: 11
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] BugInstance size is 11
[INFO] Error size is 0
[INFO] Total bugs: 11
[ERROR] Write to static field org.eclipse.epp.mpc.tests.LoggingSuite.isLogging from instance method org.eclipse.epp.mpc.tests.LoggingSuite.run(RunNotifier) [org.eclipse.epp.mpc.tests.LoggingSuite, org.eclipse.epp.mpc.tests.LoggingSuite] At LoggingSuite.java:[line 73]Another occurrence at LoggingSuite.java:[line 80] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[ERROR] Should org.eclipse.epp.mpc.tests.service.CatalogServiceTest$MockCatalogService be a _static_ inner class? [org.eclipse.epp.mpc.tests.service.CatalogServiceTest$MockCatalogService] At CatalogServiceTest.java:[lines 49-53] SIC_INNER_SHOULD_BE_STATIC
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$2.findOutputDir() [org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$2] At SolutionCompatibilityFilterTest.java:[line 713] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$Solution.systems() may expose internal representation by returning SolutionCompatibilityFilterTest$Solution.systems [org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$Solution] At SolutionCompatibilityFilterTest.java:[line 263] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.loadGarbage() may fail to clean up java.io.OutputStream on checked exception [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] Obligation to clean up resource created at MarketplaceInfoSerializationTest.java:[line 442] is not dischargedPath continues at MarketplaceInfoSerializationTest.java:[line 443]Path continues at MarketplaceInfoSerializationTest.java:[line 444]Path continues at MarketplaceInfoSerializationTest.java:[line 445]Path continues at MarketplaceInfoSerializationTest.java:[line 446] OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.copyRegistryFile(File, int) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 479] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.createNewFile() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.createEmptyRegistryFile(File) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 499] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.createEmptyRegistryFile(File) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 497] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest.TEST_NODES should be package protected [org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest] At AbstractMarketplaceWizardBotTest.java:[line 106] MS_PKGPROTECT
[ERROR] Redundant nullcheck of problem, which is known to be non-null in org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest.closeWizard() [org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest] Redundant null check at AbstractMarketplaceWizardBotTest.java:[line 303] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Return value of org.eclipse.epp.internal.mpc.core.transport.httpclient.HttpClientCustomizer.customizeCredentialsProvider(CredentialsProvider) ignored, but method has no side effect [org.eclipse.epp.mpc.tests.util.TransportFactoryTest] At TransportFactoryTest.java:[line 295] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.tests ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] 
[INFO] -------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog >--------
[INFO] Building org.eclipse.epp.mpc.tests.catalog 1.8.3-SNAPSHOT        [11/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-root >------------
[INFO] Building org.eclipse.epp.mpc-root 1.8.3-SNAPSHOT                 [12/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-root ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc-root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.epp.mpc-root 1.8.3-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.epp.mpc-target ......................... SUCCESS [  3.877 s]
[INFO] org.eclipse.epp.mpc.core ........................... SUCCESS [ 40.184 s]
[INFO] org.eclipse.epp.mpc.core.win32 ..................... SUCCESS [  4.582 s]
[INFO] org.eclipse.epp.mpc.dependencies ................... SUCCESS [  2.506 s]
[INFO] org.eclipse.epp.mpc.ui.css ......................... SUCCESS [  5.045 s]
[INFO] org.eclipse.epp.mpc.ui ............................. SUCCESS [ 14.809 s]
[INFO] org.eclipse.epp.mpc.help.ui ........................ SUCCESS [  2.601 s]
[INFO] org.eclipse.epp.mpc ................................ SUCCESS [  2.291 s]
[INFO] EPP Marketplace Client ............................. SUCCESS [  8.761 s]
[INFO] org.eclipse.epp.mpc.tests .......................... SUCCESS [ 10.097 s]
[INFO] org.eclipse.epp.mpc.tests.catalog .................. SUCCESS [  1.071 s]
[INFO] org.eclipse.epp.mpc-root ........................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:55 min
[INFO] Finished at: 2020-06-29T16:42:25Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in /home/jenkins/agent/workspace/epp-mpc-release that match the pattern org.eclipse.epp.mpc*/target/findbugsXml.xml
[FINDBUGS] No files found. Configuration error?
No credentials specified
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=1bf7f6692a347a2c8ad5d14c184f5dea532c815b, workspace=/home/jenkins/agent/workspace/epp-mpc-release
[FINDBUGS] Computing warning deltas based on reference build #142
Archiving artifacts
Finished: SUCCESS