You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ahmed Ashour 69ac68e064 Fix typos (#10213) 6 years ago
..
communication Simplify lambda expressions (#10198) 6 years ago
osgi Rename OSGi classes for Java naming conventions (#9320) 7 years ago
themeutils Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
widgetsetutils Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
AbstractClientConnector.java Use Collection.isEmpty() (#10172) 6 years ago
AbstractDeploymentConfiguration.java Update copyright year to 2016 7 years ago
AbstractErrorMessage.java Use Collection.isEmpty() (#10172) 6 years ago
AbstractExtension.java Remove tracking of unregistered connectors (#8153) 7 years ago
AbstractJavaScriptExtension.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 years ago
BootstrapFragmentResponse.java Partial javadocs fix for vaadin-server 7 years ago
BootstrapHandler.java Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
BootstrapListener.java Update copyright year to 2016 7 years ago
BootstrapPageResponse.java Partial javadocs fix for vaadin-server 7 years ago
BootstrapResponse.java Add missing since tags for 8.1 (#9220) 7 years ago
BrowserWindowOpener.java First sentence of javadoc should end with a period (#10114) 6 years ago
ClassResource.java Move LegacyWindow back to com.vaadin.ui 7 years ago
ClientConnector.java First sentence of javadoc should end with a period (#10114) 6 years ago
ClientMethodInvocation.java Use final modifier where appropriate 7 years ago
ComponentSizeValidator.java Use Collection.isEmpty() (#10172) 6 years ago
CompositeErrorMessage.java Implement error level on client side (#9817) 6 years ago
ConnectorIdGenerationEvent.java Use ClientConnector instead of Connector in id generation event (#9542) 7 years ago
ConnectorIdGenerator.java Fix initConnectorIdGenerator typo (#9541) 7 years ago
ConnectorResource.java Remove unused @VERSION@ 6 years ago
ConnectorResourceHandler.java Update copyright year to 2016 7 years ago
Constants.java First sentence of javadoc should end with a period (#10114) 6 years ago
CustomizedSystemMessages.java Fix javadoc for CustomizedSystemMessages (#9970) 6 years ago
DefaultDeploymentConfiguration.java Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
DefaultErrorHandler.java First sentence of javadoc should end with a period (#10114) 6 years ago
DefaultSystemMessagesProvider.java Update copyright year to 2016 7 years ago
DefaultUIProvider.java Update copyright year to 2016 7 years ago
DependencyFilter.java Add dependency filters through the service init event (#9368) 7 years ago
DeploymentConfiguration.java Remove unused @VERSION@ 6 years ago
DownloadStream.java Fix typos (#10213) 6 years ago
DragAndDropService.java Remove redundant null checks before an instanceof (#10173) 6 years ago
EncodeResult.java Update copyright year to 2016 7 years ago
ErrorEvent.java Partial javadocs fix for vaadin-server 7 years ago
ErrorHandler.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
ErrorHandlingRunnable.java Update copyright year to 2016 7 years ago
ErrorMessage.java Implement error level on client side (#9817) 6 years ago
ErrorMessageProducer.java Fix since tags for 8.0 (#8575) 7 years ago
Extension.java Update copyright year to 2016 7 years ago
ExternalResource.java Fix typo in documentation (#9454) 7 years ago
FileDownloader.java Fix typos (#10071) 6 years ago
FileResource.java Fix typos (#10213) 6 years ago
FontAwesome.java First sentence of javadoc should end with a period (#10114) 6 years ago
FontIcon.java Overload AbstarctComponent.setDescription() with content mode parameter (#8252) 7 years ago
GenericFontIcon.java First sentence of javadoc should end with a period (#10114) 6 years ago
GlobalResourceHandler.java Remove unused @VERSION@ 6 years ago
JavaScriptCallbackHelper.java Make JavaScriptExtension serializable (#9721) 6 years ago
JsonCodec.java Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
JsonPaintTarget.java Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
KeyMapper.java First sentence of javadoc should end with a period (#10114) 6 years ago
LegacyApplication.java Partial javadocs fix for vaadin-server 7 years ago
LegacyApplicationUIProvider.java Use String.isEmpty() (#10045) 6 years ago
LegacyCommunicationManager.java Fix typos (#10213) 6 years ago
LegacyPaint.java Partial javadocs fix for vaadin-server 7 years ago
LegacyVaadinPortlet.java Unify basic instance creation and related error reporting (#9704) 6 years ago
LegacyVaadinServlet.java Unify basic instance creation and related error reporting (#9704) 6 years ago
LocaleService.java First sentence of javadoc should end with a period (#10114) 6 years ago
NoInputStreamException.java Update copyright year to 2016 7 years ago
NoOutputStreamException.java Update copyright year to 2016 7 years ago
Page.java First sentence of javadoc should end with a period (#10114) 6 years ago
PaintException.java Update copyright year to 2016 7 years ago
PaintTarget.java Fix typos (#10213) 6 years ago
RequestHandler.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
Resource.java Update copyright year to 2016 7 years ago
ResourceReference.java Use StandardCharsets.UTF_8 (#10113) 6 years ago
Responsive.java Fix some faulty javaDoc names 7 years ago
RestrictedRenderResponse.java Use final modifier where appropriate 7 years ago
Scrollable.java Update copyright year to 2016 7 years ago
SerializableBiFunction.java Add a data provider wrapper with a configurable filter (#8280) 7 years ago
SerializableBiPredicate.java Fix comments in serializable functional interfaces (#8246) 7 years ago
SerializableComparator.java Add javadoc explanation about how to create serializable comparators (#8505) 7 years ago
SerializableConsumer.java Global java code cleanup using Eclipse Neon.1 7 years ago
SerializableFunction.java Correct serializable issues and test that components can be serialized 7 years ago
SerializablePredicate.java Fix comments in serializable functional interfaces (#8246) 7 years ago
SerializableSupplier.java Global java code cleanup using Eclipse Neon.1 7 years ago
SerializableToIntFunction.java Fix comments in serializable functional interfaces (#8246) 7 years ago
ServerRpcManager.java First sentence of javadoc should end with a period (#10114) 6 years ago
ServerRpcMethodInvocation.java Use diamond operator where it can be used 7 years ago
ServiceDestroyEvent.java Update copyright year to 2016 7 years ago
ServiceDestroyListener.java First sentence of javadoc should end with a period (#10114) 6 years ago
ServiceException.java Update copyright year to 2016 7 years ago
ServiceInitEvent.java Add pluggable connector id generator support 7 years ago
ServletPortletHelper.java Unify basic instance creation and related error reporting (#9704) 6 years ago
SessionDestroyEvent.java Update copyright year to 2016 7 years ago
SessionDestroyListener.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
SessionExpiredException.java Update copyright year to 2016 7 years ago
SessionExpiredHandler.java Fix typos (#10124) 6 years ago
SessionInitEvent.java First sentence of javadoc should end with a period (#10114) 6 years ago
SessionInitListener.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
Setter.java First sentence of javadoc should end with a period (#10114) 6 years ago
SizeWithUnit.java Add empty line at the end of files (#10142) 6 years ago
Sizeable.java First sentence of javadoc should end with a period (#10114) 6 years ago
StreamResource.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
StreamVariable.java Fix typos (#10213) 6 years ago
SynchronizedRequestHandler.java Remove unused @VERSION@ 6 years ago
SystemError.java Implement error level on client side (#9817) 6 years ago
SystemMessageException.java Update copyright year to 2016 7 years ago
SystemMessages.java Update copyright year to 2016 7 years ago
SystemMessagesInfo.java Update copyright year to 2016 7 years ago
SystemMessagesProvider.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
ThemeResource.java Use String.isEmpty() (#10045) 6 years ago
UIClassSelectionEvent.java Update copyright year to 2016 7 years ago
UICreateEvent.java First sentence of javadoc should end with a period (#10114) 6 years ago
UIProvider.java Format curly brackets correctly for checkstyle (#10066) 6 years ago
UIProviderEvent.java Update copyright year to 2016 7 years ago
UnsupportedBrowserHandler.java First sentence of javadoc should end with a period (#10114) 6 years ago
UploadException.java Update copyright year to 2016 7 years ago
UserError.java Implement error level on client side (#9817) 6 years ago
VaadinPortlet.java Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 years ago
VaadinPortletRequest.java First sentence of javadoc should end with a period (#10114) 6 years ago
VaadinPortletResponse.java First sentence of javadoc should end with a period (#10114) 6 years ago
VaadinPortletService.java Remove unused methods (#10020) 6 years ago
VaadinPortletSession.java First sentence of javadoc should end with a period (#10114) 6 years ago
VaadinRequest.java Fix typos (#10213) 6 years ago
VaadinResponse.java Provide current request/response through VaadinRequest/VaadinResponse (#9642) 6 years ago
VaadinService.java Fix typos (#10124) 6 years ago
VaadinServiceClassLoaderUtil.java Load declarative classes using thread context class loader (#8532) 7 years ago
VaadinServiceInitListener.java @since tag is set (#8021) 7 years ago
VaadinServlet.java Use StandardCharsets.UTF_8 (#10113) 6 years ago
VaadinServletRequest.java First sentence of javadoc should end with a period (#10114) 6 years ago
VaadinServletResponse.java First sentence of javadoc should end with a period (#10114) 6 years ago
VaadinServletService.java Update empty since tags for 8.2 (#10107) 6 years ago
VaadinSession.java First sentence of javadoc should end with a period (#10114) 6 years ago
VariableOwner.java Fix typos (#10158) 6 years ago
ViewportGenerator.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 years ago
WebBrowser.java Add since tags and update release notes (#10109) 6 years ago
WidgetsetInfo.java Update copyright year to 2016 7 years ago
WidgetsetInfoImpl.java Add empty line at the end of files (#10142) 6 years ago
WrappedHttpSession.java Use diamond operator where it can be used 7 years ago
WrappedPortletSession.java Update copyright year to 2016 7 years ago
WrappedSession.java Remove unused @VERSION@ 6 years ago