Commit 17138532 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

NC: only output the starting line of the considered definition

parent 4f2b0bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,8 +411,8 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator {
				message,
				null,
				MessageClass.NAMING.toString,
				node.startLine.toString, // only output the starting line of the considered definition
				node.startLine.toString,
				node.endLine.toString,
				"2.1, " + regExp
			);
			return;