fcoulombe / tree-view-list-android

Automatically exported from code.google.com/p/tree-view-list-android
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

project fails to compile: incorrect "final" var #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import the tree-view-list-android project into eclipse
2. Project fails to compile
3. the variable "previousSibling is declared "final" at 
InMemoryTreeStateManager:242, and then assigned at InMemoryTreeStateManager:247

What is the expected output? What do you see instead?
variable should not ve final

What version of the product are you using? On what operating system?
Eclipse Juno, OS X 10.6.8, Mac Java 6

Please provide any additional information below.

Original issue reported on code.google.com by blake.me...@gmail.com on 17 Nov 2012 at 9:31

GoogleCodeExporter commented 9 years ago
Fixed 

Original comment by ja...@potiuk.com on 18 Nov 2012 at 2:16