Community
Participate
Working Groups
Build Identifier: 20110505-1223 The type of local variables and member variables is automatically determined by either looking at the jsdoc annotation for the invoked method, or by using type inference. For member variables however, this currently fails if a method call is involved rather than having the member variable constructed in-line. Reproducible: Always Steps to Reproduce: 1. open the attached class in Eclipse 2. try doing content assist on the two local variables and the two member variables 3. you should see that all but the last member variable is correctly identified as being of type Date
Created attachment 198951 [details] Test case for this bug report
This is working correctly now in WTP 3.5.1. Checked against the 7/18 build.