blob: 7c3f00cefe12791d37a5d51049eb61103ac30527 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2018 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.core.manipulation;
import org.eclipse.osgi.util.NLS;
public class JavaManipulationMessages extends NLS {
private static final String BUNDLE_NAME= "org.eclipse.jdt.internal.core.manipulation.JavaManipulationMessages"; //$NON-NLS-1$
private JavaManipulationMessages() {
}
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, JavaManipulationMessages.class);
}
public static String JavaManipulationMessages_internalError;
public static String UndoCompilationUnitChange_no_file;
public static String OrganizeImportsOperation_description;
public static String JavaModelUtil_applyedit_operation;
public static String Resources_fileModified;
public static String Resources_modifiedResources;
public static String CodeAnalyzer_array_initializer;
public static String CommentAnalyzer_starts_inside_comment;
public static String CommentAnalyzer_ends_inside_comment;
public static String CommentAnalyzer_internal_error;
public static String StatementAnalyzer_end_of_selection;
public static String StatementAnalyzer_beginning_of_selection;
public static String StatementAnalyzer_do_body_expression;
public static String StatementAnalyzer_for_initializer_expression;
public static String StatementAnalyzer_for_expression_updater;
public static String StatementAnalyzer_for_updater_body;
public static String StatementAnalyzer_switch_statement;
public static String StatementAnalyzer_synchronized_statement;
public static String StatementAnalyzer_try_statement;
public static String StatementAnalyzer_catch_argument;
public static String StatementAnalyzer_while_expression_body;
public static String SurroundWithTryCatchAnalyzer_compile_errors;
public static String SurroundWithTryCatchAnalyzer_doesNotContain;
public static String SurroundWithTryCatchAnalyzer_doesNotCover;
public static String SurroundWithTryCatchAnalyzer_cannotHandleThis;
public static String SurroundWithTryCatchAnalyzer_cannotHandleSuper;
public static String SurroundWithTryCatchAnalyzer_onlyStatements;
public static String CodeTemplateContextType_variable_description_todo;
public static String CodeTemplateContextType_variable_description_packdeclaration;
public static String CodeTemplateContextType_variable_description_typedeclaration;
public static String CodeTemplateContextType_variable_description_getterfieldname;
public static String CodeTemplateContextType_variable_description_getterfieldtype;
public static String CodeTemplateContextType_variable_description_fieldname;
public static String CodeTemplateContextType_variable_description_fieldtype;
public static String CodeTemplateContextType_variable_description_barefieldname;
public static String CodeTemplateContextType_variable_description_param;
public static String CodeTemplateContextType_variable_description_typecomment;
public static String CodeTemplateContextType_variable_description_exceptiontype;
public static String CodeTemplateContextType_variable_description_exceptionvar;
public static String CodeTemplateContextType_variable_description_enclosingtype;
public static String CodeTemplateContextType_variable_description_typename;
public static String CodeTemplateContextType_variable_description_enclosingmethod;
public static String CodeTemplateContextType_variable_description_bodystatement;
public static String CodeTemplateContextType_variable_description_returntype;
public static String CodeTemplateContextType_variable_description_tags;
public static String CodeTemplateContextType_variable_description_see_overridden_tag;
public static String CodeTemplateContextType_variable_description_see_target_tag;
public static String CodeTemplateContextType_variable_description_filename;
public static String CodeTemplateContextType_variable_description_filecomment;
public static String CodeTemplateContextType_variable_description_packagename;
public static String CodeTemplateContextType_variable_description_projectname;
public static String CodeTemplateContextType_validate_unknownvariable;
public static String CodeTemplateContextType_validate_missingvariable;
public static String CodeTemplateContextType_validate_invalidcomment;
}