]> source.dussan.org Git - gwtquery.git/commit
Fix a NPE when passing non-native selectors to xpath engine (fixes issue87). Validate...
authorManolo Carrasco <manolo@apache.org>
Fri, 8 Jul 2011 15:08:42 +0000 (15:08 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 8 Jul 2011 15:08:42 +0000 (15:08 +0000)
commitdefd036fdb17ce7d5621d9ca7373810039282ff7
tree063cecb326ed7a3b0139fa74f722c3f9f40b7677
parent93ceb96295f559b8c64146ee14c208dfcde6e889
Fix a NPE when passing non-native selectors to xpath engine (fixes issue87). Validate xpath syntax when generating xpath selectors.
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorCssToXPath.java
gwtquery-core/src/test/java/com/google/gwt/query/rebind/SelectorGeneratorsTest.java