Bug 496800 - No "Bundles" entry for Guava despite com.google.common.collect being in the stack trace
Summary: No "Bundles" entry for Guava despite com.google.common.collect being in the s...
Status: RESOLVED WONTFIX
Alias: None
Product: EPP
Classification: Technology
Component: Automated Error Reporting Client (AERI) (show other bugs)
Version: 4.6.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: later   Edit
Assignee: EPP Error Reports CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-27 03:50 EDT by Andreas Sewe CLA
Modified: 2021-05-07 09:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sewe CLA 2016-06-27 03:50:50 EDT
Hi,

I am triaging the following problem [1], an AbstractMethodError being thrown:

java.lang.AbstractMethodError: com.google.common.collect.AbstractMultimap.entries()Ljava/util/Collection;
	
at com.google.common.collect.AbstractMapBasedMultimap.entries(AbstractMapBasedMultimap.java:1201)
	
at com.google.common.collect.AbstractSetMultimap.entries(AbstractSetMultimap.java:74)
	
at com.google.common.collect.HashMultimap.entries(HashMultimap.java:49)
	
at com.google.common.collect.AbstractSetMultimap.entries(AbstractSetMultimap.java:34)
	
at com.google.common.collect.AbstractMultimap.putAll(AbstractMultimap.java:89)
	
at com.google.common.collect.HashMultimap.putAll(HashMultimap.java:49)
	
at com.google.common.eventbus.EventBus.register(EventBus.java:200)
	
at org.eclipse.recommenders.internal.rcp.JavaElementSelectionService.<init>(JavaElementSelectionService.java:56)

Unfortunately, the list of "Bundles" in the problem detail view [1] does not list com.google.guava as a bundle, even though com.google.common.collect is clearly on the stack trace.

This makes it very hard to triage this problem.

[1] <https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/problems/5770848be4b025c2ed6e47f9>
Comment 1 Andreas Sewe CLA 2016-06-27 03:55:26 EDT
Likewise, [1] shows no org.apache.lucene bundles.

I suspect this is due to the org.apache.lucene packages being blameless. If that's the case, a package being blameless shouldn't mean that the version is unimportant.

[1] <https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/problems/576a9520e4b013a83b53f42f>
Comment 2 Jonah Graham CLA 2021-05-07 09:54:45 EDT
The Eclipse AERI server and components have been decommissioned in 2019, see Bug 551898. Therefore any remaining bugs are now being closed as WONTFIX. If this bug is still relevant, please make a comment and we'll move it to the correct project/component for further investigation.

This change was made as part of a bulk change.