Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow failed because an error in NameResemblance class #13

Open
GoogleCodeExporter opened this issue Apr 25, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Launch SoMoX configuration for a given project using the Run 
configurations... dialogue
2. SoMoX will finish successfully 
3. Launch new SoMoX configuration for a given project (it can be the same 
project as in the first step)
4. SoMoX will fail reporting an error in the workflow

What is the expected output? What do you see instead?
SoMoX should not fail. 

The problem is caused by the NameResemblance class. There is nameResemblanceMap 
map object which is set to be unmodifiable, so when we run SoMoX for second 
time, the same map is used from the first Launching. Since the map is set to me 
unmodifiable it can not be used again. 


Temporary solution for the users is to restart Eclipse before Launching the 
second SoMoX. 

Original issue reported on code.google.com by [email protected] on 17 Sep 2014 at 2:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant