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 222782 - Weired assignment hint
Summary: Weired assignment hint
Status: RESOLVED INVALID
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 17:52 UTC by Petr Pisl
Modified: 2012-11-27 17:28 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 2012-11-26 17:52:28 UTC
Have a code:

$scope.servos[servo - 1].np = $scope.servos[servo - 1].np;

there is hint that shouldn't be there.
Comment 1 Petr Pisl 2012-11-27 17:28:10 UTC
I'm sorry, this is invalid. Both sites are the same. The hint is ok.