You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2019. It is now read-only.
Currently, there are two places where we log errors directly to the console even though the test does not fail:
EMFJsonConverterTest calls EMFJsonConverter#fromJson which logs the error even though that is expected in some test cases.
ModelRepositoryTest calls ResourceManager#loadResource logs all resources it cannot load to the console but the ModelRepository#initialize simply iterates over all files, so many files will not be loaded as resources, e.g., Java files, preference files, etc.