On Oct 18, 2009, at 12:32 PM, Fabio Mancinelli wrote:
On Oct 18, 2009, at 8:58 AM, Vincent Massol wrote:
Hi Asiri,
I see there's 10% of code duplication in the webdav module:
http://nemo.sonarsource.org/project/index/181898
This is the highest of all modules. Do you think you could have a
look?
Second worst is REST with 5%
http://nemo.sonarsource.org/components/index/178319
I am still working on the REST module.
In term of technical debt, WebDAV module is also
high with 9.5% and
the highest is the XMLRPC module with 12.2%.
I don't understand where the technical debt ratio comes from (what
does it estimate actually?).
I think it's related to the findbugs errors.
-Vincent
The XMLRPC module is very dumb : it contains only an interface
defining the XMLRPC API, a client that makes calling XMLRPC easier,
and some xwiki-specific model class for transferring information.
There is almost no logic there. I don't understand where this debt
comes from.
Thanks,
-Fabio