blob: 4c5d47362e955a977fbd96a835e0a96dc8f2b6ae [file] [log] [blame]
Stephan Herrmannf3b02a42011-01-22 20:59:14 +00001##############################################################################
2# Copyright (c) 2011 GK Software AG and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# Stephan Herrmann - initial API and implementation
10##############################################################################
11
12### addition for /org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
13### NULL ANNOTATIONS
Stephan Herrmann1b3dc0c2011-08-07 14:17:42 +000014910 = Type mismatch: returning null from a method declared as @{0}
15911 = Type mismatch: return value can be null but method is declared as @{0}
16912 = Potential type mismatch: insufficient nullness information regarding return value while the method is declared as @{0}
17913 = Type mismatch: passing null to a parameter declared as @{0}
18914 = Type mismatch: potentially passing null to a parameter declared as @{0}
19915 = Potential type mismatch: insufficient nullness information regarding a value that is passed to a parameter declared as @{0}
20916 = Type mismatch: assigning null to local variable {0}, which is declared as @{1}
21917 = Type mismatch: potentially assigning null to local variable {0}, which is declared as @{1}
22918 = Potential type mismatch: insufficient nullness information regarding a value that is assigned to local variable {0}, which is declared as @{1}
23919 = Buildpath problem: the type {0} which is configured as a null annotation type cannot be resolved
24920 = The return type is incompatible with the @{1} return from {0}
25921 = Illegal redefinition of parameter {0}, inherited method from {1} declares this parameter as @{2}
26922 = Illegal redefinition of parameter {0}, inherited method from {1} does not constrain this parameter
27923 = Missing null annotation: inherited method from {1} declares this parameter as @{2}
28924 = Potential null pointer access: The method {0} may return null
29925 = Redundant null check: The method {0} cannot return null