Github user kaspersorensen commented on the issue:
https://github.com/apache/metamodel/pull/142
Oh, I guess they may be eclipse-specific, although I hope not. I did
evaluate each case of adding the annotation, and felt that they where all safe
cases. But in general I agree that I prefer to fix the cause of the warning.
Sometimes the compilers/tools analysis is wrong though; typically when you wrap
a closeable in another closeable, you shouldn't close the inner object because
that would make the wrapper object unusable (an example of this in MetaModel is
around `DataSet` implementations that wrap other `DataSet`s).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---