Update documentation on team projects #725
Draft
Annotations
10 warnings
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/TipOfTheDayController.java#L132
'900' is a magic number.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/TipOfTheDayController.java#L132
'450' is a magic number.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/TipOfTheDayUtils.java#L41
Utility classes should not have a public or default constructor.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L55
Class 'OmegaTTipOfTheDayModel' looks like designed for extension (can be subclassed), but the method 'getTipAt' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OmegaTTipOfTheDayModel' final or making the method 'getTipAt' static/final/abstract/empty, or adding allowed annotation for the method.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L60
Class 'OmegaTTipOfTheDayModel' looks like designed for extension (can be subclassed), but the method 'getTipCount' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'OmegaTTipOfTheDayModel' final or making the method 'getTipCount' static/final/abstract/empty, or adding allowed annotation for the method.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L97
Class 'Records' looks like designed for extension (can be subclassed), but the method 'getTips' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Records' final or making the method 'getTips' static/final/abstract/empty, or adding allowed annotation for the method.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L101
Class 'Records' looks like designed for extension (can be subclassed), but the method 'setTips' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Records' final or making the method 'setTips' static/final/abstract/empty, or adding allowed annotation for the method.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L110
Class 'TipRecord' looks like designed for extension (can be subclassed), but the method 'getName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TipRecord' final or making the method 'getName' static/final/abstract/empty, or adding allowed annotation for the method.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L114
Class 'TipRecord' looks like designed for extension (can be subclassed), but the method 'setName' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TipRecord' final or making the method 'setName' static/final/abstract/empty, or adding allowed annotation for the method.
|
tipoftheday/src/main/java/org/omegat/gui/tipoftheday/OmegaTTipOfTheDayModel.java#L118
Class 'TipRecord' looks like designed for extension (can be subclassed), but the method 'getFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TipRecord' final or making the method 'getFile' static/final/abstract/empty, or adding allowed annotation for the method.
|
The logs for this run have expired and are no longer available.
Loading