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 - Formatting comment corrupt the comment.
Summary: Formatting comment corrupt the comment.
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 185465 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-03 14:29 UTC by Petr Pisl
Modified: 2010-05-10 09:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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: