This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 185362

Summary: Formatting comment corrupt the comment.
Product: php Reporter: Petr Pisl <ppisl>
Component: Formatting & IndentationAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: xantiva
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2010-05-03 14:29:01 UTC
Try to format:

<?php

/*class G_Check {

    function test($param) {
        $this->setValidators(array(
            "name" => new sfValidatorString(array('required' => true), array(
                "required" => "Tato položka je povinná",
                "invalid" => "Tato položka byla špatně vyplněna")),
            "text" => new sfValidatorString(array('required' => true), array(
                "required" => "Tato položka je povinná",
                "invalid" => "Tato položka byla špatně vyplněna")),
        ));
    }

}

 */
?>
Comment 1 Quality Engineering 2010-05-04 04:34:45 UTC
Integrated into 'main-golden', will be available in build *201005040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log:
Comment 2 Petr Pisl 2010-05-05 15:11:13 UTC
*** Bug 185465 has been marked as a duplicate of this bug. ***
Comment 3 Petr Pisl 2010-05-05 16:57:47 UTC
Fixed in web main.
Comment 4 Quality Engineering 2010-05-10 09:19:04 UTC
Integrated into 'main-golden', will be available in build *201005100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: