Skip to content

Comment length check should be increased or check for classnames #17

@evoWeb

Description

@evoWeb

Problem is, that explicit classnames result easily in lengthy function comments like for example

    /**
     * Initialize file transfer
     *
     * @throws Tx_MfcDatabaseSynchronization_Exception_NotBothFileSystemsMayBeLocal
     * @throws Tx_MfcDatabaseSynchronization_Exception_NotEnoughFileSystemsConfigured
     * @throws Tx_MfcDatabaseSynchronization_Exception_BothFileSystemsNeedToBeInstantiated
     * @return void
     */

With 6.2 and namespaces this can be easily more. Thats why the check for comments in general is ok but in @throws, @param and @return is more then annoying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions