]> source.dussan.org Git - vaadin-framework.git/commit
Add missing @since, remove empty @since annotations from tests 7.6.7
authorAleksi Hietanen <aleksi@vaadin.com>
Wed, 22 Jun 2016 10:30:25 +0000 (13:30 +0300)
committerIlia Motornyi <elmot@vaadin.com>
Thu, 23 Jun 2016 14:20:03 +0000 (14:20 +0000)
commit254aa330b8400235d3c1a9aebf1c3c2cc097c9d9
tree7613d8c70b45a46ab2fa59283078143f5fcf7fd1
parent2d404f6c7ca607bc3eeed86aa6dc05ffabd86ebf
Add missing @since, remove empty @since annotations from tests

Change-Id: I47ccc3bdffa5b6c9ea12dae2f21dd4578f483bc0
184 files changed:
client/tests/src/com/vaadin/client/communication/ServerMessageHandlerTest.java
server/src/com/vaadin/navigator/Navigator.java
server/tests/src/com/vaadin/server/MockServletConfig.java
server/tests/src/com/vaadin/server/MockServletContext.java
server/tests/src/com/vaadin/tests/design/DesignContextLocalIdTest.java
server/tests/src/com/vaadin/tests/design/InvalidLayoutTemplate.java
server/tests/src/com/vaadin/tests/design/LayoutTemplate.java
server/tests/src/com/vaadin/tests/design/LocaleTest.java
server/tests/src/com/vaadin/tests/design/ParseLayoutTest.java
server/tests/src/com/vaadin/tests/design/nested/ReadNestedTemplatesTest.java
server/tests/src/com/vaadin/tests/server/CsrfTokenMissingTest.java
server/tests/src/com/vaadin/tests/server/component/absolutelayout/AddComponentsTest.java
server/tests/src/com/vaadin/tests/server/component/abstractcomponent/AbstractComponentDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/abstractorderedlayout/AbstractOrderedLayoutDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/abstractsplitpanel/AbstractSplitPanelDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/abstracttextfield/AbstractTextFieldDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/csslayout/CssLayoutDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/customlayout/CustomLayoutDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/flash/FlashDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/grid/declarative/GridDeclarativeAttributeTest.java
server/tests/src/com/vaadin/tests/server/component/image/ImageDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/panel/PanelDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/passwordfield/PasswordFieldDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/slider/SliderDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/table/TableDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/table/TablePropertyValueConverterTest.java
server/tests/src/com/vaadin/tests/server/component/tabsheet/TabSheetDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/treetable/TreeTableDeclarativeTest.java
server/tests/src/com/vaadin/tests/server/component/window/WindowDeclarativeTest.java
server/tests/src/com/vaadin/ui/declarative/DesignTest.java
uitest/src/com/vaadin/tests/application/CommErrorEmulatorUI.java
uitest/src/com/vaadin/tests/components/abstractfield/RequiredIndicatorForFieldsWithoutCaption.java
uitest/src/com/vaadin/tests/components/accordion/AccordionTabIdsTest.java
uitest/src/com/vaadin/tests/components/button/ButtonUpdateAltText.java
uitest/src/com/vaadin/tests/components/calendar/CalendarNotificationsTest.java
uitest/src/com/vaadin/tests/components/calendar/CalendarNotificationsTestIE.java
uitest/src/com/vaadin/tests/components/calendar/CalendarShownNotCorrectlyWhenPartiallyOutOfView.java
uitest/src/com/vaadin/tests/components/calendar/CalendarVisibleHours.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSlowTest.java
uitest/src/com/vaadin/tests/components/customfield/CustomFieldSize.java
uitest/src/com/vaadin/tests/components/customfield/CustomFieldSizeTest.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldIsValid.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldTestTest.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldWhenChangingValueAndEnablingParentTest.java
uitest/src/com/vaadin/tests/components/datefield/DynamicallyChangeDateRange.java
uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldValueChangeEvents.java
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtain.java
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java
uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
uitest/src/com/vaadin/tests/components/grid/GridThemeUITest.java
uitest/src/com/vaadin/tests/components/grid/MyBeanJSRenderer.java
uitest/src/com/vaadin/tests/components/grid/WidgetRenderersTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicClientFeatures.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicClientFeaturesTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/client/GridStaticSectionTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/element/CustomGridElement.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridFocusTest.java
uitest/src/com/vaadin/tests/components/menubar/MenuBarsWithNesting.java
uitest/src/com/vaadin/tests/components/menubar/MenuBarsWithNestingTest.java
uitest/src/com/vaadin/tests/components/progressindicator/ProgressBarGenericTest.java
uitest/src/com/vaadin/tests/components/table/DndEmptyTable.java
uitest/src/com/vaadin/tests/components/table/DndEmptyTableTest.java
uitest/src/com/vaadin/tests/components/table/FooterClickTest.java
uitest/src/com/vaadin/tests/components/table/FooterTest.java
uitest/src/com/vaadin/tests/components/table/HeaderClickTest.java
uitest/src/com/vaadin/tests/components/table/HeaderFooterClickLeftRightMiddleTest.java
uitest/src/com/vaadin/tests/components/table/HeaderPositionWhenSortingTest.java
uitest/src/com/vaadin/tests/components/table/HeaderSyncOnScrollTest.java
uitest/src/com/vaadin/tests/components/table/HeaderUpdateWhenNoRowsTest.java
uitest/src/com/vaadin/tests/components/table/HiddenComponentCells.java
uitest/src/com/vaadin/tests/components/table/MemoryLeakTable.java
uitest/src/com/vaadin/tests/components/table/MemoryLeakTableTest.java
uitest/src/com/vaadin/tests/components/table/RefreshRenderedCellsOnlyIfAttached.java
uitest/src/com/vaadin/tests/components/table/SelectAllConstantViewport.java
uitest/src/com/vaadin/tests/components/table/SetCurrentPageFirstItemIndex.java
uitest/src/com/vaadin/tests/components/table/SetCurrentPageFirstItemIndexTest.java
uitest/src/com/vaadin/tests/components/table/TableInIframeRowClickScrollJumpTest.java
uitest/src/com/vaadin/tests/components/table/TableMatchesMouseDownMouseUpElementTest.java
uitest/src/com/vaadin/tests/components/table/TableMoveFocusWithSelectionTest.java
uitest/src/com/vaadin/tests/components/table/TableVisibleColumnsUpdateTest.java
uitest/src/com/vaadin/tests/components/table/TabletContextMenu.java
uitest/src/com/vaadin/tests/components/tabsheet/NewSelectionAfterTabRemove.java
uitest/src/com/vaadin/tests/components/tabsheet/NewSelectionAfterTabRemoveTest.java
uitest/src/com/vaadin/tests/components/tabsheet/TabKeyboardNavigation.java
uitest/src/com/vaadin/tests/components/tabsheet/TabKeyboardNavigationTest.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSelectionRevertedByServer.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSelectionRevertedByServerTest.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetClose.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetCloseTest.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetScrollOnTabClose.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetScrollOnTabCloseTest.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSpaceNotScroll.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSpaceNotScrollTest.java
uitest/src/com/vaadin/tests/components/tabsheet/TabsheetNotEnoughHorizontalSpaceTest.java
uitest/src/com/vaadin/tests/components/textarea/TextAreaSizeResetted.java
uitest/src/com/vaadin/tests/components/ui/UnnecessaryPaddingInResponsiveUI.java
uitest/src/com/vaadin/tests/components/ui/UnnecessaryPaddingInResponsiveUITest.java
uitest/src/com/vaadin/tests/components/ui/VaadinFinderLocatorUISearchTest.java
uitest/src/com/vaadin/tests/components/window/BottomComponentScrollsUp.java
uitest/src/com/vaadin/tests/components/window/BottomComponentScrollsUpTest.java
uitest/src/com/vaadin/tests/components/window/ComboboxScrollableWindow.java
uitest/src/com/vaadin/tests/components/window/ExtraWindowShownWaiAriaTest.java
uitest/src/com/vaadin/tests/components/window/ScrollingBodyElementWithModalOpenedTest.java
uitest/src/com/vaadin/tests/components/window/SubWindowsTextSelectionTest.java
uitest/src/com/vaadin/tests/declarative/Potus.java
uitest/src/com/vaadin/tests/declarative/PotusCrudUI.java
uitest/src/com/vaadin/tests/layouts/HtmlInCaption.java
uitest/src/com/vaadin/tests/layouts/TestLayoutClickListenersTest.java
uitest/src/com/vaadin/tests/layouts/gridlayout/GridSpanEmptyColumns.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseAddReplaceMove.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseAlignment.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseAlignmentTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseCaption.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseCaptionTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseComponentSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseIcon.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseIconTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseLayoutExpand.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseLayoutForSpacingMargin.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseLayoutRegErrorTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseLayoutSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseLayoutSizingTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseRegError.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridAddReplaceMove.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridAddReplaceMoveTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridBaseLayoutTestUI.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridCaptionTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridComponentSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridIcon.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridIconTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutExpand.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutExpandTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutMarginSpacing.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutMarginSpacingTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutRegError.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutRegErrorTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutSizingTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/HLayout/HComponentSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/HLayout/HIcon.java
uitest/src/com/vaadin/tests/layouts/layouttester/HLayout/HLayoutExpand.java
uitest/src/com/vaadin/tests/layouts/layouttester/HLayout/HLayoutMarginSpacing.java
uitest/src/com/vaadin/tests/layouts/layouttester/HLayout/HLayoutRegError.java
uitest/src/com/vaadin/tests/layouts/layouttester/HLayout/HLayoutSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VAddReplaceMove.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VAddReplaceMoveTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VCaption.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VCaptionTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VComponentSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VIcon.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutExpand.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutExpandTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutMarginSpacing.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutRegError.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutRegErrorTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutSizing.java
uitest/src/com/vaadin/tests/layouts/layouttester/VLayout/VLayoutSizingTest.java
uitest/src/com/vaadin/tests/push/PushConfigurator.java
uitest/src/com/vaadin/tests/push/TablePushStreaming.java
uitest/src/com/vaadin/tests/resources/PublishedFileHandlerCaching.java
uitest/src/com/vaadin/tests/tb3/ChangedTB3TestLocator.java
uitest/src/com/vaadin/tests/tb3/ChangedTB3Tests.java
uitest/src/com/vaadin/tests/tb3/IncludeIfProperty.java
uitest/src/com/vaadin/tests/themes/valo/ButtonsAndLinks.java
uitest/src/com/vaadin/tests/themes/valo/Dragging.java
uitest/src/com/vaadin/tests/themes/valo/Forms.java
uitest/src/com/vaadin/tests/themes/valo/ImmediateUpload.java
uitest/src/com/vaadin/tests/themes/valo/Labels.java
uitest/src/com/vaadin/tests/themes/valo/TestIcon.java
uitest/src/com/vaadin/tests/themes/valo/ValoMenuLayout.java
uitest/src/com/vaadin/tests/widgetset/client/MockApplicationConnection.java
uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java
uitest/src/com/vaadin/tests/widgetset/client/grid/GridClientColumnRendererRpc.java
uitest/src/com/vaadin/tests/widgetset/client/grid/PureGWTTestApplication.java
uitest/src/com/vaadin/tests/widgetset/server/OverriddenDecendants.java
uitest/src/com/vaadin/tests/widgetset/server/OverriddenDecendantsTest.java
uitest/src/com/vaadin/tests/widgetset/server/csrf/CsrfButton.java
uitest/src/com/vaadin/tests/widgetset/server/csrf/ui/AbstractCsrfTokenUI.java
uitest/src/com/vaadin/tests/widgetset/server/csrf/ui/CsrfTokenDisabled.java
uitest/src/com/vaadin/tests/widgetset/server/csrf/ui/CsrfTokenDisabledTest.java
uitest/src/com/vaadin/tests/widgetset/server/csrf/ui/CsrfTokenEnabledTest.java
uitest/src/com/vaadin/tests/widgetset/server/grid/GridClientColumnRenderers.java
uitest/src/com/vaadin/tests/widgetset/server/gwtrpc/GwtRpcButton.java