Replace AST Visitors with simpler code
--------------------------------------
Key: JBIDE-16313
URL:
https://issues.jboss.org/browse/JBIDE-16313
Project: Tools (JBoss Tools)
Issue Type: Task
Components: webservices
Affects Versions: 4.1.1.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 4.2.0.Alpha2
See if some JDT/AST Visitors could be replaced with the code shown in
http://stackoverflow.com/questions/12488318/how-to-convert-from-javaeleme...
It may be faster to execute and simpler to maintain.