Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 5dc1015d2aa0abe44f3553c22b3dd3a872c9306b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                      


                                                                      
                                                          


                                        



                                                                               
                                                  
                                                             
                                                    
                                                       
###############################################################################
# Copyright (c) 2010, 2011 Alena Laskavaia 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:
#     Alena Laskavaia - initial API and implementation
###############################################################################
CatchByReferenceQuickFix_Message=Change to use '&'
CatchByConstReferenceQuickFix_Message=Change to use 'const &'
QuickFixAssignmentInCondition_Message=Change to '=='
SuggestedParenthesisQuickFix_Message=Surround with '()'

Back to the top