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 207592 - No CC but type is known
Summary: No CC but type is known
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-01-21 13:28 UTC by Tomas Mysik
Modified: 2012-02-13 12:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test case (487 bytes, application/x-gzip)
2012-02-06 10:21 UTC, Ondrej Brejla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-01-21 13:28:12 UTC
Sample (it is a Nette component):

----- %< -----
use Nette\Application\UI;

class TaskList extends UI\Control {

    public function handleMarkDone($taskId) {
        // no CC after $this->presenter->
        $this->presenter->redirect('this');
    }

}
----- %< -----

Thanks.

Product Version: NetBeans IDE 7.1 (Build 20111215-f4b090423a71)
Java: 1.6.0_30; Java HotSpot(TM) 64-Bit Server VM 20.5-b03
System: Linux version 3.0.0-14-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Ondrej Brejla 2012-01-24 13:25:08 UTC
Fixed in web-main: http://hg.netbeans.org/web-main/rev/f79ab6dd6cec
Comment 2 Quality Engineering 2012-01-25 16:33:31 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f79ab6dd6cec
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #207592 - No CC but type is known
Comment 3 Ondrej Brejla 2012-02-06 10:21:50 UTC
Created attachment 115486 [details]
Test case

Test case for verification (file TaskList...description in a comment).
Comment 4 Ondrej Brejla 2012-02-06 10:22:41 UTC
Vlado, please, can you verify this patch candidate? Test case is in attachments. Thanks!
Comment 5 Vladimir Riha 2012-02-06 10:58:44 UTC
verified


Product Version: NetBeans IDE Dev (Build 201202060400)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Linux version 3.0.0-15-generic-pae running on i386; UTF-8; en_US (nb
Comment 6 Quality Engineering 2012-02-08 02:32:56 UTC
Integrated into 'releases', will be available in build *201202072200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/94d358c17d2d
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #207592 - No CC but type is known
(transplanted from f79ab6dd6cec34171c10cfaa0a4e1e438b7b7f67)
Comment 7 Vladimir Riha 2012-02-13 12:20:28 UTC
verified 7.1.1

Product Version: NetBeans IDE 7.1.1 (Build 201202122200)