=== is duplicated by: S815 === on 9 Oct 2013, 16:22:39 Freddy Mallet wrote: Is implemented by \http://jira.codehaus.org/browse/SONARJAVA-344 === on 9 Oct 2013, 22:13:00 Ann Campbell wrote: Why limit this rule to Java? Isn't it just as valid in C/{cpp}/C#, PHP, &etc? === on 30 Oct 2013, 15:37:51 Freddy Mallet wrote: Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3216 for Flex === on 14 Feb 2018, 11:33:52 Alban Auzeill wrote: About support of octal literals in languages: Not supported: ABAP, PL/SQL, RPG, T-SQL Supported without confusion, e.g. decimal value 8 = Cobol(O#10), PL/I('10'B3), Swift (0o10), TypeScript(0o10), VB.Net(&O10), VB6(&O10) === on 28 Oct 2019, 14:56:27 Nicolas Harraudeau wrote: This rule has a low value as python 3 as the syntax is clearly different from decimal numbers (ex: 0o555). It is more difficult to confuse it with a decimal number.