Arbit - project tracking

PHPMD

#14: ExcessivePublicCount rule should utilize PHP_Depend's cis metric

Issue revisions

  • new by mapi at 2010-M-02 7:28
  • assigned by mapi at 2010-M-02 7:30
  • assigned by mapi at 2010-M-02 7:30
  • assigned by mapi at 2010-M-02 8:35
  • closed by mapi at 2010-M-02 17:01
Type enhancement enhancement
State closed closed
Priority low low
Resolution implemented implemented
Assigned to mapi
Scheduled for 0.2.3
Affected versions 0.2.x-svn
Affected components Rule
Last change Tuesday 2 March 2010 17:01:25 UTC by mapi

Short description

The current implementation of the PHP_PMD_Rule_ExcessivePublicCount rule uses a metric named nopm which is calculated in the PHP_PMD_Node_Class. This should be replaced with the cis metric of PHP_Depend that calculates the number of public class members.

  • mapi at Tuesday 2 March 2010 07:30:28 UTC

    Scheduled for version 0.2.3

  • mapi at Tuesday 2 March 2010 08:35:10 UTC

    Issue type fixed.

  • mapi at Tuesday 2 March 2010 17:01:25 UTC

    Implemented in svn revision #203