blob: 172c9cba8f05707b82115009d681958c69fbca23 [file] [log] [blame]
###############################################################################
# Copyright (c) 2011, 2012 GK Software AG and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Stephan Herrmann <stephan@cs.tu-berlin.de> - [quick fix] Add quick fixes for null annotations - https://bugs.eclipse.org/337977
# IBM Corporation - bug fixes
###############################################################################
NullAnnotationsCleanUp_add_nullable_annotation=Add missing @Nullable annotation
NullAnnotationsCleanUp_add_nonnull_annotation=Add missing @NonNull annotation
QuickFixes_add_annotation_change_name=Add Annotations
QuickFixes_declare_method_parameter_nullness=Declare method parameter as @{0}
QuickFixes_declare_method_return_nullness=Declare method return as @{0}
QuickFixes_declare_overridden_parameter_as_nonnull=Adjust overridden method from {1}, mark parameter as @{0}
QuickFixes_declare_overridden_return_as_nullable=Adjust overridden method from {1}, mark as returning @{0}