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 252412 - Local varible is treated as a field
Summary: Local varible is treated as a field
Status: RESOLVED DUPLICATE of bug 223118
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 09:20 UTC by Petr Pisl
Modified: 2015-05-22 09:00 UTC (History)
0 users

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 2015-05-15 09:20:29 UTC
Have a code

function Foobar() {
        var foo, bar;

        this.foo = foo;  // second "foo" is treated as a field
        this.baz = bar;
    }
Comment 1 Petr Pisl 2015-05-22 09:00:15 UTC

*** This bug has been marked as a duplicate of bug 223118 ***