Skip to content

Console Output

Skipping 1,306 KB.. Full Log
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[150] 
	protected abstract DiscoveryWizard createWizard(final MarketplaceCatalog catalog,
	                   ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[208] 
	if (ie.getMessage() == null || "".equals(ie.getMessage())) {
	                               ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[209] 
	InterruptedException ie1 = new InterruptedException("Operation cancelled");
	                                                    ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[39] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[40] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[41] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[42] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[68] 
	configuration.getFilters().clear();
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[73] 
	List<Tag> choices = new ArrayList<>();
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[76] 
	Tag marketTag = new Tag(IMarket.class, market.getId(), market.getName());
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[76] 
	Tag marketTag = new Tag(IMarket.class, market.getId(), market.getName());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Tag(Object, String, String)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[76] 
	Tag marketTag = new Tag(IMarket.class, market.getId(), market.getName());
	                    ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[77] 
	marketTag.setData(market);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[86] 
	marketFilter.setChoices(new ArrayList<Tag>());
	                                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[97] 
	marketCategoryTagFilter.setChoices(new ArrayList<Tag>());
	                                                 ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[107] 
	configuration.getFilters().add(marketFilter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[108] 
	configuration.getFilters().add(marketCategoryTagFilter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[114] 
	for (CatalogFilter filter : configuration.getFilters()) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[114] 
	for (CatalogFilter filter : configuration.getFilters()) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[121] 
	protected MarketplaceWizardDialog createWizardDialog(DiscoveryWizard wizard, ExecutionEvent event) {
	                                                     ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[124] 
	activeShell = WorkbenchUtil.getShell();
	              ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[124] 
	activeShell = WorkbenchUtil.getShell();
	              ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[141] 
	Set<Tag> newChoices = new HashSet<>();
	    ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[142] 
	List<Tag> choices = new ArrayList<>();
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[145] 
	for (Tag marketTag : marketFilter.getSelected()) {
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[146] 
	selectedMarkets.add((IMarket) marketTag.getData());
	                              ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[154] 
	Tag categoryTag = new Tag(ICategory.class, marketCategory.getId(), marketCategory.getName());
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[154] 
	Tag categoryTag = new Tag(ICategory.class, marketCategory.getId(), marketCategory.getName());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Tag(Object, String, String)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[154] 
	Tag categoryTag = new Tag(ICategory.class, marketCategory.getId(), marketCategory.getName());
	                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[155] 
	categoryTag.setData(marketCategory);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[162] 
	Collections.sort(choices, (o1, o2) -> o1.getLabel().compareTo(o2.getLabel()));
	                                      ^^^^^^^^^^^^^
Discouraged access: The method 'Tag.getLabel()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[162] 
	Collections.sort(choices, (o1, o2) -> o1.getLabel().compareTo(o2.getLabel()));
	                                                              ^^^^^^^^^^^^^
Discouraged access: The method 'Tag.getLabel()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[27] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[28] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[54] 
	private final CatalogItem catalogItem;
	              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[58] 
	public ShareSolutionLink(Composite parent, CatalogItem item) {
	                                           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[101] 
	String tweet = NLS.bind(Messages.ShareSolutionLink_tweet, new Object[] { catalogItem.getName(),
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[103] 
	WorkbenchUtil.openUrl("http://twitter.com/?status=" + tweet, IWorkbenchBrowserSupport.AS_EXTERNAL); //$NON-NLS-1$
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[103] 
	WorkbenchUtil.openUrl("http://twitter.com/?status=" + tweet, IWorkbenchBrowserSupport.AS_EXTERNAL); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[142] 
	WorkbenchUtil.openUrl(getUrl(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[142] 
	WorkbenchUtil.openUrl(getUrl(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[155] 
	String subject = NLS.bind(Messages.ShareSolutionLink_mailSubject, new Object[] { catalogItem.getName() });
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[163] 
	boolean copyToClipboard = MessageDialog.openQuestion(WorkbenchUtil.getShell(),
	                                                     ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[163] 
	boolean copyToClipboard = MessageDialog.openQuestion(WorkbenchUtil.getShell(),
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[179] 
	String description = catalogItem.getDescription() == null ? "" : catalogItem.getDescription(); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[179] 
	String description = catalogItem.getDescription() == null ? "" : catalogItem.getDescription(); //$NON-NLS-1$
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[180] 
	description = TextUtil.stripHtmlMarkup(catalogItem.getDescription()).trim();
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[181] 
	return catalogItem.getName() + "\n" + getUrl() + "\n\n" + description; //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[185] 
	return ((INode) catalogItem.getData()).getUrl();
	                ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[30] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[51] 
	public BrowseCatalogItem(Composite parent, DiscoveryResources resources, IShellProvider shellProvider,
	                                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[72] 
	return NLS.bind(Messages.BrowseCatalogItem_openUrlBrowser, getData().getUrl());
	                                                           ^^^^^^^^^
Discouraged access: The method 'ControlListItem<CatalogDescriptor>.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[81] 
	openMarketplace(getData(), getViewer(), browser);
	                ^^^^^^^^^
Discouraged access: The method 'ControlListItem<CatalogDescriptor>.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[27] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[32] 
	public class MarketplaceNodeCatalogItem extends CatalogItem {
	                                                ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[40] 
	field = CatalogItem.class.getDeclaredField("changeSupport"); //$NON-NLS-1$
	        ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[55] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'CatalogItem()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[101] 
	super.setInstallableUnits(installableUnits);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setInstallableUnits(List<String>)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[108] 
	for (String iuId : installableUnits) {
	                   ^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[147] 
	installableUnits.clear();
	^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[149] 
	installableUnits.add(iuItem.getId());
	^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[151] 
	super.setInstallableUnits(installableUnits);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setInstallableUnits(List<String>)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[151] 
	super.setInstallableUnits(installableUnits);
	                          ^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[160] 
	return (INode) super.getData();
	               ^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[201] 
	Boolean available = super.getAvailable();
	                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getAvailable()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[236] 
	if (!getInstallableUnits().isEmpty()) {
	     ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[237] 
	if (isInstalled()) {
	    ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isInstalled()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[282] 
	boolean wasSelected = isSelected();
	                      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[284] 
	super.setSelected(selected);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSelected(boolean)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[293] 
	result = prime * result + ((id == null) ? 0 : id.hashCode());
	                            ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[293] 
	result = prime * result + ((id == null) ? 0 : id.hashCode());
	                                              ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[309] 
	if (id == null) {
	    ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[310] 
	if (other.id != null) {
	          ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[313] 
	} else if (!id.equals(other.id)) {
	            ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[313] 
	} else if (!id.equals(other.id)) {
	                            ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[21] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[22] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[30] 
	UserActionCatalogItem connector, CatalogViewer viewer) {
	                                 ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[41] 
	UserActionCatalogItem loginItem = getData();
	                                  ^^^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[42] 
	if (loginItem != null && loginItem.getData() != null && !"".equals(loginItem.getData())) { //$NON-NLS-1$
	                         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[42] 
	if (loginItem != null && loginItem.getData() != null && !"".equals(loginItem.getData())) { //$NON-NLS-1$
	                                                                   ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[43] 
	String loginMessage = (String) loginItem.getData();
	                               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[52] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.100.v20180822-1302/org.eclipse.equinox.p2.discovery-1.1.100.v20180822-1302.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java:[18] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.GradientToolTip;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientToolTip' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java:[36] 
	public class CatalogToolTip extends GradientToolTip {
	                                    ^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientToolTip' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java:[49] 
	super(label);
	^^^^^^^^^^^^^
Discouraged access: The constructor 'GradientToolTip(Control)' is not API (restriction on classpath entry '/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.100.v20180822-1357/org.eclipse.equinox.p2.ui.discovery-1.1.100.v20180822-1357.jar')
1069 problems (1069 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.2.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.7.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.2.0:normalize (pack200-normalize) @ org.eclipse.epp.mpc.ui ---
[INFO] Pack200 normalizing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.epp.mpc.ui ---
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.7.3-SNAPSHOT.jar
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.7.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.2.0:pack (pack200-pack) @ org.eclipse.epp.mpc.ui ---
[INFO] Pack200 packing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.epp.mpc.ui ---
[INFO] Fork Value is true
     [java] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.mpc
     [java] Warnings generated: 46
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] BugInstance size is 46
[INFO] Error size is 0
[INFO] Total bugs: 46
[INFO] 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
[INFO] 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 110] MS_CANNOT_BE_FINAL
[INFO] 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 125] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[INFO] Nullcheck of node at line 387 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 299]Redundant null check at MarketplaceDiscoveryStrategy.java:[line 387] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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 62] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$1.compare(Viewer, Object, Object) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$1] At FeatureSelectionWizardPage.java:[line 309] DM_NUMBER_CTOR
[INFO] 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 93-101] SF_SWITCH_NO_DEFAULT
[INFO] 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
[INFO] 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
[INFO] 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 346] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[INFO] 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 379] NP_TOSTRING_COULD_RETURN_NULL
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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 214] MS_SHOULD_BE_FINAL
[INFO] 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 624]Synchronized access at MarketplaceWizard.java:[line 620]Synchronized access at MarketplaceWizard.java:[line 636]Synchronized access at MarketplaceWizard.java:[line 626]Synchronized access at MarketplaceWizard.java:[line 630] IS2_INCONSISTENT_SYNC
[INFO] Null passed for non-null parameter of org.eclipse.epp.mpc.ui.MarketplaceUrlHandler.getMPCState(String) in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.resumeWizard(Display, Object, boolean) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] Method invoked at MarketplaceWizard.java:[line 1196]Known null at MarketplaceWizard.java:[line 1188] NP_NULL_PARAM_DEREF
[INFO] 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 829-851] SF_SWITCH_NO_DEFAULT
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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
[INFO] 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 Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.9.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.0:cpd (cpd) @ org.eclipse.epp.mpc.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.9.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.0:cpd-check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] You have 1 CPD duplication. For more details see: /jobs/genie.mpc/epp-mpc-release/workspace/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.7.3-SNAPSHOT               [7/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Deleting /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.help.ui ---
[INFO] The project's OSGi version is 1.7.3.v20181107-1820
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.2.0:compile (default-compile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.2.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.7.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.2.0:normalize (pack200-normalize) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Pack200 normalizing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.7.3-SNAPSHOT.jar
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.7.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.2.0:pack (pack200-pack) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Pack200 packing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.9.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.0:cpd (cpd) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.9.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.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.7.3-SNAPSHOT                       [8/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc ---
[INFO] Deleting /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc ---
[INFO] The project's OSGi version is 1.7.3.v20181107-1820
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.7.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.epp.mpc ---
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.7.3-SNAPSHOT.jar
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.7.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0: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.7.3-SNAPSHOT                    [9/12]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.site ---
[INFO] Deleting /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.site ---
[INFO] The project's OSGi version is 1.7.3.v20181107-1820
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1: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.0.2:resources (default-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2: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.0.2:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0: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] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Building zip: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.7.3-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (repository-reference) @ org.eclipse.epp.mpc.site ---
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/ant/ant/maven-metadata.xml
Downloading from apache.snapshots: http://repository.apache.org/snapshots/org/apache/ant/ant/maven-metadata.xml
Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/maven-metadata.xml
[INFO] Executing tasks

main:

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

compress-repository-files:
      [jar] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target/repository/content.jar
      [jar] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/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 /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target

update-repository-archive:
     [move] Moving 1 file to /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target
      [zip] Building zip: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.7.3-SNAPSHOT.zip
   [delete] Deleting: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.7.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.7.3-SNAPSHOT                [10/12]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests ---
[INFO] Deleting /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests ---
[INFO] The project's OSGi version is 1.7.3.v20181107-1820
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.2.0:compile (default-compile) @ org.eclipse.epp.mpc.tests ---
[INFO] Compiling 35 source files to /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/classes
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/MarketplaceInfoSerializationTest.java:[461] 
	private void copyRegistryFile(File target, int percent) throws Exception {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method copyRegistryFile(File, int) from the type MarketplaceInfoSerializationTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/MarketplaceInfoSerializationTest.java:[487] 
	private void createEmptyRegistryFile(File target) throws IOException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createEmptyRegistryFile(File) from the type MarketplaceInfoSerializationTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[355] 
	assertEquals(expectedIus.length, node.getIus().getIu().size());
	                                               ^^^^^^^
The method getIu() from the type IIus is deprecated
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[357] 
	assertEquals(expectedIus[x], node.getIus().getIu().get(x));
	                                           ^^^^^^^
The method getIu() from the type IIus is deprecated
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[534] 
	private IStatus getErrorContentInfo(UnmarshalException e) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getErrorContentInfo(UnmarshalException) from the type UnmarshallerTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[563] 
	private InputStream getResourceAsStream(String resource) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getResourceAsStream(String) from the type UnmarshallerTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/MarketplaceInfoTest.java:[156] 
	private InstallableUnit addIU(Map<String, IInstallableUnit> installedIus, String id) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addIU(Map<String,IInstallableUnit>, String) from the type MarketplaceInfoTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[85] 
	private Exception wrapInCoreException(Throwable rootCause) {
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method wrapInCoreException(Throwable) from the type MarketplaceClientUiTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/DefaultMarketplaceServiceTest.java:[238] 
	private ICategory findCategory(IMarket toolsMarket, String categoryName) {
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findCategory(IMarket, String) from the type DefaultMarketplaceServiceTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/SolutionCompatibilityFilterTest.java:[252] 
	public boolean installable() {
	               ^^^^^^^^^^^^^
The method installable() from the type SolutionCompatibilityFilterTest.Solution can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java:[203] 
	SWTBotButton favorite = bot.buttonWithId(AbstractMarketplaceDiscoveryItem.WIDGET_ID_KEY, DiscoveryItem.WIDGET_ID_RATING);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method buttonWithId(String, String) from the type SWTBot is deprecated
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java:[214] 
	SWTBotButton share = bot.buttonWithId(AbstractMarketplaceDiscoveryItem.WIDGET_ID_KEY, DiscoveryItem.WIDGET_ID_SHARE);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method buttonWithId(String, String) from the type SWTBot is deprecated
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[308] 
	private void dumpThreads() {
	             ^^^^^^^^^^^^^
The method dumpThreads() from the type AbstractMarketplaceWizardBotTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[328] 
	private String captureShellScreenshot(SWTBotShell botShell) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method captureShellScreenshot(SWTBotShell) from the type AbstractMarketplaceWizardBotTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[346] 
	private String describeShell(SWTBotShell botShell) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method describeShell(SWTBotShell) from the type AbstractMarketplaceWizardBotTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[483] 
	private StyleRange[] findStyleRanges(final SWTBotStyledText styledText) {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method findStyleRanges(SWTBotStyledText) from the type AbstractMarketplaceWizardBotTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[525] 
	private void checkSelected(AbstractTagFilter filter, String selection) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method checkSelected(AbstractTagFilter, String) from the type AbstractMarketplaceWizardBotTest can be declared as static
[WARNING] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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] /jobs/genie.mpc/epp-mpc-release/workspace/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
30 problems (30 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.2.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.7.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.2.0:normalize (pack200-normalize) @ org.eclipse.epp.mpc.tests ---
[INFO] Pack200 normalizing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.epp.mpc.tests ---
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.7.3-SNAPSHOT.jar
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.7.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.2.0:pack (pack200-pack) @ org.eclipse.epp.mpc.tests ---
[INFO] Pack200 packing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.2.0:test (default-test) @ org.eclipse.epp.mpc.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.epp.mpc.tests ---
[INFO] Fork Value is true
     [java] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.mpc
     [java] Warnings generated: 12
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] BugInstance size is 12
[INFO] Error size is 0
[INFO] Total bugs: 12
[INFO] 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
[INFO] 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
[INFO] 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 716] REC_CATCH_EXCEPTION
[INFO] 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 266] EI_EXPOSE_REP
[INFO] org.eclipse.epp.mpc.tests.service.xml.UnmarshallerTest.node() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead [org.eclipse.epp.mpc.tests.service.xml.UnmarshallerTest] At UnmarshallerTest.java:[line 146] DM_NUMBER_CTOR
[INFO] 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 433] is not dischargedPath continues at MarketplaceInfoSerializationTest.java:[line 434]Path continues at MarketplaceInfoSerializationTest.java:[line 435]Path continues at MarketplaceInfoSerializationTest.java:[line 436]Path continues at MarketplaceInfoSerializationTest.java:[line 437] OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
[INFO] 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 470] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] 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 490] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] 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 488] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] 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 98] MS_PKGPROTECT
[INFO] 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 295] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[INFO] 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 285] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.9.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.0:cpd (cpd) @ org.eclipse.epp.mpc.tests ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.9.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.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.7.3-SNAPSHOT        [11/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Deleting /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] The project's OSGi version is 1.7.3.v20181107-1820
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.2.0:compile (default-compile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.2.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Building jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.2.0:normalize (pack200-normalize) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Pack200 normalizing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Signing jar: /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.2.0:pack (pack200-pack) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Pack200 packing jar /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.7.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.9.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.0:cpd (cpd) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.9.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.9.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.7.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-M1:enforce (enforce-java) @ org.eclipse.epp.mpc-root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.epp.mpc-target ......................... SUCCESS [  0.743 s]
[INFO] org.eclipse.epp.mpc.core ........................... SUCCESS [ 41.067 s]
[INFO] org.eclipse.epp.mpc.core.win32 ..................... SUCCESS [  7.450 s]
[INFO] org.eclipse.epp.mpc.dependencies ................... SUCCESS [  5.037 s]
[INFO] org.eclipse.epp.mpc.ui.css ......................... SUCCESS [  8.729 s]
[INFO] org.eclipse.epp.mpc.ui ............................. SUCCESS [ 25.318 s]
[INFO] org.eclipse.epp.mpc.help.ui ........................ SUCCESS [  3.653 s]
[INFO] org.eclipse.epp.mpc ................................ SUCCESS [  3.218 s]
[INFO] EPP Marketplace Client ............................. SUCCESS [  5.237 s]
[INFO] org.eclipse.epp.mpc.tests .......................... SUCCESS [ 27.665 s]
[INFO] org.eclipse.epp.mpc.tests.catalog .................. SUCCESS [  2.962 s]
[INFO] org.eclipse.epp.mpc-root 1.7.3-SNAPSHOT ............ SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:28 min
[INFO] Finished at: 2018-11-07T13:25:32-05:00
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace that match the pattern org.eclipse.epp.mpc*/target/findbugsXml.xml
[FINDBUGS] Parsing 5 files in /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace
[FINDBUGS] Successfully parsed file /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/org.eclipse.epp.mpc.core.win32/target/findbugsXml.xml of module Marketplace Client Core Win32 Proxy Support with 1 unique warning and 0 duplicates.
[FINDBUGS] Successfully parsed file /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/org.eclipse.epp.mpc.core/target/findbugsXml.xml of module Marketplace Client Core with 22 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/org.eclipse.epp.mpc.tests/target/findbugsXml.xml of module Marketplace Client Tests with 34 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui.css/target/findbugsXml.xml of module Marketplace Client Theme Support with 35 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file /home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace/org.eclipse.epp.mpc.ui/target/findbugsXml.xml of module Marketplace Client with 81 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=101df2b02916da33264b4514f8ee621ef466350e, workspace=/home/hudson/genie.mpc/.jenkins/jobs/epp-mpc-release/workspace
 > /usr/local/bin/git rev-parse 101df2b02916da33264b4514f8ee621ef466350e^{commit} # timeout=10
<Git Blamer> Skipping file /jobs/genie.mpc/epp-mpc-release/workspace/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/ITransport.java, no result found.
[FINDBUGS] Computing warning deltas based on reference build #110
Archiving artifacts
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second
Finished: SUCCESS