Menu

#5 Add coments in modificated code

open
nobody
None
5
2005-03-31
2005-03-31
No

It would be nice to have comments added in code
indicating what happend

for example

if (x) {}
else { code }

should become

if (!x) {
// pmd-eclipse: previously in else
code
}

Discussion

MongoDB Logo MongoDB