[Title] Bug 362873 - Wrong highlighting of local variable after
authorHyukmin Kwon <hyukmin0530.kwon@samsung.com>
Thu, 16 Aug 2012 04:20:05 +0000 (13:20 +0900)
committerHyukmin Kwon <hyukmin0530.kwon@samsung.com>
Thu, 16 Aug 2012 04:20:05 +0000 (13:20 +0900)
commit03ea66ebc7dc83bba1cfeee35b3d4116aedf1653
tree79a98df42a39493089f39850303f755865e22fa2
parentb08821809f476980c03d9d5bf2fae0da852b12df
[Title] Bug 362873 - Wrong highlighting of local variable after
duplicate declaration is fixed.
Hoisting effects of local variable declarations and
function declarations are applied.
[Type] BugFix
[Module] MarkOccurrences
[Priority]
[CQ#]
[Redmine#] 4926, 5420
[Problem]
[Cause]
[Solution]
[TestCase]
org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/compiler/ast/AbstractMethodDeclaration.java
org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/compiler/ast/HoistingFinder.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core/src/org/eclipse/wst/jsdt/internal/compiler/ast/LocalDeclaration.java