Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Consider disabling the syncOverride warning/error by default

In an effort to reduce the new syncOverride warnings from the recent builds I started analyzing the warnings for org.eclipse.osgi (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249343). For the most part I found the warnings to be noise and in many cases I found that it would be bad to add synchronization to the methods to avoid the warnings. I am curious what other teams are finding when you analyze your syncOverride warnings and if you think the warning should be enabled by default. I opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=249535 to track this issue. Please chime in on that bug with your findings.

Thanks.

Tom


Back to the top