History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRVY-1640
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Bas Leijdekkers
Reporter: Taras Tielkes
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Groovy

expected "FQN can be replaced with import" does not fire

Created: 13 Jul 08 23:04   Updated: 05 Aug 08 20:30
Component/s: Groovy editor support
Affects Version/s: jetgroovy 2.0, jetgroovy 1.6
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,564


 Description  « Hide
Tried a simple groovy script from http://groovy.codehaus.org/Testing+Web+Applications:
def parser = new org.cyberneko.html.parsers.SAXParser()
parser.setFeature('http://xml.org/sax/features/namespaces', false)
def page = new XmlParser(parser).parse('http://groovy.codehaus.org/')
def data = page.depthFirst().A.'@href'.grep{ it != null && it.endsWith('.html') }
data.each { println it }

Added latest neko and xerces libraries.
Resolving is OK, but expected "FQN can be replaced with import" warning (+QuickFix) does not fire.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.