From 1adf224d28fe41460d1a63f403146570b13ca2f2 Mon Sep 17 00:00:00 2001 From: Romain Brenguier Date: Mon, 26 May 2025 11:50:02 +0200 Subject: [PATCH] Add comment about rule S3016 --- rules/S3016/java/rule.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/S3016/java/rule.adoc b/rules/S3016/java/rule.adoc index 9f427922f82..4105af2d0d8 100644 --- a/rules/S3016/java/rule.adoc +++ b/rules/S3016/java/rule.adoc @@ -47,6 +47,9 @@ Convert "xxx" to an "int". == Comments And Links (visible only on this page) +=== on 26 May 2025, 11:47:00 Romain Brenguier wrote: +The noncompliant code example doesn't compile, so I don't think this rule can be useful. + === on 16 Jun 2015, 17:06:29 Nicolas Peru wrote: Looks good