-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Added author tag where missing. #2351
Conversation
There are quite some new lines surrounding the author and sometimes you added " - Initial contribution" and other times not, is there a reason for that? |
They were automatically added by Eclipse.
I have added it in cases, where the file was edited after the initial commit (many authors are present). What would you recommend? Remove the lines and be consistent with adding "Initial contribution"? |
I'm surprised by the newlines after the author tag, Eclipse has half of an opinion about this, when creating a new empty docblock it adds them but it does not add or remove them to existing ones. Since we stated that every class should contain a docblock stating its purpose a newline on top makes sense, because something is missing. One on the bottom feels strange to me. Let's make it an "Initial contribution" everywhere |
7b5e351
to
ae030b6
Compare
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.
Thanks for the clean up :-)
/** | ||
* | ||
* @author Andy Lintner - Initial contribution | ||
* @param <T> |
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.
err - either add some description of remove that line
@@ -11,6 +11,7 @@ | |||
/** | |||
* Contains a led bulb state including the HSB value, white color temperature and animation values. | |||
* | |||
* @author David Graeff <[email protected]> - Initial contribution |
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.
you could remove his e-mail here as we do not do this (even if he added it on other classes)
@@ -11,6 +11,7 @@ | |||
/** | |||
* Contains a led bulb state including the HSB value, white color temperature and animation values. | |||
* | |||
* @author David Graeff <[email protected]> - Initial contribution | |||
* @since 2.0 |
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.
remove the since tag at the same time?
@@ -8,6 +8,10 @@ | |||
*/ | |||
package org.openhab.binding.milight.internal.protocol; | |||
|
|||
/** | |||
* | |||
* @author David Graeff <[email protected]> - Initial contribution |
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.
remove e-mail
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
ae030b6
to
54dddd9
Compare
@kaikreuzer should be fixed |
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.
thanks!
* master: [senseBox] Forgot to add binding to feature.xml (openhab#2371) [Kodi] Fix audio sink (openhab#2301) (openhab#2303) Initial contribution of a Niko Home Control binding. (openhab#1589) [keba] fixed typo (openhab#2370) Removed utilisation of org.apache.http.client (openhab#2369) [RFXCOM] Make LWRF mood buttons work (openhab#2366) [senseBox] Switch caching to ESH ExpiringCacheMap (openhab#2361) Fixed problems found by AuthorTagCheck in the cometvisu bundle (openhab#2364) Added author tag where missing. (openhab#2351) [RFXCOM] Fix chill temperature (openhab#2362) initial contribution Windcentrale binding (openhab#1535) Tesla : reset the Even Stream connection to the Tesla Back-end if the event time stamps differ too much from the current system time (openhab#2358) Homematic: Some updates (openhab#2346) [RFXCOM] Support all data from wind sensors (openhab#2329) Gardena: Optimized refresh after command (openhab#2353) Fix some javadocs. (openhab#2349) Some small non-standard copyright banners which we missed while reviewing (openhab#2347)
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
See openhab/static-code-analysis#52 Signed-off-by: Svilen Valkanov <[email protected]>
* Added timestamp-offset Profile * Fix RAWBUTTON_TOGGLE_ROLLERSHUTTER Profile Signed-off-by: Christoph Weitkamp <[email protected]>
See openhab/static-code-analysis#52
Signed-off-by: Svilen Valkanov [email protected]