]> source.dussan.org Git - vaadin-framework.git/commit
Reformat project using Eclipse Luna SR1
authorArtur Signell <artur@vaadin.com>
Mon, 29 Dec 2014 12:11:12 +0000 (14:11 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 29 Dec 2014 12:12:27 +0000 (14:12 +0200)
commit32a5d8f3827fbf0ba2c0c3102f0d818d7b7a3873
treea060131679bfeb133934c800b00a01f893feb1bd
parentb89213ee880dd1197bc7696f6f5a1919c0ff02c1
Reformat project using Eclipse Luna SR1

Change-Id: I58748499c87d470e70304d882d3227cda5803481
57 files changed:
client-compiler/tests/src/com/vaadin/tools/CvalCheckerTest.java
client/src/com/vaadin/client/metadata/ConnectorBundleLoader.java
client/src/com/vaadin/client/ui/VPopupView.java
client/src/com/vaadin/client/ui/VTabsheet.java
server/src/com/vaadin/data/util/converter/StringToBigIntegerConverter.java
server/src/com/vaadin/data/util/sqlcontainer/query/generator/DefaultSQLGenerator.java
server/src/com/vaadin/server/ClientMethodInvocation.java
server/src/com/vaadin/server/JavaScriptCallbackHelper.java
server/src/com/vaadin/server/JsonCodec.java
server/src/com/vaadin/server/LegacyCommunicationManager.java
server/src/com/vaadin/server/communication/ClientRpcWriter.java
server/src/com/vaadin/server/communication/JSONSerializer.java
server/src/com/vaadin/server/communication/ServerRpcHandler.java
server/src/com/vaadin/server/communication/UIInitHandler.java
server/src/com/vaadin/ui/UI.java
server/tests/src/com/vaadin/data/util/sqlcontainer/SQLContainerTableQueryTest.java
server/tests/src/com/vaadin/server/JSONSerializerTest.java
server/tests/src/com/vaadin/tests/server/TestClientMethodSerialization.java
uitest/src/com/vaadin/tests/accessibility/WindowWaiAriaRoles.java
uitest/src/com/vaadin/tests/components/button/ButtonToggleIcons.java
uitest/src/com/vaadin/tests/components/calendar/CalendarNotificationsTestIE.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxValueInput.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxValueInputTest.java
uitest/src/com/vaadin/tests/components/combobox/ComboSelectedValueBeyondTheFirstDropdownPage.java
uitest/src/com/vaadin/tests/components/customcomponent/CustomComponentChildVisibilityTest.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldDayResolutionOffset.java
uitest/src/com/vaadin/tests/components/datefield/DateFieldDayResolutionOffsetTest.java
uitest/src/com/vaadin/tests/components/formlayout/TableInFormLayoutCausesScrollingTest.java
uitest/src/com/vaadin/tests/components/popupview/PopupViewResizeWhileOpenTest.java
uitest/src/com/vaadin/tests/components/table/LongMultiselectTest.java
uitest/src/com/vaadin/tests/components/table/SelectAllConstantViewportTest.java
uitest/src/com/vaadin/tests/components/table/TableClickAndDragOnIconAndComponentsTest.java
uitest/src/com/vaadin/tests/components/table/TableColumnResizeContentsWidthTest.java
uitest/src/com/vaadin/tests/components/tabsheet/ExtraScrollbarsInTabSheet.java
uitest/src/com/vaadin/tests/components/tabsheet/FirstTabNotVisibleInTabsheet.java
uitest/src/com/vaadin/tests/components/tabsheet/FirstTabNotVisibleInTabsheetTest.java
uitest/src/com/vaadin/tests/components/tabsheet/MoveComponentBetweenTabsheets.java
uitest/src/com/vaadin/tests/components/textfield/LocaleChangeOnReadOnlyField.java
uitest/src/com/vaadin/tests/components/ui/UIAccessTest.java
uitest/src/com/vaadin/tests/components/ui/UISerializationTest.java
uitest/src/com/vaadin/tests/extensions/JavascriptManagerTest.java
uitest/src/com/vaadin/tests/fieldgroup/MultipleValidationErrors.java
uitest/src/com/vaadin/tests/fieldgroup/MultipleValidationErrorsTest.java
uitest/src/com/vaadin/tests/minitutorials/v7a3/JSAPIUI.java
uitest/src/com/vaadin/tests/push/SendMultibyteCharactersLongPollingTest.java
uitest/src/com/vaadin/tests/push/SendMultibyteCharactersStreamingTest.java
uitest/src/com/vaadin/tests/push/SendMultibyteCharactersTest.java
uitest/src/com/vaadin/tests/push/SendMultibyteCharactersWebSocketTest.java
uitest/src/com/vaadin/tests/serialization/SerializerTestTest.java
uitest/src/com/vaadin/tests/tb3/MultiBrowserTest.java
uitest/src/com/vaadin/tests/tb3/RetryOnFail.java
uitest/src/com/vaadin/tests/tb3/WebsocketTest.java
uitest/src/com/vaadin/tests/themes/FaviconTest.java
uitest/src/com/vaadin/tests/themes/chameleon/ChameleonNotification.java
uitest/src/com/vaadin/tests/themes/chameleon/ChameleonNotificationTest.java
uitest/src/com/vaadin/tests/themes/valo/ModalWindowTest.java
uitest/src/com/vaadin/tests/themes/valo/TableSortIndicator.java