rspec/rules/S107/comments-and-links.adoc

24 lines
1.0 KiB
Plaintext
Raw Normal View History

=== On 2013-05-20T14:40:03Z Fabrice Bellingard Wrote:
Implementation: \http://jira.codehaus.org/browse/SONARJAVA-127
=== On 2013-10-22T14:51:44Z Freddy Mallet Wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3196 for Flex
=== On 2014-02-12T17:33:23Z Freddy Mallet Wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-3446 for PHP
=== On 2014-03-04T17:15:09Z Ann Campbell Wrote:
\[~dinesh.bolkensteyn], should delegates be added to the laundry list of items here?
=== On 2014-03-11T06:48:27Z Dinesh Bolkensteyn Wrote:
Here is some useful background on delegates: \http://msdn.microsoft.com/en-us/library/0yw3tz5k.aspx
They are really function pointers, which can be implemented using named methods, anonymous methods or lambdas.
So the rule on functions/methods/lambda will apply to the implementation of the delegate.
It does not seem like an easy question, on which there is one clear answer. I'd suggest to implement the rule just on function/methods and lambdas and wait for feedback on what to do with delegates.