64 lines
2.1 KiB
Plaintext
64 lines
2.1 KiB
Plaintext
=== is related to: S4450
|
|
|
|
=== is related to: S2589
|
|
|
|
=== on 30 Sep 2014, 10:57:51 Evgeny Mandrikov wrote:
|
|
\[~ann.campbell.2] I'm wondering why not marked with tag "bug" ? in some cases this can be a copy-paste of a complex expression leading to surprising results.
|
|
|
|
=== on 3 Oct 2014, 07:02:48 Freddy Mallet wrote:
|
|
As stated in CERT rule description:
|
|
|
|
____
|
|
The presence of code that has no effect can indicate logic errors that may result in unexpected behavior and vulnerabilities.
|
|
|
|
____
|
|
|
|
=== on 3 Oct 2014, 14:37:38 Ann Campbell wrote:
|
|
\[~evgeny.mandrikov], [~freddy.mallet], [~nicolas.peru] I've just changed this rule's SQALE function per suggestions from Freddy & marked the implemeting languages outdated
|
|
|
|
=== on 11 Mar 2015, 09:31:37 Linda Martin wrote:
|
|
\[~ann.campbell.2] Assigning it to you for review, I allowed myself to add a specific description for JavaScript.
|
|
|
|
|
|
|
|
|
|
=== on 11 Mar 2015, 11:33:21 Ann Campbell wrote:
|
|
\[~linda.martin] I'm confused: it looks like the JavaScript subtask is a copy of the Java subtask. There's no description text in the JavaScript subtask, but there is an Exceptions section which... is fully appropriate for JavaScript?
|
|
|
|
=== on 9 Nov 2015, 16:23:16 Alexis Bietti wrote:
|
|
Hi, not sure whether it's the right place to report this.
|
|
|
|
|
|
I got a false positive in this {cpp} code fragment with the "<<" operator (bitwise shift)
|
|
|
|
|
|
enum Context
|
|
|
|
{
|
|
|
|
CREATE_STANDALONE_P = (1 << 0),
|
|
|
|
MODIFY_STANDALONE_P = (1 << 1),
|
|
|
|
|
|
Identical sub-expressions on both sides of operator "<<"
|
|
|
|
|
|
Cheers
|
|
|
|
=== on 9 Nov 2015, 17:12:31 Ann Campbell wrote:
|
|
Please contact support through your regular channels [~alexisbietti].
|
|
|
|
=== on 9 Nov 2015, 17:21:49 Alexis Bietti wrote:
|
|
OK thanks
|
|
|
|
=== on 25 Nov 2015, 16:15:22 Elena Vilchik wrote:
|
|
\[~ann.campbell.2] Looks like message for this rule is missing verb (\http://docs.sonarqube.org/display/DEV/Coding+Rule+Guidelines#CodingRuleGuidelines-Messages)
|
|
|
|
=== on 30 Nov 2015, 16:41:22 Ann Campbell wrote:
|
|
Thanks [~elena.vilchik]. Fixed.
|
|
|
|
=== on 16 May 2017, 14:41:10 Stas Vilchik wrote:
|
|
The specs for JavaScript and TypeScript are identical.
|
|
|