Details
Issue Links
- depends upon
-
SONARPLUGINS-1907
Provide Flex rule engine based on SSLR
-
- is related to
-
SONARPLUGINS-1956
Improve detection of commented-out lines of code
-
Works well, but I've noticed a false-positive that could be avoided IMO: the following line is detected as commented-out code
// --------------------------------------------------------------------For example, on "org/as3commons/lang/ClassUtils.as" of "AS3Commons Lang" (lines 353 and 357).
There's also the false-positive due to the last semi-colon of the ASL v2 header, but I don't know if something can be done on this case for now ( ?).