#196429:Javascript code completion not working in JSP files
Tomas Zezula <[email protected]> Wed, 16 Mar 2011 10:15:27 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
http://hg.netbeans.org/jet-main/rev/a5396573a821 http://netbeans.org/bugzilla/show_bug.cgi?id=196429 When embedding provides create two overlapping embeddings from single snapshot the Result returned by ResultIterator.getParserResult(offset) is random as both embeddings contain desired offset. Fix: The embeddings are ordered according to SchedulerTask priority. Impact: The javascript code completion does not work in the JSP. Risk: None I'm aware of.