39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
=== deprecates: S3523
|
|
|
|
=== on 8 Jan 2014, 15:46:12 Dinesh Bolkensteyn wrote:
|
|
PHP: Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-2333
|
|
|
|
=== on 10 Feb 2014, 16:28:32 Dinesh Bolkensteyn wrote:
|
|
FYI [~freddy.mallet] I think that the remdiation cost of this should be fairly high, because it will usually force you to redesign your program.
|
|
|
|
=== on 9 Apr 2015, 18:50:23 Ann Campbell wrote:
|
|
\[~nicolas.peru] is this rule appropriate for ABAP?
|
|
|
|
=== on 12 May 2015, 12:58:51 Ann Campbell wrote:
|
|
\[~nicolas.peru] I need some help narrowing how this rule should apply to ABAP. It looks like we should flag instances of:
|
|
|
|
``++GENERATE SUBROUTINE POOL++``
|
|
|
|
``++INSERT REPORT ... FROM ...++``
|
|
|
|
``++READ REPORT ... INTO ...++``
|
|
|
|
``++GENERATE REPORT++``
|
|
|
|
``++GENERATE DYNPRO++``
|
|
|
|
{empty}...?
|
|
|
|
=== on 12 May 2015, 14:25:32 Nicolas Peru wrote:
|
|
\[~ann.campbell.2] We should flag instances of those where the variable has been generated by concatenating information from some other table.
|
|
|
|
=== on 4 Sep 2018, 10:49:43 Alexandre Gigleux wrote:
|
|
\[~nicolas.harraudeau] Review
|
|
|
|
|
|
Java, C#, VB.NET, Kotlin, Ruby should be in the list of Targeted Languages. I did no check for all of them, but I believe that all modern languages can call compiler API at runtime.
|
|
|
|
=== on 4 Sep 2018, 16:24:44 Nicolas Harraudeau wrote:
|
|
\[~alexandre.gigleux] I added Ruby as it has the ``++eval++`` function. I am open to discussion of course but I wouldn't include compiled language for now as they are rarely used to execute dynamic code. The value of this rule in this context would be probably low compared to its implementation time. The https://rosettacode.org/wiki/Runtime_evaluation#Java[way to do it in java] is so complex that I am not even sure what should be checked, the compilation or the class loading? There would be case where the code is compiled without being loaded, which would then be false positives.
|
|
|