-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
A session of compile warning hunt #4472
Conversation
Signed-off-by: Gaël L'hopital <[email protected]>
Signed-off-by: Gaël L'hopital <[email protected]>
@@ -19,7 +19,6 @@ | |||
import org.openhab.core.events.AbstractEventFactory; | |||
import org.openhab.core.events.Event; | |||
import org.openhab.core.events.EventFactory; | |||
import org.openhab.core.types.Type; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When removing it here, you probably need to fully qualify it in the Javadoc (e.g. line 40).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…own to 196 warnings now. Signed-off-by: Gaël L'hopital <[email protected]>
Signed-off-by: Gaël L'hopital <[email protected]>
bundles/org.openhab.core/src/main/java/org/openhab/core/items/ManagedMetadataProvider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Holger Friedrich <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot!
Decreased the number of warnings from 277 to 196 when compiling org.openhab.core