]> source.dussan.org Git - gwtquery.git/commitdiff
Running maven java-formatter plugin to all sources
authorManolo Carrasco <manolo@apache.org>
Fri, 2 Jan 2015 13:04:51 +0000 (14:04 +0100)
committerManolo Carrasco <manolo@apache.org>
Fri, 2 Jan 2015 13:04:51 +0000 (14:04 +0100)
69 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/client/Browser.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQ.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/IsProperties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Predicate.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilderBase.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/XmlBuilderBase.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundRepeatProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/AttributeTridentImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/ConsoleBrowser.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImplIE.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngine.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNative.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeIE8.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeMin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNativeMinIE8.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineJS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsNamedArray.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsNodeArray.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsRegexp.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEffects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyWidgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/MouseOptions.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/MousePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/QueuePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/UiPlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/AjaxTransportJs.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Callbacks.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Deferred.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/FunctionDeferred.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/PromiseReqBuilder.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/PromiseReqBuilderJSONP.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Bezier.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/ClipAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Fx.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/PropertiesAnimation.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/ButtonWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextAreaWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/BrowserGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsniBundleGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/LazyGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorBase.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorJSOptimal.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorNative.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/XmlBuilderGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/CookieManager.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/JsonFactoryJre.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/ResponseJre.java
gwtquery-core/src/main/java/com/google/web/bindery/requestfactory/shared/gquery/PromiseRF.java

index 9dcc63ad4578f44763c927bf66e0d90f12c12185..e8136e141b9bb5f05750f3949d3de83629024136 100644 (file)
@@ -75,12 +75,20 @@ public abstract class Browser {
   public final boolean webkit = isWebkit();
 
   protected abstract boolean isIe6();
+
   protected abstract boolean isIe8();
+
   protected abstract boolean isIe9();
+
   protected abstract boolean isIe10();
+
   protected abstract boolean isIe11();
+
   protected abstract boolean isMozilla();
+
   protected abstract boolean isMsie();
+
   protected abstract boolean isOpera();
+
   protected abstract boolean isWebkit();
 }
index 3f96b17e0d6b5d8448828f8b3714f2de80ae0f33..063aaf389ded7725751220bf0c18bc0591287246 100644 (file)
@@ -54,30 +54,31 @@ public abstract class Function {
 
   private String dumpArguments(Object[] arguments, String sep) {
     StringBuilder b = new StringBuilder();
-    for (int i = 0, l = arguments.length; i < l; i++ ) {
+    for (int i = 0, l = arguments.length; i < l; i++) {
       b.append("[").append(i).append("]");
       Object o = arguments[i];
       if (o == null) {
         b.append(" null");
       } else if (o.getClass().isArray()) {
-        b.append(dumpArguments((Object[])o, sep + "   "));
+        b.append(dumpArguments((Object[]) o, sep + "   "));
       } else if (o instanceof JavaScriptObject) {
-        JavaScriptObject jso = (JavaScriptObject)o;
+        JavaScriptObject jso = (JavaScriptObject) o;
         if (JsUtils.isElement(jso)) {
           b.append("(Element) ").append(jso.toString());
         } else {
-          b.append("(JSO) ").append(jso.<Properties>cast().toJsonString());
+          b.append("(JSO) ").append(jso.<Properties> cast().toJsonString());
         }
       } else {
         b.append("(").append(o.getClass().getName()).append(") ").append(o);
       }
-      if (i < l-1) b.append(sep);
+      if (i < l - 1)
+        b.append(sep);
     }
     return b.toString();
   }
 
   public <T extends com.google.gwt.dom.client.Element> T getElement() {
-    return element.<T>cast();
+    return element.<T> cast();
   }
 
   public <T extends com.google.gwt.dom.client.Element> Function setElement(T e) {
@@ -87,7 +88,8 @@ public abstract class Function {
 
   public Function setEvent(Event e) {
     event = e;
-    element = e != null ? e.getCurrentEventTarget().<com.google.gwt.dom.client.Element>cast() : null;
+    element =
+        e != null ? e.getCurrentEventTarget().<com.google.gwt.dom.client.Element> cast() : null;
     return this;
   }
 
@@ -115,7 +117,7 @@ public abstract class Function {
   /**
    * Set the list of arguments to be passed to the function.
    */
-  public Function setArguments(Object...arguments) {
+  public Function setArguments(Object... arguments) {
     this.arguments = arguments;
     return this;
   }
@@ -145,7 +147,7 @@ public abstract class Function {
    */
   @SuppressWarnings("unchecked")
   public <T extends JavaScriptObject> T getArgumentJSO(int argIdx, int pos) {
-    return (T)getArgument(argIdx, pos, JavaScriptObject.class);
+    return (T) getArgument(argIdx, pos, JavaScriptObject.class);
   }
 
   /**
@@ -166,9 +168,9 @@ public abstract class Function {
    * Always returns an array.
    */
   public Object[] getArgumentArray(int idx) {
-    Object o = idx < 0 ? arguments: getArgument(idx);
+    Object o = idx < 0 ? arguments : getArgument(idx);
     if (o != null) {
-      return o.getClass().isArray() ? (Object[])o : new Object[]{o};
+      return o.getClass().isArray() ? (Object[]) o : new Object[] {o};
     } else if (idx == 0) {
       return arguments;
     }
@@ -238,14 +240,14 @@ public abstract class Function {
     Object[] objs = getArgumentArray(argIdx);
     Object o = objs.length > pos ? objs[pos] : null;
     if (o != null && (
-      // When type is null we don't safety check
-      type == null ||
-      // The object is an instance of the type requested
-      o.getClass() == type ||
-      // Overlay types
-      type == JavaScriptObject.class && o instanceof JavaScriptObject
-      )) {
-      return (T)o;
+        // When type is null we don't safety check
+        type == null ||
+            // The object is an instance of the type requested
+            o.getClass() == type ||
+        // Overlay types
+        type == JavaScriptObject.class && o instanceof JavaScriptObject
+        )) {
+      return (T) o;
     }
     return null;
   }
@@ -286,7 +288,7 @@ public abstract class Function {
    * @deprecated use use setArguments instead.
    */
   @Deprecated
-  public void setData(Object...arguments) {
+  public void setData(Object... arguments) {
     setArguments(arguments);
   }
 
@@ -315,8 +317,8 @@ public abstract class Function {
    */
   public void cancel(com.google.gwt.dom.client.Element e) {
     setElement(e);
-   // This has to be the order of calls
-    cancel(e.<com.google.gwt.user.client.Element>cast());
+    // This has to be the order of calls
+    cancel(e.<com.google.gwt.user.client.Element> cast());
   }
 
   /**
@@ -349,7 +351,7 @@ public abstract class Function {
     setElement(e);
     setIndex(i);
     // This has to be the order of calls
-    return f(e.<com.google.gwt.user.client.Element>cast(), i);
+    return f(e.<com.google.gwt.user.client.Element> cast(), i);
   }
 
   /**
@@ -364,10 +366,10 @@ public abstract class Function {
     setElement(e);
     setIndex(i);
     Widget w = GQuery.getAssociatedWidget(e);
-    if (w != null){
+    if (w != null) {
       f(w, i);
     } else {
-      f(e.<com.google.gwt.dom.client.Element>cast());
+      f(e.<com.google.gwt.dom.client.Element> cast());
     }
     return null;
   }
@@ -400,7 +402,7 @@ public abstract class Function {
    * Override this method for bound callbacks.
    */
   public void f(int i, Object arg) {
-    f(i, new Object[]{arg});
+    f(i, new Object[] {arg});
   }
 
   /**
@@ -410,11 +412,11 @@ public abstract class Function {
     setIndex(i);
     setArguments(args);
     if (args.length == 1 && args[0] instanceof JavaScriptObject) {
-      if (JsUtils.isElement((JavaScriptObject)args[0])) {
-        setElement((com.google.gwt.dom.client.Element)args[0]);
+      if (JsUtils.isElement((JavaScriptObject) args[0])) {
+        setElement((com.google.gwt.dom.client.Element) args[0]);
         f(getElement(), i);
-      } else if (JsUtils.isEvent((JavaScriptObject)args[0])) {
-        setEvent((Event)args[0]);
+      } else if (JsUtils.isEvent((JavaScriptObject) args[0])) {
+        setEvent((Event) args[0]);
         f(getEvent());
       } else {
         f();
@@ -451,8 +453,8 @@ public abstract class Function {
    */
   public void f(com.google.gwt.dom.client.Element e) {
     setElement(e);
-   // This has to be the order of calls
-    f(e.<com.google.gwt.user.client.Element>cast());
+    // This has to be the order of calls
+    f(e.<com.google.gwt.user.client.Element> cast());
   }
 
   /**
@@ -462,11 +464,12 @@ public abstract class Function {
    * @param elem takes a com.google.gwt.user.client.Element
    */
   private boolean loop = false;
+
   @Deprecated
   public void f(com.google.gwt.user.client.Element e) {
     setElement(e);
     Widget w = e != null ? GQuery.getAssociatedWidget(e) : null;
-    if (w != null){
+    if (w != null) {
       loop = true;
       f(w);
     } else {
@@ -482,13 +485,13 @@ public abstract class Function {
    * 'public void f()' or 'public void f(Element e)' to handle these elements and
    *  avoid a runtime exception.
    */
-  public void f(Widget w){
+  public void f(Widget w) {
     setElement(w.getElement());
     if (loop) {
       loop = false;
       f();
     } else {
-      f(w.getElement().<com.google.gwt.dom.client.Element>cast());
+      f(w.getElement().<com.google.gwt.dom.client.Element> cast());
     }
   }
 
@@ -507,7 +510,7 @@ public abstract class Function {
    * They are intentionally final to avoid override them.
    */
   public final void fe(Object arg) {
-    fe(new Object[]{arg});
+    fe(new Object[] {arg});
   }
 
   /**
@@ -552,12 +555,12 @@ public abstract class Function {
   public final void fe(com.google.gwt.dom.client.Element elem) {
     if (GWT.getUncaughtExceptionHandler() != null) {
       try {
-        f(elem.<com.google.gwt.dom.client.Element>cast());
+        f(elem.<com.google.gwt.dom.client.Element> cast());
       } catch (Exception e) {
         GWT.getUncaughtExceptionHandler().onUncaughtException(e);
       }
       return;
     }
-    f(elem.<com.google.gwt.dom.client.Element>cast());
+    f(elem.<com.google.gwt.dom.client.Element> cast());
   }
 }
index d8cf76a87a067d642ace94f33918f4df1566fcca..b32fbeb2ecbad569ec39574cc7f9db2aa95d0f66 100644 (file)
@@ -129,7 +129,7 @@ public abstract class GQ {
           // We are running DevMode, so create Js versions of the factories
           method = gwt.getMethod("create", Class.class);
           ret = method.invoke(null,
-          new Object[] {JsonFactory.class});
+              new Object[] {JsonFactory.class});
           jsonFactory = (JsonFactory) ret;
           ajaxTransport = new AjaxTransportJs();
           return;
index b51fc8317b8e3fa27abb701d6f31872eab77db92..4f7338510d332ca9dc682729dbd7ea7e1810a3ae 100644 (file)
@@ -127,12 +127,12 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
   /**
    * A Browser object with a set of browser-specific flags.
    */
-  public static final Browser browser = GWT.isClient() ? GWT.<Browser>create(Browser.class) : null;
+  public static final Browser browser = GWT.isClient() ? GWT.<Browser> create(Browser.class) : null;
 
   /**
    * An object with the same methods than window.console.
    */
-  public static final Console console = GWT.isClient() ? GWT.<Console>create(Console.class) : null;
+  public static final Console console = GWT.isClient() ? GWT.<Console> create(Console.class) : null;
 
   /**
    * Object to store element data (public so as we can access to it from tests).
@@ -172,7 +172,8 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
 
   // Sizzle POS regex : usefull in some methods
   // TODO: Share this static with SelectorEngineSizzle
-  private static RegExp posRegex = RegExp.compile("^:(nth|eq|gt|lt|first|last|even|odd)(?:\\((\\d*)\\))?(?=[^\\-]|$)$");
+  private static RegExp posRegex = RegExp
+      .compile("^:(nth|eq|gt|lt|first|last|even|odd)(?:\\((\\d*)\\))?(?=[^\\-]|$)$");
 
   /**
    * Implementation class used for style manipulations.
@@ -189,7 +190,8 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
   /**
    * The window object.
    */
-  public static final Element window = GWT.isClient() ? ScriptInjector.TOP_WINDOW.<Element>cast() : null;
+  public static final Element window = GWT.isClient() ? ScriptInjector.TOP_WINDOW.<Element> cast()
+      : null;
 
   private static Element windowData = null;
 
@@ -249,10 +251,10 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     }
 
     return JsUtils.isWindow(jso) ? $(jso.<Element> cast()) :
-      JsUtils.isElement(jso) ? $(jso.<Element> cast()) :
-        JsUtils.isEvent(jso) ? $(jso.<Event> cast()) :
-          JsUtils.isNodeList(jso) ? $(jso.<NodeList<Element>> cast()) :
-            $(jso.<Element> cast());
+        JsUtils.isElement(jso) ? $(jso.<Element> cast()) :
+            JsUtils.isEvent(jso) ? $(jso.<Event> cast()) :
+                JsUtils.isNodeList(jso) ? $(jso.<NodeList<Element>> cast()) :
+                    $(jso.<Element> cast());
   }
 
   /**
@@ -271,24 +273,25 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
   public static GQuery $(Object o) {
     if (o != null) {
       if (o instanceof String) {
-        return $((String)o);
+        return $((String) o);
       }
       if (o instanceof GQuery) {
-        return (GQuery)o;
+        return (GQuery) o;
       }
       if (o instanceof Function) {
-        return $((Function)o);
+        return $((Function) o);
       }
       if (JsUtils.isElement(o)) {
-        return $(JsUtils.<Element>cast(o));
+        return $(JsUtils.<Element> cast(o));
       }
       if (o instanceof JavaScriptObject) {
-        return $((JavaScriptObject)o);
+        return $((JavaScriptObject) o);
       }
       if (o instanceof IsWidget) {
         return $(Arrays.asList(o));
       }
-      console.log("Error: GQuery.$(Object o) could not wrap the type : ", o.getClass().getName(), o);
+      console
+          .log("Error: GQuery.$(Object o) could not wrap the type : ", o.getClass().getName(), o);
     }
     return $();
   }
@@ -304,7 +307,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
         if (o instanceof Node) {
           elms.addNode((Node) o);
         } else if (o instanceof IsWidget) {
-          elms.addNode(((IsWidget)o).asWidget().getElement());
+          elms.addNode(((IsWidget) o).asWidget().getElement());
         }
       }
     }
@@ -491,8 +494,8 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return
     // return all nodes added to the wrapper
     $(n.getChildNodes())
-    // detach nodes from their temporary parent
-    .remove(null, false);
+        // detach nodes from their temporary parent
+        .remove(null, false);
   }
 
   /**
@@ -690,7 +693,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     wrapperMap.put("td", trWrapper);
     wrapperMap.put("th", trWrapper);
     wrapperMap.put("col", new TagWrapper(2, "<table><tbody></tbody><colgroup>",
-    "</colgroup></table>"));
+        "</colgroup></table>"));
     wrapperMap.put("area", new TagWrapper(1, "<map>", "</map>"));
   }
 
@@ -774,14 +777,12 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return engine;
   }
 
-  private static native void scrollIntoViewImpl(Node n)
-  /*-{
+  private static native void scrollIntoViewImpl(Node n) /*-{
     if (n)
       n.scrollIntoView()
   }-*/;
 
-  private static native void setElementValue(Element e, String value)
-  /*-{
+  private static native void setElementValue(Element e, String value) /*-{
     e.value = value;
   }-*/;
 
@@ -1176,11 +1177,11 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
   public <T extends GQuery> T as(Class<T> plugin) {
     // GQuery is not a plugin for itself
     if (plugin == GQUERY) {
-      return (T)this;
+      return (T) this;
     } else if (plugins != null) {
       Plugin<?> p = plugins.get(plugin);
       if (p != null) {
-        return (T)p.init(this);
+        return (T) p.init(this);
       }
     }
     throw new RuntimeException("No plugin registered for class " + plugin.getName());
@@ -1704,7 +1705,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    */
   @SuppressWarnings("unchecked")
   public <T> T data(String name) {
-    return isEmpty() ? null : (T)data(get(0), name, null);
+    return isEmpty() ? null : (T) data(get(0), name, null);
   }
 
   /**
@@ -2375,9 +2376,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return end();
   }
 
-  private native Element getPreviousSiblingElement(Element elem)
-  /*-{
-
+  private native Element getPreviousSiblingElement(Element elem) /*-{
     var sib = elem.previousSibling;
     while (sib && sib.nodeType != 1)
       sib = sib.previousSibling;
@@ -3143,7 +3142,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * Set the current coordinates of every element in the set of matched elements, relative to the document.
    */
   public GQuery offset(int top, int left) {
-    for (Element element : elements()){
+    for (Element element : elements()) {
       GQuery g = $(element);
 
       String position = g.css("position", true);
@@ -3157,7 +3156,8 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
       long curTop = 0;
       long curLeft = 0;
 
-      if (("absolute".equals(position) || "fixed".equals(position)) && ("auto".equals(curCSSTop) || "auto".equals(curCSSLeft))) {
+      if (("absolute".equals(position) || "fixed".equals(position))
+          && ("auto".equals(curCSSTop) || "auto".equals(curCSSLeft))) {
         Offset curPosition = g.position();
         curTop = curPosition.top;
         curLeft = curPosition.left;
@@ -3299,7 +3299,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
       return 0;
     }
     // height including padding and border
-    int outerHeight = (int)cur("offsetHeight", true);
+    int outerHeight = (int) cur("offsetHeight", true);
     if (includeMargin) {
       outerHeight += cur("marginTop", true) + cur("marginBottom", true);
     }
@@ -3323,7 +3323,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
       return 0;
     }
     // width including padding and border
-    int outerWidth = (int)cur("offsetWidth", true);
+    int outerWidth = (int) cur("offsetWidth", true);
     if (includeMargin) {
       outerWidth += cur("marginRight", true) + cur("marginLeft", true);
     }
@@ -3374,7 +3374,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * including the element matched by the selector.
    */
   public GQuery parentsUntil(final String selector) {
-    return parentsUntil(new Predicate(){
+    return parentsUntil(new Predicate() {
       @Override
       public <T> boolean f(T e, int index) {
         return selector != null && $(e).is(selector);
@@ -3654,7 +3654,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    */
   public <T> T prop(String key) {
     assert key != null : "Key is null";
-    return isEmpty() ? null : JsUtils.<T>prop(get(0), key);
+    return isEmpty() ? null : JsUtils.<T> prop(get(0), key);
   }
 
   /**
@@ -3669,7 +3669,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    */
   public <T> T prop(String key, Class<? extends T> clz) {
     assert key != null : "Key is null";
-    return isEmpty() ? null : JsUtils.<T>prop(get(0), key, clz);
+    return isEmpty() ? null : JsUtils.<T> prop(get(0), key, clz);
   }
 
   /**
@@ -3903,7 +3903,7 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    */
   public GQuery removeProp(String name) {
     for (Element e : elements) {
-      e.<JsCache>cast().delete(name);
+      e.<JsCache> cast().delete(name);
     }
     return this;
   }
@@ -4489,9 +4489,9 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
         elStr = JsUtils.isXML(e) ? JsUtils.XML2String(e) : e.getString();
       } catch (Exception e2) {
         elStr =
-          "< " + (e == null ? "null" : e.getNodeName())
-          + "(gquery, error getting the element string representation: " + e2.getMessage()
-          + ")/>";
+            "< " + (e == null ? "null" : e.getNodeName())
+                + "(gquery, error getting the element string representation: " + e2.getMessage()
+                + ")/>";
       }
       r += (pretty && r.length() > 0 ? "\n " : "") + elStr;
     }
index e2eff9432778ed693572f513ec8cc77612c21a08..95772df2e942631aaa5c65b519d2c14c1093514f 100644 (file)
@@ -80,5 +80,5 @@ public interface IsProperties {
    * converts a JsonBuilder instance into another JsonBuilder type but
    * preserving the underlying data object.
    */
-  <T extends JsonBuilder> T as (Class<T> clz);
+  <T extends JsonBuilder> T as(Class<T> clz);
 }
index 796753cec0f151a52448ca9175135e522a3563cc..55b28e14e1d8a0d8e716b9d8d63be73527623e7e 100644 (file)
@@ -31,8 +31,8 @@ public class Predicate {
    * @param index
    *        the element position in the gquery elements array.
    */
-  public  boolean f(Element e, int index) {
-    return f((Object)e, index);
+  public boolean f(Element e, int index) {
+    return f((Object) e, index);
   }
 
   public <T> boolean f(T e, int index) {
index d0d899be5622e7b1b08cec615ca1516ef0accf76..52178cfa30a7ad670d447714a6927dc1e436c843 100644 (file)
@@ -38,7 +38,8 @@ public class Properties extends JavaScriptObject implements IsProperties {
         return JsUtils.parseJSON(p);
       } catch (Exception e) {
         if (!GWT.isProdMode()) {
-          System.err.println("Error creating Properties: \n> " + properties  + "\n< " + p + "\n" + e.getMessage());
+          System.err.println("Error creating Properties: \n> " + properties + "\n< " + p + "\n"
+              + e.getMessage());
         }
       }
     }
@@ -57,10 +58,10 @@ public class Properties extends JavaScriptObject implements IsProperties {
   public static String wrapPropertiesString(String s) {
     String ret = s //
         .replaceAll("\\s*/\\*[\\s\\S]*?\\*/\\s*", "") // Remove comments
-        .replaceAll("([:\\)\\(,;}{'\"])\\s+" , "$1") // Remove spaces
-        .replaceAll("\\s+([:\\)\\(,;}{'\"])" , "$1") // Remove spaces
+        .replaceAll("([:\\)\\(,;}{'\"])\\s+", "$1") // Remove spaces
+        .replaceAll("\\s+([:\\)\\(,;}{'\"])", "$1") // Remove spaces
         .replaceFirst("^[\\(]+(.*)[\\)]+$", "$1") // Remove ()
-        .replaceAll("\\([\"']([^\\)]+)[\"']\\)" , "($1)") // Remove quotes
+        .replaceAll("\\([\"']([^\\)]+)[\"']\\)", "($1)") // Remove quotes
         .replaceAll("[;,]+([\\w-\\$]+:|$)", ";$1") // Change comma by semicolon
         .replaceAll("([^,;])([\\]}])", "$1;$2") // Put control semicolon used below
         .replaceAll(":\\s*[\"']?([^;\\{\\}\\[\\]\"']*)[\"']?\\s*([;,]+|$)", ":\"$1\";") // put quotes to all values (even empty)
@@ -85,7 +86,7 @@ public class Properties extends JavaScriptObject implements IsProperties {
   }
 
   private JsCache c() {
-    return this.<JsCache>cast();
+    return this.<JsCache> cast();
   }
 
   public final native Properties cloneProps() /*-{
@@ -103,7 +104,7 @@ public class Properties extends JavaScriptObject implements IsProperties {
   @SuppressWarnings("unchecked")
   public final <T> T get(Object name) {
     // Casting because of issue_135
-    return (T)c().get(String.valueOf(name));
+    return (T) c().get(String.valueOf(name));
   }
 
   public final boolean getBoolean(Object name) {
@@ -118,13 +119,13 @@ public class Properties extends JavaScriptObject implements IsProperties {
     final Object o = c().get(String.valueOf(name));
     if (o != null) {
       if (o instanceof Function) {
-        return (Function)o;
+        return (Function) o;
       } else if (o instanceof JavaScriptObject) {
-        Object f = ((JavaScriptObject)o).<Properties>cast().getObject("__f");
+        Object f = ((JavaScriptObject) o).<Properties> cast().getObject("__f");
         if (f != null && f instanceof Function) {
           return (Function) f;
         }
-        return new JsUtils.JsFunction((JavaScriptObject)o);
+        return new JsUtils.JsFunction((JavaScriptObject) o);
       }
     }
     return null;
@@ -149,7 +150,7 @@ public class Properties extends JavaScriptObject implements IsProperties {
   @SuppressWarnings("unchecked")
   public final <T extends JavaScriptObject> T getJavaScriptObject(Object name) {
     // Casting because of issue_135
-    return (T)c().getJavaScriptObject(String.valueOf(name));
+    return (T) c().getJavaScriptObject(String.valueOf(name));
   }
 
   public final JsArrayMixed getArray(Object name) {
@@ -206,14 +207,14 @@ public class Properties extends JavaScriptObject implements IsProperties {
     return JsUtils.param(JsCache.checkNull(this));
   }
 
-  public final boolean isEmpty(){
+  public final boolean isEmpty() {
     return c().length() == 0;
   }
 
   public final <J extends IsProperties> J load(Object prp) {
     c().clear();
     if (prp instanceof JsCache) {
-      c().copy((JsCache)prp);
+      c().copy((JsCache) prp);
     }
     return getDataImpl();
   }
@@ -240,7 +241,7 @@ public class Properties extends JavaScriptObject implements IsProperties {
 
   @SuppressWarnings("unchecked")
   public final <J> J getDataImpl() {
-    return (J)this;
+    return (J) this;
   }
 
   public final String getJsonName() {
index 13bf2344f2acc799e3701ba4fde8301a7c966f76..aadfa6560e12d64fce01df1bac39ac09b923478f 100644 (file)
@@ -48,19 +48,19 @@ public abstract class JsonBuilderBase<J extends JsonBuilderBase<?>> implements J
   public J load(Object prp) {
     assert prp == null || prp instanceof JavaScriptObject || prp instanceof String;
     if (prp != null && prp instanceof String) {
-      return parse((String)prp);
+      return parse((String) prp);
     }
     if (prp != null) {
-      p = (Properties)prp;
+      p = (Properties) prp;
     }
-    return (J)this;
+    return (J) this;
   }
 
   protected <T> void setArrayBase(String n, T[] r) {
     if (r.length > 0 && r[0] instanceof JsonBuilder) {
       JsArray<JavaScriptObject> a = JavaScriptObject.createArray().cast();
       for (T o : r) {
-        a.push(((JsonBuilder)o).<Properties>getDataImpl());
+        a.push(((JsonBuilder) o).<Properties> getDataImpl());
       }
       p.set(n, a);
     } else {
@@ -74,12 +74,12 @@ public abstract class JsonBuilderBase<J extends JsonBuilderBase<?>> implements J
   protected <T> T[] getArrayBase(String n, T[] r, Class<T> clazz) {
     JsObjectArray<?> a = p.getArray(n).cast();
     int l = r.length;
-    for (int i = 0 ; i < l ; i++) {
+    for (int i = 0; i < l; i++) {
       Object w = a.get(i);
       Class<?> c = w.getClass();
       do {
         if (c.equals(clazz)) {
-          r[i] = (T)w;
+          r[i] = (T) w;
           break;
         }
         c = c.getSuperclass();
@@ -132,11 +132,11 @@ public abstract class JsonBuilderBase<J extends JsonBuilderBase<?>> implements J
   @SuppressWarnings("unchecked")
   public <T extends IsProperties> T set(Object key, Object val) {
     if (val instanceof IsProperties) {
-      p.set(key, ((IsProperties)val).getDataImpl());
+      p.set(key, ((IsProperties) val).getDataImpl());
     } else {
       p.set(key, val);
     }
-    return (T)this;
+    return (T) this;
   }
 
   public <T extends JsonBuilder> T as(Class<T> clz) {
index 8e4225c7702b57b5aa4910f872dae4953af7578c..4e93b0438f9412b23df438b23a88f3f3dbaa183d 100644 (file)
@@ -22,6 +22,8 @@ import com.google.gwt.query.client.IsProperties;
  */
 public interface JsonFactory {
   <T extends JsonBuilder> T create(Class<T> clz);
+
   IsProperties create(String s);
+
   IsProperties create();
 }
index d8327c770713d713e3299b4e47c60ca806902af1..91c438740a3d7e35bd291eadf412768f02db9b8d 100644 (file)
@@ -34,7 +34,7 @@ import java.util.Date;
 public abstract class XmlBuilderBase<J extends XmlBuilderBase<?>> implements XmlBuilder {
 
   // TODO empty document
-  protected GQuery g = $((Element)JsUtils.parseXML("<root/>"));
+  protected GQuery g = $((Element) JsUtils.parseXML("<root/>"));
 
   public void append(String xml) {
     g.append(JsUtils.parseXML(xml));
@@ -79,39 +79,40 @@ public abstract class XmlBuilderBase<J extends XmlBuilderBase<?>> implements Xml
   }
 
   public double getTextAsNumber() {
-    String t =  g.text().replaceAll("[^\\d\\.\\-]", "");
+    String t = g.text().replaceAll("[^\\d\\.\\-]", "");
     return t.isEmpty() ? 0 : Double.parseDouble(t);
   }
 
   public Date getTextAsDate() {
-    String t =  g.text().trim();
+    String t = g.text().trim();
     if (t.matches("\\d+")) {
       return new Date(Long.parseLong(t));
     } else {
-      return new Date((long)JsDate.parse(t));
+      return new Date((long) JsDate.parse(t));
     }
   }
 
   public boolean getTextAsBoolean() {
-    String t =  g.text().trim().toLowerCase();
+    String t = g.text().trim().toLowerCase();
     return !t.matches("^(|false|off|0)$");
   }
 
   public <T extends Enum<T>> T getTextAsEnum(Class<T> clazz) {
-    String t =  g.text().trim();
+    String t = g.text().trim();
     return Enum.valueOf(clazz, t);
   }
 
   @SuppressWarnings("unchecked")
   public J load(Object o) {
-    assert o == null || o instanceof JavaScriptObject && JsUtils.isElement((JavaScriptObject)o) || o instanceof String;
+    assert o == null || o instanceof JavaScriptObject && JsUtils.isElement((JavaScriptObject) o)
+        || o instanceof String;
     if (o != null && o instanceof String) {
-        return parse((String)o);
+      return parse((String) o);
     }
     if (o != null) {
-      g=$((Element)o);
+      g = $((Element) o);
     }
-    return (J)this;
+    return (J) this;
   }
 
   @SuppressWarnings("unchecked")
@@ -121,7 +122,7 @@ public abstract class XmlBuilderBase<J extends XmlBuilderBase<?>> implements Xml
 
   protected <T> void setArrayBase(String n, T[] r) {
     String v = "";
-    for (T t: r) {
+    for (T t : r) {
       v += String.valueOf(t);
     }
     setBase(n, v);
@@ -134,7 +135,7 @@ public abstract class XmlBuilderBase<J extends XmlBuilderBase<?>> implements Xml
   @SuppressWarnings("unchecked")
   public <T> T setText(String t) {
     g.text(t);
-    return (T)this;
+    return (T) this;
   }
 
   public String toString() {
index f7ee0ef8505e438aeabadccfd5302be139047ae7..fb69e7c0585a6c92a0bab881a9f7d15300ea6c60 100644 (file)
@@ -47,7 +47,7 @@ public class BackgroundRepeatProperty extends
      */
     REPEAT_Y;
 
-    public String getCssName(){
+    public String getCssName() {
       return name().toLowerCase().replace('_', '-');
     }
   }
index d8492f2923f027db2cc52a430fbccf1774cff450..f12b65aa42215f7d58754582318f89fc6b157c56 100644 (file)
@@ -70,12 +70,12 @@ public class AttributeTridentImpl extends AttributeImpl {
 
   private static native boolean setAttributeNode(Element e, String name,
       Object value) /*-{
-    var attrNode = e.getAttributeNode(name);
-    if (attrNode) {
-      attrNode.nodeValue = value;
-      return true;
-    }
-    return false;
+  var attrNode = e.getAttributeNode(name);
+  if (attrNode) {
+  attrNode.nodeValue = value;
+  return true;
+  }
+  return false;
   }-*/;
 
   @Override
index f6e65752a74dff991dcd362e90cccdd1d09a261c..224075063aab591f649a888328724005322fd2b5 100644 (file)
@@ -47,7 +47,7 @@ public class ConsoleBrowser implements Console {
 
     private boolean initialized = false;
 
-    public ConsoleIe9(){
+    public ConsoleIe9() {
       init();
     }
 
@@ -68,54 +68,72 @@ public class ConsoleBrowser implements Console {
         super.clear();
       }
     }
+
     @Override
     public void dir(Object arg) {
       if (initialized) {
         super.dir(arg);
       }
     }
+
     @Override
     public void error(JavaScriptObject arg) {
       if (initialized) {
         super.error(arg);
       }
     }
+
     @Override
     public void info(JavaScriptObject arg) {
       if (initialized) {
         super.info(arg);
       }
     }
+
     @Override
     public void profile(String title) {
       if (initialized) {
         super.profile(title);
       }
     }
+
     @Override
     public void profileEnd(String title) {
       if (initialized) {
         super.profileEnd(title);
       }
     }
+
     @Override
     public void warn(JavaScriptObject arg) {
       if (initialized) {
         super.warn(arg);
       }
     }
+
     @Override
-    public void group(Object arg) {}
+    public void group(Object arg) {
+    }
+
     @Override
-    public void groupCollapsed(Object arg) {}
+    public void groupCollapsed(Object arg) {
+    }
+
     @Override
-    public void groupEnd() {}
+    public void groupEnd() {
+    }
+
     @Override
-    public void time(String title) {}
+    public void time(String title) {
+    }
+
     @Override
-    public void timeStamp(Object arg) {}
+    public void timeStamp(Object arg) {
+    }
+
     @Override
-    public void timeEnd(String title) {}
+    public void timeEnd(String title) {
+    }
   }
 
   /**
@@ -182,7 +200,9 @@ public class ConsoleBrowser implements Console {
   private ConsoleImpl impl;
 
   public ConsoleBrowser() {
-    impl = GQuery.browser.ie8? new ConsoleIe8(): GQuery.browser.ie9? new ConsoleIe9(): new  ConsoleImpl();
+    impl =
+        GQuery.browser.ie8 ? new ConsoleIe8() : GQuery.browser.ie9 ? new ConsoleIe9()
+            : new ConsoleImpl();
   }
 
   @Override
index 6847b75fc2c5cef6451f073218847dea4fed19b6..d7b83337d104894af961da965644b5f002ac2c3f 100644 (file)
@@ -31,7 +31,8 @@ import com.google.gwt.user.client.DOM;
  */
 public class DocumentStyleImpl {
 
-  private static final RegExp cssNumberRegex = RegExp.compile("^(fillOpacity|fontWeight|lineHeight|opacity|orphans|widows|zIndex|zoom)$", "i");
+  private static final RegExp cssNumberRegex = RegExp.compile(
+      "^(fillOpacity|fontWeight|lineHeight|opacity|orphans|widows|zIndex|zoom)$", "i");
   private static final RegExp sizeRegex = RegExp.compile("^(client|offset|)(width|height)$", "i");
 
   /**
@@ -121,9 +122,9 @@ public class DocumentStyleImpl {
   }
 
   private Element attachTemporary(Element elem) {
-    Element  lastParent = $(elem).parents().last().get(0);
+    Element lastParent = $(elem).parents().last().get(0);
 
-    if (lastParent == null){
+    if (lastParent == null) {
       // the element itself is detached
       lastParent = elem;
     }
@@ -167,7 +168,8 @@ public class DocumentStyleImpl {
 
   // inline elements do not have width nor height unless we set it to inline-block
   private void fixInlineElement(Element e) {
-    if (e.getClientHeight() == 0 && e.getClientWidth() == 0 && "inline".equals(curCSS(e, "display", true))) {
+    if (e.getClientHeight() == 0 && e.getClientWidth() == 0
+        && "inline".equals(curCSS(e, "display", true))) {
       setStyleProperty(e, "display", "inline-block");
       setStyleProperty(e, "width", "auto");
       setStyleProperty(e, "height", "auto");
@@ -194,7 +196,8 @@ public class DocumentStyleImpl {
 
   public int getHeight(Element e) {
     fixInlineElement(e);
-    return (int) (e.getClientHeight() - num(curCSS(e, "paddingTop", true)) - num(curCSS(e, "paddingBottom", true)));
+    return (int) (e.getClientHeight() - num(curCSS(e, "paddingTop", true)) - num(curCSS(e,
+        "paddingBottom", true)));
   }
 
   public double getOpacity(Element e) {
@@ -204,7 +207,8 @@ public class DocumentStyleImpl {
 
   public int getWidth(Element e) {
     fixInlineElement(e);
-    return (int) (e.getClientWidth() - num(curCSS(e, "paddingLeft", true)) - num(curCSS(e, "paddingRight", true)));
+    return (int) (e.getClientWidth() - num(curCSS(e, "paddingLeft", true)) - num(curCSS(e,
+        "paddingRight", true)));
   }
 
   /**
@@ -253,8 +257,8 @@ public class DocumentStyleImpl {
   protected native String getComputedStyle(Element elem, String hyphenName,
       String camelName, String pseudo) /*-{
     try {
-     var cStyle = $doc.defaultView.getComputedStyle(elem, pseudo);
-     return cStyle && cStyle.getPropertyValue ? cStyle.getPropertyValue(hyphenName) : null;
+      var cStyle = $doc.defaultView.getComputedStyle(elem, pseudo);
+      return cStyle && cStyle.getPropertyValue ? cStyle.getPropertyValue(hyphenName) : null;
     } catch(e) {return null;}
   }-*/;
 
index 04074656ef32522e4b894ca6f1340b5bddfe6bf7..972e4645a2508530d464ea5712aca3306d75cf35 100644 (file)
@@ -39,7 +39,8 @@ public class DocumentStyleImplIE extends DocumentStyleImpl {
 
   @Override
   public int getHeight(Element e) {
-    return (int) (e.getOffsetHeight() - num(curCSS(e, "paddingTop", true)) - num(curCSS(e, "paddingBottom", true))
+    return (int) (e.getOffsetHeight() - num(curCSS(e, "paddingTop", true))
+        - num(curCSS(e, "paddingBottom", true))
         - num(curCSS(e, "borderTopWidth", true)) - num(curCSS(e, "borderBottomWidth", true)));
   }
 
@@ -55,7 +56,8 @@ public class DocumentStyleImplIE extends DocumentStyleImpl {
 
   @Override
   public int getWidth(Element e) {
-    return (int) (e.getOffsetWidth() - num(curCSS(e, "paddingLeft", true)) - num(curCSS(e, "paddingRight", true))
+    return (int) (e.getOffsetWidth() - num(curCSS(e, "paddingLeft", true))
+        - num(curCSS(e, "paddingRight", true))
         - num(curCSS(e, "borderRightWidth", true)) - num(curCSS(e, "borderRightWidth", true)));
   }
 
index 1266e817bd5cf48272310c01daac09300d104d4a..c9bdef5a5e85b4fd0a5f1383b282f0f91e99c9b5 100644 (file)
@@ -41,15 +41,15 @@ public class SelectorEngine implements HasSelector {
 
   public static native NodeList<Element> getElementsByClassName(String clazz,
       Node ctx) /*-{
-        return ctx.getElementsByClassName(clazz);
+    return ctx.getElementsByClassName(clazz);
   }-*/;
 
   public static native Node getNextSibling(Node n) /*-{
-       return n.nextSibling || null;
+    return n.nextSibling || null;
   }-*/;
 
   public static native Node getPreviousSibling(Node n) /*-{
-       return n.previousSibling || null;
+    return n.previousSibling || null;
   }-*/;
 
   public NodeList<Element> querySelectorAll(String selector, Node ctx) {
@@ -65,17 +65,17 @@ public class SelectorEngine implements HasSelector {
 
   public static native NodeList<Element> querySelectorAllImpl(String selector,
       Node ctx) /*-{
-      return ctx.querySelectorAll(selector);
+    return ctx.querySelectorAll(selector);
   }-*/;
 
   public static native NodeList<Element> elementsByTagName(String selector,
       Node ctx) /*-{
-      return ctx.getElementsByTagName(selector);
+    return ctx.getElementsByTagName(selector);
   }-*/;
 
   public static native NodeList<Element> elementsByClassName(String selector,
       Node ctx) /*-{
-      return ctx.getElementsByClassName(selector);
+    return ctx.getElementsByClassName(selector);
   }-*/;
 
   public static NodeList<Element> veryQuickId(String id, Node ctx) {
@@ -90,14 +90,14 @@ public class SelectorEngine implements HasSelector {
 
   public static native NodeList<Element> xpathEvaluate(String selector,
       Node ctx, JsNodeArray r) /*-{
-      var node;
-      var ownerDoc = ctx && (ctx.ownerDocument || ctx );
-      var evalDoc = ownerDoc ? ownerDoc : $doc;
-      var result = evalDoc.evaluate(selector, ctx, null, 0, null);
-      while ((node = result.iterateNext())) {
-          r.push(node);
-      }
-      return r;
+    var node;
+    var ownerDoc = ctx && (ctx.ownerDocument || ctx );
+    var evalDoc = ownerDoc ? ownerDoc : $doc;
+    var result = evalDoc.evaluate(selector, ctx, null, 0, null);
+    while ((node = result.iterateNext())) {
+        r.push(node);
+    }
+    return r;
   }-*/;
 
   public final SelectorEngineImpl impl;
@@ -117,10 +117,10 @@ public class SelectorEngine implements HasSelector {
 
   static {
     filters = JsMap.create();
-    filters.put("visible", new Predicate(){
+    filters.put("visible", new Predicate() {
       public boolean f(Element e, int index) {
         return (e.getOffsetWidth() + e.getOffsetHeight()) > 0 &&
-          !"none".equalsIgnoreCase(styleImpl.curCSS(e, "display", true));
+            !"none".equalsIgnoreCase(styleImpl.curCSS(e, "display", true));
       }
     });
     filters.put("hidden", new Predicate() {
@@ -133,12 +133,12 @@ public class SelectorEngine implements HasSelector {
         return e.getPropertyBoolean("selected");
       }
     });
-    filters.put("input", new Predicate(){
+    filters.put("input", new Predicate() {
       public boolean f(Element e, int index) {
         return e.getNodeName().toLowerCase().matches("input|select|textarea|button");
       }
     });
-    filters.put("header", new Predicate(){
+    filters.put("header", new Predicate() {
       public boolean f(Element e, int index) {
         return e.getNodeName().toLowerCase().matches("h\\d");
       }
@@ -173,7 +173,7 @@ public class SelectorEngine implements HasSelector {
 
   public NodeList<Element> filter(NodeList<Element> nodes, String selector, boolean filterDetached) {
     JsNodeArray res = JsNodeArray.create();
-    if (selector.isEmpty()){
+    if (selector.isEmpty()) {
       return res;
     }
     Element ghostParent = null;
@@ -181,7 +181,8 @@ public class SelectorEngine implements HasSelector {
     HashSet<Node> elmList = new HashSet<Node>();
     for (int i = 0, l = nodes.getLength(); i < l; i++) {
       Node e = nodes.getItem(i);
-      if (e == window || e == document || e.getNodeName() == null || "html".equalsIgnoreCase(e.getNodeName())) {
+      if (e == window || e == document || e.getNodeName() == null
+          || "html".equalsIgnoreCase(e.getNodeName())) {
         continue;
       }
       elmList.add(e);
@@ -198,11 +199,11 @@ public class SelectorEngine implements HasSelector {
           parents.add(p);
         }
       } else if (parents.isEmpty()) {
-         parents.add(document);
+        parents.add(document);
       }
     }
     for (Node e : parents) {
-      NodeList<Element> n  = select(selector, e);
+      NodeList<Element> n = select(selector, e);
       for (int i = 0, l = n.getLength(); i < l; i++) {
         Element el = n.getItem(i);
         if (elmList.remove(el)) {
@@ -217,9 +218,12 @@ public class SelectorEngine implements HasSelector {
   }
 
   // pseudo selectors which are computed by gquery in runtime
-  RegExp gQueryPseudo = RegExp.compile("(.*):((visible|hidden|selected|input|header)|((button|checkbox|file|hidden|image|password|radio|reset|submit|text)\\s*(,|$)))(.*)", "i");
+  RegExp gQueryPseudo =
+      RegExp.compile(
+      "(.*):((visible|hidden|selected|input|header)|((button|checkbox|file|hidden|image|password|radio|reset|submit|text)\\s*(,|$)))(.*)", "i");
   // pseudo selectors which work in engine
-  RegExp nativePseudo = RegExp.compile("(.*):([\\w]+):(disabled|checked|enabled|empty|focus)\\s*([:,].*|$)", "i");
+  RegExp nativePseudo = RegExp.compile(
+      "(.*):([\\w]+):(disabled|checked|enabled|empty|focus)\\s*([:,].*|$)", "i");
 
   public NodeList<Element> select(String selector, Node ctx) {
 
@@ -247,7 +251,7 @@ public class SelectorEngine implements HasSelector {
           if (pred != null) {
             nodes = filter(select(select, ctx), pred);
           } else if (nativePseudo.test(pseudo)) {
-            nodes =  select(select, ctx);
+            nodes = select(select, ctx);
           } else {
             nodes = select(select + "[type=" + pseudo + "]", ctx);
           }
index 654653e19efc1e3ba71b8d9ec22b0fe27b0e0f1a..7a634c83142db2bbf1c0fc6a624bc40760a14f69 100644 (file)
@@ -58,20 +58,22 @@ public class SelectorEngineCssToXPath extends SelectorEngineImpl {
   private static ReplaceCallback rc_scp = new ReplaceCallback() {
     public String foundMatch(ArrayList<String> s) {
       return s.get(1) + s.get(2) +
-        (s.get(3).startsWith(" ") ? "%S%" : s.get(3).startsWith("#") ? "%H%" : "%P%") +
-        s.get(4) + s.get(5);
+          (s.get(3).startsWith(" ") ? "%S%" : s.get(3).startsWith("#") ? "%H%" : "%P%") +
+          s.get(4) + s.get(5);
     }
   };
 
   private static ReplaceCallback rc_$Attr = new ReplaceCallback() {
     public String foundMatch(ArrayList<String> s) {
-      return "[substring(@" + s.get(1) +  ",string-length(@" + s.get(1) + ")-" + (s.get(2).replaceAll("'", "").length() - 1) +  ")=" + s.get(2) + "]";
+      return "[substring(@" + s.get(1) + ",string-length(@" + s.get(1) + ")-"
+          + (s.get(2).replaceAll("'", "").length() - 1) + ")=" + s.get(2) + "]";
     }
   };
 
   private static ReplaceCallback rc_Not = new ReplaceCallback() {
     public String foundMatch(ArrayList<String> s) {
-      return s.get(1) + "[not(" +  getInstance().css2Xpath(s.get(2)).replaceAll("^[^\\[]+\\[([^\\]]*)\\].*$", "$1" +  ")]");
+      return s.get(1) + "[not("
+          + getInstance().css2Xpath(s.get(2)).replaceAll("^[^\\[]+\\[([^\\]]*)\\].*$", "$1" + ")]");
     }
   };
 
@@ -82,7 +84,7 @@ public class SelectorEngineCssToXPath extends SelectorEngineImpl {
 
       boolean afterAttr = "]".equals(s1);
       String prefix = afterAttr ? s1 : "*";
-      boolean noPrefix = afterAttr || s1 == null || s1.length() == 0 ;
+      boolean noPrefix = afterAttr || s1 == null || s1.length() == 0;
 
       if ("n".equals(s2)) {
         return s1;
@@ -95,85 +97,87 @@ public class SelectorEngineCssToXPath extends SelectorEngineImpl {
         return prefix + "[(count(preceding-sibling::*) + 1) mod 2=1]";
       }
 
-      if (!s2.contains("n")){
-        return prefix + "[position() = "+s2+"]" + (noPrefix ? "" : "/self::" + s1);
+      if (!s2.contains("n")) {
+        return prefix + "[position() = " + s2 + "]" + (noPrefix ? "" : "/self::" + s1);
       }
 
       String[] t = s2.replaceAll("^([0-9]*)n.*?([0-9]*)?$", "$1+$2").split("\\+");
       String t0 = t[0];
       String t1 = t.length > 1 ? t[1] : "0";
-      return prefix + "[(position()-" + t1 +  ") mod " +  t0 + "=0 and position()>=" +  t1 + "]" + (noPrefix ? "" : "/self::" + s1);
+      return prefix + "[(position()-" + t1 + ") mod " + t0 + "=0 and position()>=" + t1 + "]"
+          + (noPrefix ? "" : "/self::" + s1);
     }
   };
 
-  public static Object[] regs = new Object[]{
-    // scape some dots and spaces
-    "(['\\[])([^'\\]]*)([\\s\\.#])([^'\\]]*)(['\\]])", rc_scp,
-    // add @ for attrib
-    "\\[([^@\\]~\\$\\*\\^\\|\\!]+)(=[^\\]]+)?\\]", "[@$1$2]",
-    // multiple queries
-    "\\s*,\\s*", "|.//",
-    // , + ~ >
-    "\\s*(\\+|~|>)\\s*", "$1",
-    // * ~ + >
-    "([\\w\\-\\*])~([\\w\\-\\*])", "$1/following-sibling::$2",
-    "([\\w\\-\\*])\\+([\\w\\-\\*])", "$1/following-sibling::*[1]/self::$2",
-    "([\\w\\-\\*])>([\\w\\-\\*])", "$1/$2",
-    // all unescaped stuff escaped
-    "\\[([^=]+)=([^'|\"][^\\]]*)\\]", "[$1='$2']",
-    // all descendant or self to
-    "(^|[^\\w\\-\\*])(#|\\.)([\\w\\-]+)", "$1*$2$3",
-    "([\\>\\+\\|\\~\\,\\s])([a-zA-Z\\*]+)", "$1//$2",
-    "\\s+//", "//",
-    // :first-child
-    "([\\w\\-\\*]+):first-child", "*[1]/self::$1",
-    // :last-child
-    "([\\w\\-\\*]+):last-child", "$1[not(following-sibling::*)]",
-    // :only-child
-    "([\\w\\-\\*]+):only-child", "*[last()=1]/self::$1",
-    // :empty
-    "([\\w\\-\\*]+):empty", "$1[not(*) and not(normalize-space())]",
-    // :odd :even, this is intentional since sizzle behaves so
-    ":odd" , ":nth-child(even)",
-    ":even" , ":nth-child(odd)",
-    // :not
-    "(.+):not\\(([^\\)]*)\\)", rc_Not,
-    // :nth-child
-    "([a-zA-Z0-9\\_\\-\\*]*|\\]):nth-child\\(([^\\)]*)\\)", rc_nth_child,
-    // :contains(selectors)
-    ":contains\\(([^\\)]*)\\)", "[contains(string(.),'$1')]",
-    // |= attrib
-    "\\[([\\w\\-]+)\\|=([^\\]]+)\\]", "[@$1=$2 or starts-with(@$1,concat($2,'-'))]",
-    // *= attrib
-    "\\[([\\w\\-]+)\\*=([^\\]]+)\\]", "[contains(@$1,$2)]",
-    // ~= attrib
-    "\\[([\\w\\-]+)~=([^\\]]+)\\]", "[contains(concat(' ',normalize-space(@$1),' '),concat(' ',$2,' '))]",
-    // ^= attrib
-    "\\[([\\w\\-]+)\\^=([^\\]]+)\\]", "[starts-with(@$1,$2)]",
-    // $= attrib
-    "\\[([\\w\\-]+)\\$=([^\\]]+)\\]", rc_$Attr,
-    // != attrib
-    "\\[([\\w\\-]+)\\!=([^\\]]+)\\]", "[not(@$1) or @$1!=$2]",
-    // ids and classes
-    "#([\\w\\-]+)", "[@id='$1']",
-    "\\.([\\w\\-]+)", "[contains(concat(' ',normalize-space(@class),' '),' $1 ')]",
-    // normalize multiple filters
-    "\\]\\[([^\\]]+)", " and ($1)",
-    // tag:pseudo
-    ":(enabled)", "[not(@disabled)]",
-    ":(checked)", "[@$1='$1']",
-    ":(disabled)", "[@$1]",
-    ":(first)", "[1]",
-    ":(last)", "[last()]",
-    // put '*' when tag is omitted
-    "(^|\\|[\\./]*)(\\[)", "$1*$2",
-    // Replace escaped dots and spaces
-    "%S%"," ",
-    "%P%",".",
-    "%H%","#",
-    // Duplicated quotes
-    "'+","'",
-    };
+  public static Object[] regs = new Object[] {
+      // scape some dots and spaces
+      "(['\\[])([^'\\]]*)([\\s\\.#])([^'\\]]*)(['\\]])", rc_scp,
+      // add @ for attrib
+      "\\[([^@\\]~\\$\\*\\^\\|\\!]+)(=[^\\]]+)?\\]", "[@$1$2]",
+      // multiple queries
+      "\\s*,\\s*", "|.//",
+      // , + ~ >
+      "\\s*(\\+|~|>)\\s*", "$1",
+      // * ~ + >
+      "([\\w\\-\\*])~([\\w\\-\\*])", "$1/following-sibling::$2",
+      "([\\w\\-\\*])\\+([\\w\\-\\*])", "$1/following-sibling::*[1]/self::$2",
+      "([\\w\\-\\*])>([\\w\\-\\*])", "$1/$2",
+      // all unescaped stuff escaped
+      "\\[([^=]+)=([^'|\"][^\\]]*)\\]", "[$1='$2']",
+      // all descendant or self to
+      "(^|[^\\w\\-\\*])(#|\\.)([\\w\\-]+)", "$1*$2$3",
+      "([\\>\\+\\|\\~\\,\\s])([a-zA-Z\\*]+)", "$1//$2",
+      "\\s+//", "//",
+      // :first-child
+      "([\\w\\-\\*]+):first-child", "*[1]/self::$1",
+      // :last-child
+      "([\\w\\-\\*]+):last-child", "$1[not(following-sibling::*)]",
+      // :only-child
+      "([\\w\\-\\*]+):only-child", "*[last()=1]/self::$1",
+      // :empty
+      "([\\w\\-\\*]+):empty", "$1[not(*) and not(normalize-space())]",
+      // :odd :even, this is intentional since sizzle behaves so
+      ":odd", ":nth-child(even)",
+      ":even", ":nth-child(odd)",
+      // :not
+      "(.+):not\\(([^\\)]*)\\)", rc_Not,
+      // :nth-child
+      "([a-zA-Z0-9\\_\\-\\*]*|\\]):nth-child\\(([^\\)]*)\\)", rc_nth_child,
+      // :contains(selectors)
+      ":contains\\(([^\\)]*)\\)", "[contains(string(.),'$1')]",
+      // |= attrib
+      "\\[([\\w\\-]+)\\|=([^\\]]+)\\]", "[@$1=$2 or starts-with(@$1,concat($2,'-'))]",
+      // *= attrib
+      "\\[([\\w\\-]+)\\*=([^\\]]+)\\]", "[contains(@$1,$2)]",
+      // ~= attrib
+      "\\[([\\w\\-]+)~=([^\\]]+)\\]",
+      "[contains(concat(' ',normalize-space(@$1),' '),concat(' ',$2,' '))]",
+      // ^= attrib
+      "\\[([\\w\\-]+)\\^=([^\\]]+)\\]", "[starts-with(@$1,$2)]",
+      // $= attrib
+      "\\[([\\w\\-]+)\\$=([^\\]]+)\\]", rc_$Attr,
+      // != attrib
+      "\\[([\\w\\-]+)\\!=([^\\]]+)\\]", "[not(@$1) or @$1!=$2]",
+      // ids and classes
+      "#([\\w\\-]+)", "[@id='$1']",
+      "\\.([\\w\\-]+)", "[contains(concat(' ',normalize-space(@class),' '),' $1 ')]",
+      // normalize multiple filters
+      "\\]\\[([^\\]]+)", " and ($1)",
+      // tag:pseudo
+      ":(enabled)", "[not(@disabled)]",
+      ":(checked)", "[@$1='$1']",
+      ":(disabled)", "[@$1]",
+      ":(first)", "[1]",
+      ":(last)", "[last()]",
+      // put '*' when tag is omitted
+      "(^|\\|[\\./]*)(\\[)", "$1*$2",
+      // Replace escaped dots and spaces
+      "%S%", " ",
+      "%P%", ".",
+      "%H%", "#",
+      // Duplicated quotes
+      "'+", "'",
+  };
 
   public static SelectorEngineCssToXPath getInstance() {
     if (instance == null) {
@@ -254,7 +258,7 @@ public class SelectorEngineCssToXPath extends SelectorEngineImpl {
     }
     String xsel = cache.get(sel);
     if (xsel == null) {
-      xsel =  sel.startsWith("./") || sel.startsWith("/") ? sel : css2Xpath(sel);
+      xsel = sel.startsWith("./") || sel.startsWith("/") ? sel : css2Xpath(sel);
       cache.put(sel, xsel);
     }
 
@@ -268,7 +272,7 @@ public class SelectorEngineCssToXPath extends SelectorEngineImpl {
           throw new RuntimeException("This Browser does not support Xpath selectors.", e);
         }
         console.error("ERROR: xpathEvaluate invalid xpath expression: "
-          + xsel + " css-selector: " + sel + " " + e.getMessage() + "\n");
+            + xsel + " css-selector: " + sel + " " + e.getMessage() + "\n");
       }
       return elm;
     }
index c8058878f5c598890b07cb612586770ad87c0f0a..e00fa559297ac5188bd15c5c8bb732cbdb27f80a 100644 (file)
@@ -30,7 +30,8 @@ import com.google.gwt.query.client.js.JsNamedArray;
 public class SelectorEngineNative extends SelectorEngineImpl {
 
   // querySelectorAll unsupported selectors
-  public static String NATIVE_EXCEPTIONS_REGEXP = "(^[\\./]/.*)|(.*(:contains|:first([^-]|$)|:last([^-]|$)|:even|:odd)).*";
+  public static String NATIVE_EXCEPTIONS_REGEXP =
+      "(^[\\./]/.*)|(.*(:contains|:first([^-]|$)|:last([^-]|$)|:even|:odd)).*";
 
   private static HasSelector impl;
 
@@ -45,9 +46,9 @@ public class SelectorEngineNative extends SelectorEngineImpl {
 
   public NodeList<Element> select(String selector, Node ctx) {
     // querySelectorAllImpl does not support ids starting with a digit.
-//    if (selector.matches("#[\\w\\-]+")) {
-//      return SelectorEngine.veryQuickId(selector.substring(1), ctx);
-//    } else
+    //    if (selector.matches("#[\\w\\-]+")) {
+    //      return SelectorEngine.veryQuickId(selector.substring(1), ctx);
+    //    } else
     if (selector.contains("!=")) {
       if (cache == null) {
         cache = JsNamedArray.create();
index 5d16d57c15cdd5b6f5d0f9c3087fb37661b017ad..d31502bcfeff65d58ae15bb922d02c07d04d3d7c 100644 (file)
@@ -29,7 +29,8 @@ import com.google.gwt.dom.client.NodeList;
  */
 public class SelectorEngineNativeIE8 extends SelectorEngineSizzleIE {
 
-  public static String NATIVE_EXCEPTIONS_REGEXP = ".*(:contains|!=|:not|:nth-|:only-|:first|:last|:even|:odd).*";
+  public static String NATIVE_EXCEPTIONS_REGEXP =
+      ".*(:contains|!=|:not|:nth-|:only-|:first|:last|:even|:odd).*";
 
   public NodeList<Element> select(String selector, Node ctx) {
     if (!SelectorEngine.hasQuerySelector || selector.matches(NATIVE_EXCEPTIONS_REGEXP)) {
index 100d9e85be5b6d98df73eb63aca8b5567554d3ed..2968a446e0a4fb27edbd8073d729a7fff1482344 100644 (file)
@@ -36,7 +36,8 @@ public class SelectorEngineNativeMin extends SelectorEngineImpl {
     } catch (Exception e) {
       console.error("GwtQuery: Selector '" + selector +
           "' is unsupported in this SelectorEngineNativeMin engine."
-          + " Do not use this syntax or configure your module to use a JS fallback. " + e.getMessage());
+          + " Do not use this syntax or configure your module to use a JS fallback. "
+          + e.getMessage());
       return null;
     }
   }
index c0bfbdaddfcb514596b39ebd561d206c5f568127..dc7e09f61ca3ae401c8525f34a7799d5cda3f120 100644 (file)
@@ -34,7 +34,8 @@ public class SelectorEngineNativeMinIE8 extends SelectorEngineImpl {
     try {
       return SelectorEngine.querySelectorAllImpl(selector, ctx);
     } catch (Exception e) {
-      console.error("GwtQuery: Selector '" + selector + "' is unsupported in this SelectorEngineNativeMinIE8 engine,"
+      console.error("GwtQuery: Selector '" + selector
+          + "' is unsupported in this SelectorEngineNativeMinIE8 engine,"
           + " check that you are in 'standards mode' or configure your module to use JS fallback. "
           + e.getMessage());
       return null;
index 92da332d30121d14e33d07deb5c57f4fc662b6f2..deaa396bd16db541d3c76423298749b16431fcd3 100644 (file)
@@ -90,21 +90,22 @@ public class SelectorEngineJS extends SelectorEngineImpl {
 
   protected static Sequence getSequence(String expression) {
     int start = 0, add = 2, max = -1, modVal = -1;
-    JsRegexp expressionRegExp = new JsRegexp(
-        "^((odd|even)|([1-9]\\d*)|((([1-9]\\d*)?)n((\\+|\\-)(\\d+))?)|(\\-(([1-9]\\d*)?)n\\+(\\d+)))$");
+    JsRegexp expressionRegExp =
+        new JsRegexp(
+            "^((odd|even)|([1-9]\\d*)|((([1-9]\\d*)?)n((\\+|\\-)(\\d+))?)|(\\-(([1-9]\\d*)?)n\\+(\\d+)))$");
     JsObjectArray<String> pseudoValue = expressionRegExp.exec(expression);
     if (!truth(pseudoValue)) {
       return null;
     } else {
-      if (truth(pseudoValue.get(2))) {        // odd or even
+      if (truth(pseudoValue.get(2))) { // odd or even
         start = (eq(pseudoValue.get(2), "odd")) ? 1 : 2;
         modVal = (start == 1) ? 1 : 0;
       } else if (JsUtils
-          .truth(pseudoValue.get(3))) {        // single digit
+          .truth(pseudoValue.get(3))) { // single digit
         start = Integer.parseInt(pseudoValue.get(3), 10);
         add = 0;
         max = start;
-      } else if (truth(pseudoValue.get(4))) {        // an+b
+      } else if (truth(pseudoValue.get(4))) { // an+b
         add = truth(pseudoValue.get(6)) ? Integer
             .parseInt(pseudoValue.get(6), 10) : 1;
         start = truth(pseudoValue.get(7)) ? Integer.parseInt(
@@ -115,7 +116,7 @@ public class SelectorEngineJS extends SelectorEngineImpl {
         }
         modVal = (start > add) ? (start - add) % add
             : ((start == add) ? 0 : start);
-      } else if (truth(pseudoValue.get(10))) {        // -an+b
+      } else if (truth(pseudoValue.get(10))) { // -an+b
         add = truth(pseudoValue.get(12)) ? Integer
             .parseInt(pseudoValue.get(12), 10) : 1;
         start = max = Integer.parseInt(pseudoValue.get(13), 10);
@@ -145,7 +146,7 @@ public class SelectorEngineJS extends SelectorEngineImpl {
 
   public static native NodeList<Element> getElementsByClassName(String clazz,
       Node ctx) /*-{
-      return ctx.getElementsByClassName(clazz);
+  return ctx.getElementsByClassName(clazz);
   }-*/;
 
   public static native boolean isAdded(Node prevRef) /*-{
@@ -213,9 +214,8 @@ public class SelectorEngineJS extends SelectorEngineImpl {
 
   private static void getGeneralSiblingNodes(JsNodeArray matchingElms,
       JsObjectArray<String> nextTag, JsRegexp nextRegExp, Node prevRef) {
-    while (
-        JsUtils.truth((prevRef = SelectorEngine.getNextSibling(prevRef)))
-            && !isAdded(prevRef)) {
+    while (JsUtils.truth((prevRef = SelectorEngine.getNextSibling(prevRef)))
+        && !isAdded(prevRef)) {
       if (!JsUtils.truth(nextTag) || nextRegExp
           .test(prevRef.getNodeName())) {
         setAdded(prevRef, true);
@@ -226,9 +226,8 @@ public class SelectorEngineJS extends SelectorEngineImpl {
 
   private static void getSiblingNodes(JsNodeArray matchingElms, JsObjectArray<String> nextTag,
       JsRegexp nextRegExp, Node prevRef) {
-    while (
-        JsUtils.truth(prevRef = SelectorEngine.getNextSibling(prevRef))
-            && prevRef.getNodeType() != Node.ELEMENT_NODE) {
+    while (JsUtils.truth(prevRef = SelectorEngine.getNextSibling(prevRef))
+        && prevRef.getNodeType() != Node.ELEMENT_NODE) {
     }
     if (JsUtils.truth(prevRef)) {
       if (!JsUtils.truth(nextTag) || nextRegExp
@@ -252,20 +251,20 @@ public class SelectorEngineJS extends SelectorEngineImpl {
 
   private static native JsNodeArray subtractArray(JsNodeArray previousMatch,
       JsNodeArray elementsByPseudo) /*-{
-      for (var i=0, src1; (src1=arr1[i]); i++) {
-        var found = false;
-        for (var j=0, src2; (src2=arr2[j]); j++) {
-          if (src2 === src1) {
-        found = true;
-            break;
-          }
-        }
-        if (found) {
-          arr1.splice(i--, 1);
-        }
+  for (var i=0, src1; (src1=arr1[i]); i++) {
+    var found = false;
+    for (var j=0, src2; (src2=arr2[j]); j++) {
+      if (src2 === src1) {
+    found = true;
+        break;
       }
-      return arr;
-    }-*/;
+    }
+    if (found) {
+      arr1.splice(i--, 1);
+    }
+  }
+  return arr;
+  }-*/;
 
   private JsRegexp cssSelectorRegExp;
 
@@ -276,8 +275,9 @@ public class SelectorEngineJS extends SelectorEngineImpl {
   public SelectorEngineJS() {
     selectorSplitRegExp = new JsRegexp("[^\\s]+", "g");
     childOrSiblingRefRegExp = new JsRegexp("^(>|\\+|~)$");
-    cssSelectorRegExp = new JsRegexp(
-        "^(\\w+)?(#[\\w\\u00C0-\\uFFFF\\-\\_]+|(\\*))?((\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?((\\[\\w+(\\^|\\$|\\*|\\||~)?(=[\"']*[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+[\"']*)?\\]+)*)?(((:\\w+[\\w\\-]*)(\\((odd|even|\\-?\\d*n?((\\+|\\-)\\d+)?|[\\w\\u00C0-\\uFFFF\\-_]+|((\\w*\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?|(\\[#?\\w+(\\^|\\$|\\*|\\||~)?=?[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+\\]+)|(:\\w+[\\w\\-]*))\\))?)*)?");
+    cssSelectorRegExp =
+        new JsRegexp(
+            "^(\\w+)?(#[\\w\\u00C0-\\uFFFF\\-\\_]+|(\\*))?((\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?((\\[\\w+(\\^|\\$|\\*|\\||~)?(=[\"']*[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+[\"']*)?\\]+)*)?(((:\\w+[\\w\\-]*)(\\((odd|even|\\-?\\d*n?((\\+|\\-)\\d+)?|[\\w\\u00C0-\\uFFFF\\-_]+|((\\w*\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?|(\\[#?\\w+(\\^|\\$|\\*|\\||~)?=?[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+\\]+)|(:\\w+[\\w\\-]*))\\))?)*)?");
   }
 
   public NodeList<Element> select(String sel, Node ctx) {
@@ -359,8 +359,7 @@ public class SelectorEngineJS extends SelectorEngineImpl {
             for (int l = 0, ll = prevElem.size(); l < ll; l++) {
               tagCollectionMatches = getElementsByTagName(splitRule.tag,
                   prevElem.getNode(l));
-              for (int m = 0, mlen = tagCollectionMatches.getLength(); m < mlen;
-                  m++) {
+              for (int m = 0, mlen = tagCollectionMatches.getLength(); m < mlen; m++) {
                 Node tagMatch = tagCollectionMatches.getItem(m);
 
                 if (!isAdded(tagMatch)) {
@@ -430,8 +429,7 @@ public class SelectorEngineJS extends SelectorEngineImpl {
             for (int r = 0, rlen = matchingElms.size(); r < rlen; r++) {
               Element current = matchingElms.getElement(r);
               boolean addElm = false;
-              for (int s = 0, sl = regExpAttributes.length;
-                  s < sl; s++) {
+              for (int s = 0, sl = regExpAttributes.length; s < sl; s++) {
                 addElm = false;
                 JsRegexp attributeRegexp = regExpAttributes[s];
                 String currentAttr = getAttr(current, regExpAttributesStr[s]);
@@ -476,7 +474,7 @@ public class SelectorEngineJS extends SelectorEngineImpl {
       elm.pushAll(prevElem);
     }
 
-    return JsUtils.unique(elm.<JsArray<Element>>cast()).cast();
+    return JsUtils.unique(elm.<JsArray<Element>> cast()).cast();
   }
 
   protected String getAttr(Element current, String name) {
@@ -600,9 +598,8 @@ public class SelectorEngineJS extends SelectorEngineImpl {
             && next.getNodeType() != Node.ELEMENT_NODE) {
         }
       } else {
-        while (
-            JsUtils.truth((next = SelectorEngine.getNextSibling(next)))
-                && next.getNodeType() != Node.ELEMENT_NODE) {
+        while (JsUtils.truth((next = SelectorEngine.getNextSibling(next)))
+            && next.getNodeType() != Node.ELEMENT_NODE) {
         }
       }
       if (!JsUtils.truth(next)) {
@@ -619,9 +616,8 @@ public class SelectorEngineJS extends SelectorEngineImpl {
       next = previous = previousMatch.getNode(n);
 
       if (previousDir) {
-        while (
-            JsUtils.truth(next = SelectorEngine.getPreviousSibling(next))
-                && !JsUtils
+        while (JsUtils.truth(next = SelectorEngine.getPreviousSibling(next))
+            && !JsUtils
                 .eq(next.getNodeName(), previous.getNodeName())) {
         }
       } else {
@@ -652,7 +648,7 @@ public class SelectorEngineJS extends SelectorEngineImpl {
           .exec(pseudoValue);
       JsRegexp notRegExp = new JsRegexp("(^|\\s)"
           + (JsUtils.truth(notTag) ? notTag.get(1)
-          : JsUtils.truth(notClass) ? notClass.get(1) : "")
+              : JsUtils.truth(notClass) ? notClass.get(1) : "")
           + "(\\s|$)", "i");
       if (JsUtils.truth(notAttr)) {
         String notAttribute = JsUtils.truth(notAttr.get(3)) ? notAttr
@@ -768,9 +764,8 @@ public class SelectorEngineJS extends SelectorEngineImpl {
       prev = next = previous = previousMatch.getNode(k);
       Node prevParent = previous.getParentNode();
       if (prevParent != kParent) {
-        while (
-            JsUtils.truth(prev = SelectorEngine.getPreviousSibling(prev))
-                && prev.getNodeType() != Node.ELEMENT_NODE) {
+        while (JsUtils.truth(prev = SelectorEngine.getPreviousSibling(prev))
+            && prev.getNodeType() != Node.ELEMENT_NODE) {
         }
         while (JsUtils.truth(next = SelectorEngine.getNextSibling(next))
             && next.getNodeType() != Node.ELEMENT_NODE) {
@@ -793,9 +788,8 @@ public class SelectorEngineJS extends SelectorEngineImpl {
       prev = next = previous = previousMatch.getNode(o);
       Node prevParent = previous.getParentNode();
       if (prevParent != oParent) {
-        while (
-            JsUtils.truth(prev = SelectorEngine.getPreviousSibling(prev))
-                && !JsUtils
+        while (JsUtils.truth(prev = SelectorEngine.getPreviousSibling(prev))
+            && !JsUtils
                 .eq(prev.getNodeName(), previous.getNodeName())) {
         }
         while (JsUtils.truth(next = SelectorEngine.getNextSibling(next))
index 4f64126703eb907d483d377ff4dfde2531e282bb..73e587406121c7480e771826fcbf78eb648de466 100644 (file)
@@ -146,13 +146,14 @@ public class SelectorEngineXPath extends SelectorEngineImpl {
       }
       SelectorEngine.xpathEvaluate(xPathExpression, ctx, elm);
     }
-    return JsUtils.unique(elm.<JsArray<Element>>cast()).cast();
+    return JsUtils.unique(elm.<JsArray<Element>> cast()).cast();
   }
 
   private void init() {
     if (cssSelectorRegExp == null) {
-      cssSelectorRegExp = new JsRegexp(
-          "^(\\w+)?(#[\\w\\u00C0-\\uFFFF\\-\\_]+|(\\*))?((\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?((\\[\\w+(\\^|\\$|\\*|\\||~)?(=[\"']*[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+[\"']*)?\\]+)*)?(((:\\w+[\\w\\-]*)(\\((odd|even|\\-?\\d*n?((\\+|\\-)\\d+)?|[\\w\\u00C0-\\uFFFF\\-_]+|((\\w*\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?|(\\[#?\\w+(\\^|\\$|\\*|\\||~)?=?[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+\\]+)|(:\\w+[\\w\\-]*))\\))?)*)?(>|\\+|~)?");
+      cssSelectorRegExp =
+          new JsRegexp(
+              "^(\\w+)?(#[\\w\\u00C0-\\uFFFF\\-\\_]+|(\\*))?((\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?((\\[\\w+(\\^|\\$|\\*|\\||~)?(=[\"']*[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+[\"']*)?\\]+)*)?(((:\\w+[\\w\\-]*)(\\((odd|even|\\-?\\d*n?((\\+|\\-)\\d+)?|[\\w\\u00C0-\\uFFFF\\-_]+|((\\w*\\.[\\w\\u00C0-\\uFFFF\\-_]+)*)?|(\\[#?\\w+(\\^|\\$|\\*|\\||~)?=?[\\w\\u00C0-\\uFFFF\\s\\-\\_\\.]+\\]+)|(:\\w+[\\w\\-]*))\\))?)*)?(>|\\+|~)?");
       selectorSplitRegExp = new JsRegexp("[^\\s]+", "g");
       combinator = new JsRegexp("(>|\\+|~)");
     }
@@ -184,9 +185,9 @@ public class SelectorEngineXPath extends SelectorEngineImpl {
             xpath = "(count(preceding-sibling::*) + 1) mod " + sequence.add
                 + " = " + sequence.modVal
                 + ((sequence.start > 1) ? " and count(preceding-sibling::*) >= "
-                + (sequence.start - 1) : "") + ((sequence.max > 0) ?
-                " and count(preceding-sibling::*) <= " + (sequence.max - 1)
-                : "");
+                    + (sequence.start - 1) : "") + ((sequence.max > 0) ?
+                    " and count(preceding-sibling::*) <= " + (sequence.max - 1)
+                    : "");
           }
         }
       }
@@ -199,8 +200,8 @@ public class SelectorEngineXPath extends SelectorEngineImpl {
           } else {
             xpath = "position() mod " + sequence.add + " = " + sequence.modVal
                 + ((sequence.start > 1) ? " and position() >= " + sequence.start
-                : "") + ((sequence.max > 0) ? " and position() <= "
-                + sequence.max : "");
+                    : "") + ((sequence.max > 0) ? " and position() <= "
+                    + sequence.max : "");
           }
         }
       }
index d85983a4dfec1f9fd9c98f6429b8f2f5ae695338..c3b0c5ce4fcb1f682bf7d01fe42ce6bedce77622 100644 (file)
@@ -20,9 +20,9 @@ import com.google.gwt.core.client.JavaScriptObject;
 import com.google.gwt.core.client.JsArrayMixed;
 import com.google.gwt.core.client.JsArrayString;
 
- /**
-   * A Lightweight JSO class to store data.
-   */
+/**
+  * A Lightweight JSO class to store data.
+  */
 public class JsCache extends JavaScriptObject {
 
   protected JsCache() {
@@ -69,19 +69,24 @@ public class JsCache extends JavaScriptObject {
     Object o = get(id);
     if (o != null && clz != null) {
       if (o instanceof Double) {
-        Double d = (Double)o;
-        if (clz == Float.class) o = d.floatValue();
-        else if (clz == Integer.class) o = d.intValue();
-        else if (clz == Long.class) o = d.longValue();
-        else if (clz == Short.class) o = d.shortValue();
-        else if (clz == Byte.class) o = d.byteValue();
+        Double d = (Double) o;
+        if (clz == Float.class)
+          o = d.floatValue();
+        else if (clz == Integer.class)
+          o = d.intValue();
+        else if (clz == Long.class)
+          o = d.longValue();
+        else if (clz == Short.class)
+          o = d.shortValue();
+        else if (clz == Byte.class)
+          o = d.byteValue();
       } else if (clz == Boolean.class && !(o instanceof Boolean)) {
         o = Boolean.valueOf(String.valueOf(o));
       } else if (clz == String.class && !(o instanceof String)) {
         o = String.valueOf(o);
       }
     }
-    return (T)o;
+    return (T) o;
   }
 
   public final native <T> T get(Object id) /*-{
@@ -89,7 +94,7 @@ public class JsCache extends JavaScriptObject {
   }-*/;
 
   public final JsCache getCache(int id) {
-    return (JsCache)get(id);
+    return (JsCache) get(id);
   }
 
   public final boolean getBoolean(Object id) {
@@ -126,7 +131,7 @@ public class JsCache extends JavaScriptObject {
 
   public final <T extends JavaScriptObject> T getJavaScriptObject(Object name) {
     Object o = get(name);
-    return (o != null && o instanceof JavaScriptObject) ? ((JavaScriptObject)o).<T>cast() : null;
+    return (o != null && o instanceof JavaScriptObject) ? ((JavaScriptObject) o).<T> cast() : null;
   }
 
   public final native boolean isEmpty() /*-{
@@ -158,11 +163,11 @@ public class JsCache extends JavaScriptObject {
     return this;
   }-*/;
 
-  public final JsCache put(Object id, Object obj)  {
+  public final JsCache put(Object id, Object obj) {
     if (obj instanceof Boolean) {
-      putBoolean(id, ((Boolean)obj).booleanValue());
+      putBoolean(id, ((Boolean) obj).booleanValue());
     } else if (obj instanceof Number) {
-      putNumber(id, ((Number)obj).doubleValue());
+      putNumber(id, ((Number) obj).doubleValue());
     } else {
       putObject(id, obj);
     }
@@ -203,7 +208,7 @@ public class JsCache extends JavaScriptObject {
     JsArrayString a = keysImpl();
     String[] ret = new String[a.length()];
     for (int i = 0; i < a.length(); i++) {
-        ret[i] = a.get(i);
+      ret[i] = a.get(i);
     }
     return ret;
   }
@@ -211,8 +216,8 @@ public class JsCache extends JavaScriptObject {
   public final Object[] elements() {
     String[] keys = keys();
     Object[] ret = new Object[keys.length];
-    int i=0;
-    for (String s: keys) {
+    int i = 0;
+    for (String s : keys) {
       ret[i++] = get(s);
     }
     return ret;
@@ -220,7 +225,7 @@ public class JsCache extends JavaScriptObject {
 
   public final String tostring() {
     String ret = getClass().getName() + "{ ";
-    for (String k: keys()){
+    for (String k : keys()) {
       ret += k + "=" + get(k) + " ";
     }
     return ret + "}";
index f0bf6008babbd186a506fc24c7cf71862a07cfed..010b7a6989b020ac124f5d280294f875deeeda36 100644 (file)
@@ -34,7 +34,7 @@ public final class JsMap<S, T> extends JavaScriptObject {
 
   @SuppressWarnings("unchecked")
   public T get(int hashCode) {
-    return (T)c().get(hashCode);
+    return (T) c().get(hashCode);
   }
 
   public T get(S key) {
@@ -45,13 +45,13 @@ public final class JsMap<S, T> extends JavaScriptObject {
     c().put(key.hashCode(), val);
   }
 
-  public T remove(S key){
+  public T remove(S key) {
     T old = get(key);
     c().delete(key.hashCode());
     return old;
   }
 
-  public T remove(int key){
+  public T remove(int key) {
     T old = get(key);
     c().delete(key);
     return old;
index 48279ba5af959e7c101195b09adb9c8696bda9cf..5a1b782024d5419e7c6722a9cca51a7796392cdb 100644 (file)
@@ -33,7 +33,7 @@ public final class JsNamedArray<T> extends JavaScriptObject {
 
   @SuppressWarnings("unchecked")
   public T get(String key) {
-    return (T)c().get(key);
+    return (T) c().get(key);
   }
 
   public void put(String key, T val) {
@@ -52,11 +52,11 @@ public final class JsNamedArray<T> extends JavaScriptObject {
     return c().elements();
   }
 
-  public boolean exists(String key){
+  public boolean exists(String key) {
     return c().exists(key);
   }
 
-  public void delete(String key){
+  public void delete(String key) {
     c().delete(key);
   }
 
index 8b989a50daebc5e7f4b44da6bc91c2d43f4a1e89..da8ccf05cbed10848d21863fbba714572da3c20f 100644 (file)
@@ -26,7 +26,7 @@ import com.google.gwt.dom.client.NodeList;
 public class JsNodeArray extends NodeList<Element> {
 
   public static JsNodeArray create() {
-    return create((Node)null);
+    return create((Node) null);
   }
 
   public static native JsNodeArray create(Node node) /*-{
@@ -34,15 +34,15 @@ public class JsNodeArray extends NodeList<Element> {
   }-*/;
 
   public static JsNodeArray create(NodeList<?> nl) {
-    JsNodeArray ret = create((Node)null);
+    JsNodeArray ret = create((Node) null);
     ret.pushAll(nl);
     return ret;
   }
 
-  protected JsNodeArray(){
+  protected JsNodeArray() {
   }
 
-  public final void addNode(Node n){
+  public final void addNode(Node n) {
     c().add(n);
   }
 
@@ -80,7 +80,7 @@ public class JsNodeArray extends NodeList<Element> {
 
   public final Element[] elements() {
     Element[] ret = new Element[size()];
-    for (int i=0 ; i<size(); i++) {
+    for (int i = 0; i < size(); i++) {
       ret[i] = getElement(i);
     }
     return ret;
index fe64f2ef1b5ba21d34e4c2554fc9ec538ccce761..3a1b5ee8c3237b7e62d7923e49c0f88bffa54252 100644 (file)
@@ -35,12 +35,12 @@ public final class JsObjectArray<T> extends JavaScriptObject {
     return cast();
   }
 
-  public JsObjectArray<T> add(T...vals) {
-    for (T t: vals) {
+  public JsObjectArray<T> add(T... vals) {
+    for (T t : vals) {
       if (t instanceof Number) {
-        c().putNumber(length(), (((Number)t).doubleValue()));
+        c().putNumber(length(), (((Number) t).doubleValue()));
       } else if (t instanceof Boolean) {
-        c().putBoolean(length(), ((Boolean)t).booleanValue());
+        c().putBoolean(length(), ((Boolean) t).booleanValue());
       } else {
         c().put(length(), t);
       }
@@ -55,7 +55,7 @@ public final class JsObjectArray<T> extends JavaScriptObject {
 
   @SuppressWarnings("unchecked")
   public T get(int index) {
-    return (T)c().get(index);
+    return (T) c().get(index);
   }
 
   public int length() {
index 49d32e427a54fc13bf21b027ed27992b55fc7234..bdf767a9bf020144be37311ff64180e4c1bf24ab 100644 (file)
@@ -78,7 +78,7 @@ public class JsRegexp {
     return regexp.test(rule);
   }-*/;
 
-  public String getPattern(){
+  public String getPattern() {
     return regexp.toString();
   };
 }
index 9266e0fd39a8d5ed7e6ae4cc38f0c6a78a54ec83..ba20b2383d468cc7e707e4c555587fe06335be97 100644 (file)
@@ -39,6 +39,7 @@ public class JsUtils {
    */
   public static class JsFunction extends Function implements Command {
     private JavaScriptObject jso = null;
+
     public JsFunction(JavaScriptObject f) {
       if (JsUtils.isFunction(f)) {
         jso = f;
@@ -146,13 +147,13 @@ public class JsUtils {
       // @see https://github.com/douglascrockford/JSON-js/blob/master/json2.js
       Properties prop = js.cast();
       String ret = "";
-      for (String k : prop.keys()){
+      for (String k : prop.keys()) {
         String ky = k.matches("\\d+") ? k : "\"" + k + "\"";
         JsCache o = prop.getArray(k).cast();
         if (o != null) {
           ret += ky + ":[";
-          for (int i = 0, l = o.length(); i < l ; i++) {
-            Properties p = o.<JsCache>cast().getJavaScriptObject(i);
+          for (int i = 0, l = o.length(); i < l; i++) {
+            Properties p = o.<JsCache> cast().getJavaScriptObject(i);
             if (p != null) {
               ret += p.toJsonString() + ",";
             } else {
@@ -169,9 +170,9 @@ public class JsUtils {
           }
         }
       }
-      return "{" + ret.replaceAll(",\\s*([\\]}]|$)","$1")
-      .replaceAll("([:,\\[])\"(-?[\\d\\.]+|null|false|true)\"", "$1$2")
-      + "}";
+      return "{" + ret.replaceAll(",\\s*([\\]}]|$)", "$1")
+          .replaceAll("([:,\\[])\"(-?[\\d\\.]+|null|false|true)\"", "$1$2")
+          + "}";
     }
 
     @Override
@@ -211,14 +212,14 @@ public class JsUtils {
    * Returns a property present in a javascript object.
    */
   public static <T> T prop(JavaScriptObject o, Object id, Class<? extends T> type) {
-    return o == null ? null : o.<JsCache>cast().get(id, type);
+    return o == null ? null : o.<JsCache> cast().get(id, type);
   }
 
   /**
    * Returns a property present in a javascript object.
    */
   public static <T> T prop(JavaScriptObject o, Object id) {
-    return o == null ? null : o.<JsCache>cast().<T>get(id);
+    return o == null ? null : o.<JsCache> cast().<T> get(id);
   }
 
   /**
@@ -226,7 +227,7 @@ public class JsUtils {
    */
   public static void prop(JavaScriptObject o, Object id, Object val) {
     if (o != null) {
-      o.<JsCache>cast().put(id, val);
+      o.<JsCache> cast().put(id, val);
     }
   }
 
@@ -353,7 +354,7 @@ public class JsUtils {
   public static boolean isDetached(Node n) {
     assert n != null;
 
-    if ("html".equalsIgnoreCase(n.getNodeName())){
+    if ("html".equalsIgnoreCase(n.getNodeName())) {
       return false;
     }
 
@@ -499,10 +500,12 @@ public class JsUtils {
    * @return the javascript object returned by the jsni method or null.
    */
   public static <T> T runJavascriptFunction(JavaScriptObject o, String meth, Object... args) {
-    return runJavascriptFunctionImpl(o, meth, JsObjectArray.create().add(args).<JsArrayMixed>cast());
+    return runJavascriptFunctionImpl(o, meth, JsObjectArray.create().add(args)
+        .<JsArrayMixed> cast());
   }
 
-  private static native <T> T runJavascriptFunctionImpl(JavaScriptObject o, String meth, JsArrayMixed args) /*-{
+  private static native <T> T runJavascriptFunctionImpl(JavaScriptObject o, String meth,
+      JsArrayMixed args) /*-{
     return (f = o && o[meth])
         && @com.google.gwt.query.client.js.JsUtils::isFunction(*)(f)
         && @com.google.gwt.query.client.js.JsCache::gwtBox(*)([f.apply(o, args)]);
@@ -549,13 +552,13 @@ public class JsUtils {
       ret += ret.isEmpty() ? "" : "&";
       JsCache o = prop.getArray(k).cast();
       if (o != null) {
-        for (int i = 0, l = o.length(); i < l ; i++) {
+        for (int i = 0, l = o.length(); i < l; i++) {
           ret += i > 0 ? "&" : "";
-          Properties p = o.<JsCache>cast().getJavaScriptObject(i);
+          Properties p = o.<JsCache> cast().getJavaScriptObject(i);
           if (p != null) {
             ret += k + "[]=" + p.toJsonString();
           } else {
-            ret += k + "[]=" + o.getString(i) ;
+            ret += k + "[]=" + o.getString(i);
           }
         }
       } else {
index 072b2a5b7ed598e8da342d99e9242c0ba0e9d58a..acb7fc17345ac375a153d18d07f0c7472b01b24d 100755 (executable)
@@ -35,7 +35,7 @@ public class Effects extends QueuePlugin<Effects> {
   /**
    * Class to access protected methods in Animation.
    */
-  public abstract static class GQAnimation  extends Animation {
+  public abstract static class GQAnimation extends Animation {
 
     private static final String ACTUAL_ANIMATION = "EffectsRunnning";
 
@@ -47,20 +47,24 @@ public class Effects extends QueuePlugin<Effects> {
       e = element;
       return this;
     }
+
     protected GQAnimation setProperties(Properties properties) {
       prps = properties == null ? Properties.create() : properties;
       return this;
     }
+
     protected void onStart() {
       // Mark this animation as actual, so as we can stop it in the GQuery.stop() method
       $(e).data(ACTUAL_ANIMATION, this);
       super.onStart();
     }
+
     protected void onComplete() {
       // avoid memory leak (issue #132)
       $(e).removeData(ACTUAL_ANIMATION);
       super.onComplete();
     }
+
     public void cancel() {
       // avoid memory leak (issue #132)
       $(e).removeData(ACTUAL_ANIMATION);
@@ -100,6 +104,7 @@ public class Effects extends QueuePlugin<Effects> {
             anim.cancel();
           }
         }
+
         public void f(Element e) {
           anim.run(duration);
         }
@@ -175,7 +180,7 @@ public class Effects extends QueuePlugin<Effects> {
 
     duration = Math.abs(duration);
 
-    for (Element e: elements()) {
+    for (Element e : elements()) {
       if (Fx.css3) {
         new TransitionsClipAnimation(easing, e, p, funcs).run(duration);
       } else {
index 44b78a21365f2d811871052e3dd9d0284b99be7f..84ce65dd04d14a8e904be9c0cc2886c5c997f72d 100644 (file)
@@ -40,7 +40,8 @@ public class Events extends GQuery {
    * Don't apply events on text and comment nodes !!
    */
   private static boolean isEventCapable(Node n) {
-    return JsUtils.isWindow(n) || JsUtils.isElement(n) && n.getNodeType() != 3 && n.getNodeType() != 8;
+    return JsUtils.isWindow(n) || JsUtils.isElement(n) && n.getNodeType() != 3
+        && n.getNodeType() != 8;
   }
 
   public Events(GQuery gq) {
@@ -114,7 +115,7 @@ public class Events extends GQuery {
   }
 
   public GQuery die(int eventbits) {
-   return die(eventbits, null);
+    return die(eventbits, null);
   }
 
   /**
@@ -295,12 +296,12 @@ public class Events extends GQuery {
       GqEvent.setOriginalEventType(e, originalEventName);
     }
 
-    if ("submit".equals(htmlEvent)){
+    if ("submit".equals(htmlEvent)) {
       Function submitFunction = new Function() {
         public void f(Element e) {
           // first submit the form then call the others functions
           if (FormElement.is(e)) {
-            e.<FormElement>cast().submit();
+            e.<FormElement> cast().submit();
           }
           callHandlers(e, getEvent(), functions);
         }
@@ -395,7 +396,7 @@ public class Events extends GQuery {
 
         // Ie6-8 don't dispatch bitless event
         if ((browser.ie6 || browser.ie8) && Event.getTypeInt(evt.getType()) == -1) {
-          bubbleEventForIE(e, evt.<Event>cast());
+          bubbleEventForIE(e, evt.<Event> cast());
         } else {
           e.dispatchEvent(evt);
         }
@@ -425,10 +426,10 @@ public class Events extends GQuery {
    */
   private boolean isEventPropagationStopped(Event event) {
     // trick to avoid jnsi
-    return event.<Element>cast().getPropertyBoolean("cancelBubble");
+    return event.<Element> cast().getPropertyBoolean("cancelBubble");
   }
 
-  private void callHandlers(Element e, NativeEvent evt, Function... functions){
+  private void callHandlers(Element e, NativeEvent evt, Function... functions) {
     for (Function f : functions) {
       f.setEvent(Event.as(evt));
       f.f(e);
index bdb508ccb6436baca5ca7526834e0bf5b377c973..eb63a22a4163a901b9239d91961ff4e65ae73dd3 100644 (file)
@@ -14,6 +14,7 @@
  * the License.
  */
 package com.google.gwt.query.client.plugins;
+
 import com.google.gwt.query.client.Function;
 import com.google.gwt.query.client.LazyBase;
 import com.google.gwt.query.client.plugins.effects.PropertiesAnimation.Easing;
@@ -22,7 +23,7 @@ import com.google.gwt.query.client.plugins.effects.PropertiesAnimation.Easing;
  * LazyEffects.
  * @param <T>
  */
-public interface LazyEffects<T> extends LazyBase<T>{
+public interface LazyEffects<T> extends LazyBase<T> {
 
   /**
    * The animate() method allows you to create animation effects on any numeric
index 4c3e8d835e55c18b3eb9e4fd9c21d62766aab39b..5540417053037928ed7c7e05032c36c14e008a0c 100644 (file)
@@ -12,6 +12,7 @@
  * the License.
  */
 package com.google.gwt.query.client.plugins;
+
 import com.google.gwt.dom.client.NativeEvent;
 import com.google.gwt.query.client.Function;
 import com.google.gwt.query.client.GQuery;
@@ -21,7 +22,7 @@ import com.google.gwt.query.client.LazyBase;
  * LazyEvents.
  * @param <T>
  */
-public interface LazyEvents<T> extends LazyBase<T>{
+public interface LazyEvents<T> extends LazyBase<T> {
 
   /**
    * Binds a set of handlers to a particular Event for each matched element.
index cd2c20f3e4d66463d7289cdaf180dd91a339ef71..f08a0538920b4c8bca991a74dbcc25520c2e2f4a 100644 (file)
@@ -14,6 +14,7 @@
  * the License.
  */
 package com.google.gwt.query.client.plugins;
+
 import com.google.gwt.query.client.LazyBase;
 import com.google.gwt.query.client.plugins.widgets.WidgetFactory;
 import com.google.gwt.query.client.plugins.widgets.WidgetInitializer;
@@ -28,14 +29,15 @@ import com.google.gwt.user.client.ui.Widget;
  * LazyWidgets.
  * @param <T>
  */
-public interface LazyWidgets<T> extends LazyBase<T>{
+public interface LazyWidgets<T> extends LazyBase<T> {
 
   /**
    * Try to create a widget using the given factory and the given options for
    * each element of the query. Returns a new gquery set of elements with the
    * new widgets created.
    */
-  <W extends Widget> LazyWidgets<T> widgets(WidgetFactory<W> factory, WidgetInitializer<W> initializers);
+  <W extends Widget> LazyWidgets<T> widgets(WidgetFactory<W> factory,
+      WidgetInitializer<W> initializers);
 
   /**
    * Create a {@link Button} widget for each selected element.
index 885911ff6ffb571b27ab65e4d9a8db0b8d3353f1..772f8e9ffcf42e821815b2b9a0e8e49f91f937d8 100755 (executable)
@@ -89,6 +89,6 @@ public class MouseOptions {
   protected void initDefault() {
     delay = 0;
     distance = 1; // by default, the mouse have to move one pixel !
-    cancel = new String[] { "input", "option" };
+    cancel = new String[] {"input", "option"};
   }
 }
index 09c06028302b85dd56a742ff83c168f10cd72dca..2202bc7126741b7f578dfbce368b061d569365e2 100755 (executable)
@@ -144,7 +144,7 @@ public abstract class MousePlugin extends UiPlugin {
 
     bindOtherEvents(element);
 
-    if (!touchSupported){ // click event are not triggered if we call preventDefault on touchstart event.
+    if (!touchSupported) { // click event are not triggered if we call preventDefault on touchstart event.
       event.getOriginalEvent().preventDefault();
     }
 
@@ -268,16 +268,12 @@ public abstract class MousePlugin extends UiPlugin {
     return mouseDistance >= neededDistance;
   }
 
-  private native boolean isEventAlreadyHandled(GqEvent event)
-  /*-{
-
+  private native boolean isEventAlreadyHandled(GqEvent event) /*-{
     var result = event.mouseHandled ? event.mouseHandled : false;
     return result;
   }-*/;
 
-  private native void markEventAsHandled(GqEvent event)
-  /*-{
-
+  private native void markEventAsHandled(GqEvent event) /*-{
     event.mouseHandled = true;
   }-*/;
 
index 886440d5bddfa23e46a27abe83c605d4b3e75eac..8951ccad87e83c3e6f291ba67651c026c06957fb 100644 (file)
@@ -114,7 +114,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
     for (Element e : elements()) {
       queue(e, name, new DelayFunction(e, name, milliseconds, funcs));
     }
-    return (T)this;
+    return (T) this;
   }
 
   /**
@@ -156,7 +156,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
       int count = 1;
       // Inner functions don't have constructors, we use a block to initialize it
       {
-        for (Element elem: elements()) {
+        for (Element elem : elements()) {
           // Add this resolve function only to those elements with active queue
           if (queue(elem, name, null) != null) {
             emptyHooks(elem, name).add(this);
@@ -192,7 +192,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
    */
   public int queue(String name) {
     Queue<?> q = isEmpty() ? null : queue(get(0), name, null);
-    return q == null? 0 : q.size();
+    return q == null ? 0 : q.size();
   }
 
   /**
@@ -206,7 +206,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
         queue(e, DEFAULT_NAME, f);
       }
     }
-    return (T)this;
+    return (T) this;
   }
 
   /**
@@ -215,12 +215,12 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
    */
   @SuppressWarnings("unchecked")
   public T queue(final String name, Function... funcs) {
-    for (final Function f: funcs) {
-      for (Element e: elements()) {
+    for (final Function f : funcs) {
+      for (Element e : elements()) {
         queue(e, name, f);
       }
     }
-    return (T)this;
+    return (T) this;
   }
 
   /**
@@ -370,9 +370,9 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
 
   private Callbacks emptyHooks(Element elem, String name) {
     String key = name + EMPTY_HOOKS;
-    Callbacks c = (Callbacks)data(elem, key, null);
+    Callbacks c = (Callbacks) data(elem, key, null);
     if (c == null) {
-      c = (Callbacks)data(elem, key, new Callbacks("once memory"));
+      c = (Callbacks) data(elem, key, new Callbacks("once memory"));
     }
     return c;
   }
index 7968218f77b219954a7902ba0b411463710b7d47..92938d1719971aec267a34fbf296ce690e1375e8 100755 (executable)
@@ -146,7 +146,7 @@ public class UiPlugin extends GQuery {
       handlerManager.fireEvent(e);
     }
     if (callback != null) {
-      callback.f(element.<com.google.gwt.dom.client.Element>cast());
+      callback.f(element.<com.google.gwt.dom.client.Element> cast());
     }
   }
 
index b3b28f920c3f56f0f80abd02d618a5efdf8b0258..eb58f93decf98e1617f7c0e20973404e8e58e17c 100644 (file)
@@ -67,32 +67,59 @@ public class Ajax extends GQuery {
    */
   public interface Settings extends JsonBuilder {
     String getContentType();
+
     Element getContext();
+
     IsProperties getData();
+
     String getDataString();
+
     String getDataType();
+
     Function getError();
+
     IsProperties getHeaders();
+
     String getPassword();
+
     Function getSuccess();
+
     int getTimeout();
+
     String getType();
+
     String getUrl();
+
     String getUsername();
+
     boolean getWithCredentials();
+
     Settings setContentType(String t);
+
     Settings setContext(Element e);
+
     Settings setData(Object p);
+
     Settings setDataString(String d);
+
     Settings setDataType(String t);
+
     Settings setError(Function f);
+
     Settings setHeaders(IsProperties p);
+
     Settings setPassword(String p);
+
     Settings setSuccess(Function f);
+
     Settings setTimeout(int t);
+
     Settings setType(String t);
+
     Settings setUrl(String u);
+
     Settings setUsername(String u);
+
     Settings setWithCredentials(boolean b);
   }
 
@@ -149,45 +176,45 @@ public class Ajax extends GQuery {
 
     if ("jsonp".equalsIgnoreCase(dataType)) {
       ret = GQ.getAjaxTransport().getJsonP(settings);
-    } else if ("loadscript".equalsIgnoreCase(dataType)){
+    } else if ("loadscript".equalsIgnoreCase(dataType)) {
       ret = GQ.getAjaxTransport().getLoadScript(settings);
     } else {
       ret = GQ.getAjaxTransport().getXhr(settings)
-        .then(new Function() {
-          public Object f(Object...args) {
-            Response response = arguments(0);
-            Request request = arguments(1);
-            Object retData = response.getText();
-            if (retData != null && !"".equals(retData)) {
-              try {
-                if ("xml".equalsIgnoreCase(dataType)) {
-                  retData = JsUtils.parseXML(response.getText());
-                } else if ("json".equalsIgnoreCase(dataType)) {
-                  retData = GQ.create(response.getText());
-                } else {
-                  retData = response.getText();
-                  if ("script".equalsIgnoreCase(dataType)) {
-                    ScriptInjector.fromString((String)retData).setWindow(window).inject();
+          .then(new Function() {
+            public Object f(Object... args) {
+              Response response = arguments(0);
+              Request request = arguments(1);
+              Object retData = response.getText();
+              if (retData != null && !"".equals(retData)) {
+                try {
+                  if ("xml".equalsIgnoreCase(dataType)) {
+                    retData = JsUtils.parseXML(response.getText());
+                  } else if ("json".equalsIgnoreCase(dataType)) {
+                    retData = GQ.create(response.getText());
+                  } else {
+                    retData = response.getText();
+                    if ("script".equalsIgnoreCase(dataType)) {
+                      ScriptInjector.fromString((String) retData).setWindow(window).inject();
+                    }
+                  }
+                } catch (Exception e) {
+                  if (GWT.isClient() && GWT.getUncaughtExceptionHandler() != null) {
+                    GWT.getUncaughtExceptionHandler().onUncaughtException(e);
+                  } else {
+                    e.printStackTrace();
                   }
-                }
-              } catch (Exception e) {
-                if (GWT.isClient() && GWT.getUncaughtExceptionHandler() != null) {
-                  GWT.getUncaughtExceptionHandler().onUncaughtException(e);
-                } else {
-                  e.printStackTrace();
                 }
               }
+              return new Object[] {retData, "success", request, response};
             }
-            return new Object[]{retData, "success", request, response};
-          }
-        }, new Function() {
-          public Object f(Object...args) {
-            Throwable exception = arguments(0);
-            Request request = getArgument(1, Request.class);
-            String msg = String.valueOf(exception);
-            return new Object[]{null, msg, request, null, exception};
-          }
-        });
+          }, new Function() {
+            public Object f(Object... args) {
+              Throwable exception = arguments(0);
+              Request request = getArgument(1, Request.class);
+              String msg = String.valueOf(exception);
+              return new Object[] {null, msg, request, null, exception};
+            }
+          });
     }
     if (onSuccess != null) {
       ret.done(onSuccess);
@@ -200,7 +227,7 @@ public class Ajax extends GQuery {
 
   private static void resolveSettings(Settings settings) {
     String url = settings.getUrl();
-    assert settings != null && settings.getUrl() != null: "no url found in settings";
+    assert settings != null && settings.getUrl() != null : "no url found in settings";
 
     String type = "POST";
     if (settings.getType() != null) {
@@ -214,10 +241,12 @@ public class Ajax extends GQuery {
     IsProperties data = settings.getData();
     if (data != null) {
       String dataString = null, contentType = null;
-      if (data.getDataImpl() instanceof JavaScriptObject && JsUtils.isFormData(data.<JavaScriptObject>getDataImpl())) {
+      if (data.getDataImpl() instanceof JavaScriptObject
+          && JsUtils.isFormData(data.<JavaScriptObject> getDataImpl())) {
         dataString = null;
         contentType = FormPanel.ENCODING_URLENCODED;
-      } else if (settings.getType().matches("(POST|PUT)") && "json".equalsIgnoreCase(settings.getDataType())) {
+      } else if (settings.getType().matches("(POST|PUT)")
+          && "json".equalsIgnoreCase(settings.getDataType())) {
         dataString = data.toJson();
         contentType = JSON_CONTENT_TYPE_UTF8;
       } else {
@@ -279,7 +308,7 @@ public class Ajax extends GQuery {
   }
 
   public static Promise get(String url, IsProperties data) {
-    return get(url, (IsProperties)data, null);
+    return get(url, (IsProperties) data, null);
   }
 
   public static Promise get(String url, IsProperties data, Function onSuccess) {
@@ -311,7 +340,7 @@ public class Ajax extends GQuery {
   }
 
   public static Promise getJSONP(String url, IsProperties data) {
-    return getJSONP(url, (IsProperties)data, null);
+    return getJSONP(url, (IsProperties) data, null);
   }
 
   public static Promise getJSONP(String url, IsProperties data, Function onSuccess) {
@@ -326,13 +355,12 @@ public class Ajax extends GQuery {
 
   public static Promise getJSONP(String url, Function success, Function error, int timeout) {
     return ajax(createSettings()
-      .setUrl(url)
-      .setDataType("jsonp")
-      .setType("get")
-      .setTimeout(timeout)
-      .setSuccess(success)
-      .setError(error)
-    );
+        .setUrl(url)
+        .setDataType("jsonp")
+        .setType("get")
+        .setTimeout(timeout)
+        .setSuccess(success)
+        .setError(error));
   }
 
   /**
@@ -344,11 +372,10 @@ public class Ajax extends GQuery {
 
   public static Promise getScript(final String url, Function success) {
     return ajax(createSettings()
-      .setUrl(url)
-      .setType("get")
-      .setDataType("script")
-      .setSuccess(success)
-    );
+        .setUrl(url)
+        .setType("get")
+        .setDataType("script")
+        .setSuccess(success));
   }
 
   /**
@@ -360,15 +387,14 @@ public class Ajax extends GQuery {
 
   public static Promise loadScript(final String url, Function success) {
     return ajax(createSettings()
-      .setUrl(url)
-      .setType("get")
-      .setDataType("loadscript")
-      .setSuccess(success)
-    );
+        .setUrl(url)
+        .setType("get")
+        .setDataType("loadscript")
+        .setSuccess(success));
   }
 
   public static Promise post(String url, IsProperties data) {
-    return post(url, (IsProperties)data, null);
+    return post(url, (IsProperties) data, null);
   }
 
   public static Promise post(String url, IsProperties data, final Function onSuccess) {
@@ -404,10 +430,10 @@ public class Ajax extends GQuery {
           // not support java embedded flag expressions (?s) and javascript does
           // not have multidot flag.
           String s = arguments(0).toString().replaceAll("<![^>]+>\\s*", "")
-            .replaceAll("</?html[\\s\\S]*?>\\s*", "")
-            .replaceAll("<head[\\s\\S]*?</head>\\s*", "")
-            .replaceAll("<script[\\s\\S]*?</script>\\s*", "")
-            .replaceAll("</?body[\\s\\S]*?>\\s*", "");
+              .replaceAll("</?html[\\s\\S]*?>\\s*", "")
+              .replaceAll("<head[\\s\\S]*?</head>\\s*", "")
+              .replaceAll("<script[\\s\\S]*?</script>\\s*", "")
+              .replaceAll("</?body[\\s\\S]*?>\\s*", "");
           // We wrap the results in a div
           s = "<div>" + s + "</div>";
 
index 07c204eab186ce196b3066e6cb1e88058a8cf8f4..15406a6853a9f0074a3bebfc2df2fc78b63ec4c2 100644 (file)
@@ -41,20 +41,22 @@ public class AjaxTransportJs implements AjaxTransport {
   public Promise getLoadScript(final Settings settings) {
     return new PromiseFunction() {
       private ScriptElement scriptElement;
+
       public void f(final Deferred dfd) {
         scriptElement = ScriptInjector.fromUrl(settings.getUrl()).setWindow(GQuery.window)
-        .setCallback(new Callback<Void, Exception>() {
-          public void onSuccess(Void result) {
-            GQuery.$(GQuery.window).delay(0, new Function(){
-              public void f() {
-                dfd.resolve(scriptElement);
+            .setCallback(new Callback<Void, Exception>() {
+              public void onSuccess(Void result) {
+                GQuery.$(GQuery.window).delay(0, new Function() {
+                  public void f() {
+                    dfd.resolve(scriptElement);
+                  }
+                });
+              }
+
+              public void onFailure(Exception reason) {
+                dfd.reject(reason);
               }
-            });
-          }
-          public void onFailure(Exception reason) {
-            dfd.reject(reason);
-          }
-        }).inject().cast();
+            }).inject().cast();
       }
     };
   }
index de4a7094a4cfe7a86e02f795896239395b5070fe..508c82e5e3ccb1e76457ccebcd228adf5ea15c77 100644 (file)
@@ -32,7 +32,7 @@ public class Callbacks {
     /**
      * Return false to avoid executing the rest of functions.
      */
-    boolean f(Object ...objects);
+    boolean f(Object... objects);
   }
 
   private List<Object> stack = new ArrayList<Object>();
@@ -66,7 +66,7 @@ public class Callbacks {
    * 
    */
   public Callbacks add(Callback... c) {
-    addAll((Object[])c);
+    addAll((Object[]) c);
     return this;
   }
 
@@ -74,7 +74,7 @@ public class Callbacks {
    * Add a Callback or a collection of callbacks to a callback list.
    */
   public Callbacks add(com.google.gwt.core.client.Callback<?, ?>... c) {
-    addAll((Object[])c);
+    addAll((Object[]) c);
     return this;
   }
 
@@ -82,7 +82,7 @@ public class Callbacks {
    * Add a Function or a collection of Function to a callback list.
    */
   public Callbacks add(Function... f) {
-    addAll((Object[])f);
+    addAll((Object[]) f);
     return this;
   }
 
@@ -115,11 +115,12 @@ public class Callbacks {
       if (isMemory) {
         memory = new ArrayList<Object>(Arrays.asList(o));
       }
-      if (stack != null) for (Object c : stack) {
-        if (!run(c, o) && stopOnFalse) {
-          break;
+      if (stack != null)
+        for (Object c : stack) {
+          if (!run(c, o) && stopOnFalse) {
+            break;
+          }
         }
-      }
     }
     return this;
   }
@@ -132,7 +133,7 @@ public class Callbacks {
     return this;
   }
 
-  private void addAll(Object...o) {
+  private void addAll(Object... o) {
     for (Object c : o) {
       if (!done && stack != null && c != null && (!isUnique || !stack.contains(c))) {
         stack.add(c);
@@ -145,19 +146,19 @@ public class Callbacks {
   }
 
   @SuppressWarnings({"unchecked", "rawtypes"})
-  private boolean run(Object c, Object...o) {
+  private boolean run(Object c, Object... o) {
     // Unbox array inside array when there is only an element.
     // It happens when running filters in Promise.then()
     if (o != null && o.length == 1 && o[0] != null && o[0].getClass().isArray()) {
-      o = (Object[])o[0];
+      o = (Object[]) o[0];
     }
     if (c instanceof Callback) {
-      return ((Callback)c).f(o);
+      return ((Callback) c).f(o);
     } else if (c instanceof Function) {
-      Object r = ((Function)c).f(o);
-      return (r instanceof Boolean) ? (Boolean)r : true;
+      Object r = ((Function) c).f(o);
+      return (r instanceof Boolean) ? (Boolean) r : true;
     } else if (c instanceof com.google.gwt.core.client.Callback) {
-      ((com.google.gwt.core.client.Callback)c).onSuccess(o);
+      ((com.google.gwt.core.client.Callback) c).onSuccess(o);
     }
     return true;
   }
@@ -166,4 +167,3 @@ public class Callbacks {
     return "stack=" + (stack == null ? "null" : stack.size()) + " " + done;
   }
 }
-
index 5cc99f038a916f579947f03e0f0993d3ec73ce40..9cb7b62481ce516faa09a0fc14a0e282b14db0e7 100644 (file)
@@ -48,7 +48,8 @@ public class Deferred implements Promise.Deferred {
       // Whether break the flow if old deferred fails
       boolean cont = false;
 
-      public ThenFunction(Deferred newDfd, Function[] subordinates, int funcType, boolean continueFlow) {
+      public ThenFunction(Deferred newDfd, Function[] subordinates, int funcType,
+          boolean continueFlow) {
         type = funcType;
         filter = subordinates.length > type ? subordinates[type] : null;
         dfd = newDfd;
@@ -65,18 +66,23 @@ public class Deferred implements Promise.Deferred {
             // If filter function returns a promise we pipeline it.
             final Promise p = (Promise) newArgs;
             if (type == PROGRESS) {
-              p.progress(new Function(){public void f() {
-                settle(PROGRESS, getArguments());
-              }});
+              p.progress(new Function() {
+                public void f() {
+                  settle(PROGRESS, getArguments());
+                }
+              });
             } else {
-              p.always(new Function(){public void f() {
-                settle((type == DONE || type == FAIL && cont) && p.isResolved() ? DONE : FAIL, getArguments());
-              }});
+              p.always(new Function() {
+                public void f() {
+                  settle((type == DONE || type == FAIL && cont) && p.isResolved() ? DONE : FAIL,
+                      getArguments());
+                }
+              });
             }
           } else {
             // Otherwise we change the arguments by the new ones
             newArgs = Boolean.TRUE.equals(newArgs) ? oldArgs :
-                      newArgs != null && newArgs.getClass().isArray() ? (Object[])newArgs : newArgs;
+                newArgs != null && newArgs.getClass().isArray() ? (Object[]) newArgs : newArgs;
             settle(type, newArgs);
           }
         } else {
@@ -86,9 +92,12 @@ public class Deferred implements Promise.Deferred {
       }
 
       private void settle(int action, Object... args) {
-        if (action == DONE) dfd.resolve(args);
-        if (action == FAIL) dfd.reject(args);
-        if (action == PROGRESS) dfd.notify(args);
+        if (action == DONE)
+          dfd.resolve(args);
+        if (action == FAIL)
+          dfd.reject(args);
+        if (action == PROGRESS)
+          dfd.notify(args);
       }
     }
 
@@ -278,11 +287,11 @@ public class Deferred implements Promise.Deferred {
 
   private static Promise makePromise(final Object o) {
     if (o instanceof Promise) {
-      return (Promise)o;
+      return (Promise) o;
     } else if (o instanceof Function) {
-      return makePromise(((Function)o).f(new Object[0]));
+      return makePromise(((Function) o).f(new Object[0]));
     } else if (o instanceof GQuery) {
-      return ((GQuery)o).promise();
+      return ((GQuery) o).promise();
     } else {
       return new PromiseFunction() {
         public void f(Deferred dfd) {
@@ -336,7 +345,8 @@ public class Deferred implements Promise.Deferred {
    * Call the progressCallbacks on a Deferred object with the given args.
    */
   public Deferred notify(Object... o) {
-    if (state == PENDING) notify.fire(o);
+    if (state == PENDING)
+      notify.fire(o);
     return this;
   }
 
@@ -354,7 +364,8 @@ public class Deferred implements Promise.Deferred {
    * Reject a Deferred object and call any failCallbacks with the given args.
    */
   public Deferred reject(Object... o) {
-    if (state == PENDING) reject.fire(o);
+    if (state == PENDING)
+      reject.fire(o);
     return this;
   }
 
@@ -362,12 +373,14 @@ public class Deferred implements Promise.Deferred {
    * Resolve a Deferred object and call any doneCallbacks with the given args.
    */
   public Deferred resolve(Object... o) {
-    if (state == PENDING) resolve.fire(o);
+    if (state == PENDING)
+      resolve.fire(o);
     return this;
   }
 
   @Override
   public String toString() {
-    return "Deferred this=" + hashCode() + " promise=" + promise().hashCode() + " state=" + promise.state() + " restatus=" + resolve.status();
+    return "Deferred this=" + hashCode() + " promise=" + promise().hashCode() + " state="
+        + promise.state() + " restatus=" + resolve.status();
   }
 }
index 25f35fb775f711d6b700915a606a5c80feb17e9f..25295e46e4bd7b3c8c46f14b7cda60ae807bd6ae 100644 (file)
@@ -48,7 +48,9 @@ public abstract class FunctionDeferred extends Function {
   /**
    * Cache types.
    */
-  public static enum CacheType {NONE, ALL, RESOLVED, REJECTED};
+  public static enum CacheType {
+    NONE, ALL, RESOLVED, REJECTED
+  };
 
   protected Deferred dfd;
   public Function resolve, reject;
@@ -67,10 +69,10 @@ public abstract class FunctionDeferred extends Function {
    * is resolved.
    */
   public final Object f(Object... args) {
-    return  dfd != null &&
+    return dfd != null &&
         (cache == CacheType.ALL ||
-         cache == CacheType.RESOLVED && dfd.promise().isResolved() ||
-         cache == CacheType.REJECTED && dfd.promise().isRejected())
+            cache == CacheType.RESOLVED && dfd.promise().isResolved() ||
+        cache == CacheType.REJECTED && dfd.promise().isRejected())
         ? dfd.promise()
         : new PromiseFunction() {
           public void f(Deferred dfd) {
@@ -79,7 +81,7 @@ public abstract class FunctionDeferred extends Function {
             FunctionDeferred.this.dfd = dfd;
             FunctionDeferred.this.f(dfd);
           }
-       };
+        };
   }
 
   /**
index 3ef4de18119926080e6fc9e576c1e612283c063d..af9b9641de4384819fbed289b07619028c0341bc 100644 (file)
@@ -83,7 +83,9 @@ public class PromiseReqBuilder extends DeferredPromiseImpl implements RequestCal
     String url = settings.getUrl();
     IsProperties data = settings.getData();
     String ctype = settings.getContentType();
-    Boolean isFormData = data != null && data.getDataImpl() instanceof JavaScriptObject && JsUtils.isFormData(data.<JavaScriptObject>getDataImpl());
+    Boolean isFormData =
+        data != null && data.getDataImpl() instanceof JavaScriptObject
+            && JsUtils.isFormData(data.<JavaScriptObject> getDataImpl());
 
     XMLHttpRequest xmlHttpRequest = XMLHttpRequest.create();
     try {
@@ -149,7 +151,8 @@ public class PromiseReqBuilder extends DeferredPromiseImpl implements RequestCal
     });
 
     try {
-      JsUtils.runJavascriptFunction(xmlHttpRequest, "send", isFormData ? data.getDataImpl() : settings.getDataString());
+      JsUtils.runJavascriptFunction(xmlHttpRequest, "send", isFormData ? data.getDataImpl()
+          : settings.getDataString());
     } catch (JavaScriptException e) {
       onError(null, e);
     }
@@ -163,7 +166,8 @@ public class PromiseReqBuilder extends DeferredPromiseImpl implements RequestCal
     int status = response.getStatusCode();
     if (status <= 0 || status >= 400) {
       String statusText = status <= 0 ? "Bad CORS" : response.getStatusText();
-      onError(request, new RequestException("HTTP ERROR: " + status + " " + statusText + "\n" + response.getText()));
+      onError(request, new RequestException("HTTP ERROR: " + status + " " + statusText + "\n"
+          + response.getText()));
     } else {
       dfd.resolve(response, request);
     }
index 064e61c03edb2e4b86d0f7467a62a64765df1ede..0935fb2f095a46ad3b777ec4785e5a6e7defc29d 100644 (file)
@@ -55,7 +55,7 @@ public class PromiseReqBuilderJSONP extends DeferredPromiseImpl {
     // jQuery allows a parameter callback=? to figure out the callback parameter
     if (callbackParam == null) {
       MatchResult tmp = callbackRegex.exec(url);
-      if  (tmp != null && tmp.getGroupCount() == 4) {
+      if (tmp != null && tmp.getGroupCount() == 4) {
         callbackParam = tmp.getGroup(2);
         url = tmp.getGroup(1) + tmp.getGroup(3);
       }
index cdc6da44a28f0d9ff3c75b866a24aca4a902da37..d167979ef960c02dd420040a3a49b0a3b80576f9 100644 (file)
@@ -26,42 +26,48 @@ package com.google.gwt.query.client.plugins.effects;
  */
 public class Bezier {
 
-  private double x1, y1 , x2, y2;
+  private double x1, y1, x2, y2;
 
   public Bezier(double x1, double y1, double x2, double y2) {
-    this.x1 = x1; this.y1 = y1; this.x2 = x2; this.y2 = y2;
+    this.x1 = x1;
+    this.y1 = y1;
+    this.x2 = x2;
+    this.y2 = y2;
   }
 
   private double a(double a1, double a2) {
     return 1.0 - 3.0 * a2 + 3.0 * a1;
   }
+
   private double b(double a1, double a2) {
     return 3.0 * a2 - 6.0 * a1;
   }
-  private double c(double a1){
+
+  private double c(double a1) {
     return 3.0 * a1;
   }
 
   private double calcBezier(double t, double a1, double a2) {
-    return ((a(a1, a2)*t + b(a1, a2))*t + c(a1))*t;
+    return ((a(a1, a2) * t + b(a1, a2)) * t + c(a1)) * t;
   }
 
   private double calcSlope(double t, double a1, double a2) {
-    return 3.0 * a(a1, a2)*t*t + 2.0 * b(a1, a2) * t + c(a1);
+    return 3.0 * a(a1, a2) * t * t + 2.0 * b(a1, a2) * t + c(a1);
   }
 
   private double getTForX(double x) {
     double t = x;
     for (double i = 0; i < 4; ++i) {
       double currentSlope = calcSlope(t, x1, x2);
-      if (currentSlope == 0.0) return t;
+      if (currentSlope == 0.0)
+        return t;
       double currentX = calcBezier(t, x1, x2) - x;
       t -= currentX / currentSlope;
     }
     return t;
   }
 
-  public double f (double x) {
+  public double f(double x) {
     return calcBezier(getTForX(x), y1, y2);
   }
 
index deead04dc2bb4f65cd7b527fef7815c0dbf4462e..627c0b4732ab5b6aa0b40a081a493597483b2218 100755 (executable)
@@ -48,8 +48,8 @@ public class ClipAnimation extends PropertiesAnimation {
     BIDIRECTIONAL, HORIZONTAL, VERTICAL
   }
 
-  private static final String[] attrsToSave = new String[]{
-    "position", "overflow", "visibility", "white-space", "top", "left", "width", "height"};
+  private static final String[] attrsToSave = new String[] {
+      "position", "overflow", "visibility", "white-space", "top", "left", "width", "height"};
 
   private Action action;
   private Corner corner;
@@ -120,7 +120,7 @@ public class ClipAnimation extends PropertiesAnimation {
     if (action == null) {
       return;
     }
-    currentAction = action != Action.TOGGLE ? action :  hidden ? Action.SHOW : Action.HIDE;
+    currentAction = action != Action.TOGGLE ? action : hidden ? Action.SHOW : Action.HIDE;
 
     g.saveCssAttrs(attrsToSave);
 
index 04d5a695b0e2ca231db731bdf97cfc494310f2f3..b81a9de9c63d1585575472a20ac4463721845ea4 100644 (file)
@@ -100,60 +100,62 @@ public class Fx {
     }
 
     // hexadecimal regex
-    public static RegExp REGEX_HEX_COLOR_PATTERN = RegExp.compile("#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})");
+    public static RegExp REGEX_HEX_COLOR_PATTERN = RegExp
+        .compile("#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})");
 
     private static JsNamedArray<int[]> htmlColorToRgb;
 
     // rgb and rgba regex
     public static RegExp REGEX_RGB_COLOR_PATTERN =
-        RegExp.compile("rgba?\\(\\s*([0-9]{1,3}%?)\\s*,\\s*([0-9]{1,3}%?)\\s*,\\s*([0-9]{1,3}%?).*\\)$");
+        RegExp
+            .compile("rgba?\\(\\s*([0-9]{1,3}%?)\\s*,\\s*([0-9]{1,3}%?)\\s*,\\s*([0-9]{1,3}%?).*\\)$");
 
     static {
       htmlColorToRgb = JsNamedArray.create();
-      htmlColorToRgb.put("white", new int[]{255, 255, 255});
-      htmlColorToRgb.put("aqua", new int[]{0, 255, 255});
-      htmlColorToRgb.put("azure", new int[]{240, 255, 255});
-      htmlColorToRgb.put("beige", new int[]{245, 245, 220});
-      htmlColorToRgb.put("black", new int[]{0, 0, 0});
-      htmlColorToRgb.put("blue", new int[]{0, 0, 255});
-      htmlColorToRgb.put("brown", new int[]{165, 42, 42});
-      htmlColorToRgb.put("cyan", new int[]{0, 255, 255});
-      htmlColorToRgb.put("darkblue", new int[]{0, 0, 139});
-      htmlColorToRgb.put("darkcyan", new int[]{0, 139, 139});
-      htmlColorToRgb.put("darkgrey", new int[]{169, 169, 169});
-      htmlColorToRgb.put("darkgreen", new int[]{0, 100, 0});
-      htmlColorToRgb.put("darkkhaki", new int[]{189, 183, 107});
-      htmlColorToRgb.put("darkmagenta", new int[]{139, 0, 139});
-      htmlColorToRgb.put("darkolivegreen", new int[]{85, 107, 47});
-      htmlColorToRgb.put("darkorange", new int[]{255, 140, 0});
-      htmlColorToRgb.put("darkorchid", new int[]{153, 50, 204});
-      htmlColorToRgb.put("darkred", new int[]{139, 0, 0});
-      htmlColorToRgb.put("darksalmon", new int[]{233, 150, 122});
-      htmlColorToRgb.put("darkviolet", new int[]{148, 0, 211});
-      htmlColorToRgb.put("fuchsia", new int[]{255, 0, 255});
-      htmlColorToRgb.put("gold", new int[]{255, 215, 0});
-      htmlColorToRgb.put("green", new int[]{0, 128, 0});
-      htmlColorToRgb.put("indigo", new int[]{75, 0, 130});
-      htmlColorToRgb.put("khaki", new int[]{240, 230, 140});
-      htmlColorToRgb.put("lightblue", new int[]{173, 216, 230});
-      htmlColorToRgb.put("lightcyan", new int[]{224, 255, 255});
-      htmlColorToRgb.put("lightgreen", new int[]{144, 238, 144});
-      htmlColorToRgb.put("lightgrey", new int[]{211, 211, 211});
-      htmlColorToRgb.put("lightpink", new int[]{255, 182, 193});
-      htmlColorToRgb.put("lightyellow", new int[]{255, 255, 224});
-      htmlColorToRgb.put("lime", new int[]{0, 255, 0});
-      htmlColorToRgb.put("magenta", new int[]{255, 0, 255});
-      htmlColorToRgb.put("maroon", new int[]{128, 0, 0});
-      htmlColorToRgb.put("navy", new int[]{0, 0, 128});
-      htmlColorToRgb.put("olive", new int[]{128, 128, 0});
-      htmlColorToRgb.put("orange", new int[]{255, 165, 0});
-      htmlColorToRgb.put("pink", new int[]{255, 192, 203});
-      htmlColorToRgb.put("purple", new int[]{128, 0, 128});
-      htmlColorToRgb.put("violet", new int[]{128, 0, 128});
-      htmlColorToRgb.put("red", new int[]{255, 0, 0});
-      htmlColorToRgb.put("silver", new int[]{192, 192, 192});
-      htmlColorToRgb.put("white", new int[]{255, 255, 255});
-      htmlColorToRgb.put("yellow", new int[]{255, 255, 0});
+      htmlColorToRgb.put("white", new int[] {255, 255, 255});
+      htmlColorToRgb.put("aqua", new int[] {0, 255, 255});
+      htmlColorToRgb.put("azure", new int[] {240, 255, 255});
+      htmlColorToRgb.put("beige", new int[] {245, 245, 220});
+      htmlColorToRgb.put("black", new int[] {0, 0, 0});
+      htmlColorToRgb.put("blue", new int[] {0, 0, 255});
+      htmlColorToRgb.put("brown", new int[] {165, 42, 42});
+      htmlColorToRgb.put("cyan", new int[] {0, 255, 255});
+      htmlColorToRgb.put("darkblue", new int[] {0, 0, 139});
+      htmlColorToRgb.put("darkcyan", new int[] {0, 139, 139});
+      htmlColorToRgb.put("darkgrey", new int[] {169, 169, 169});
+      htmlColorToRgb.put("darkgreen", new int[] {0, 100, 0});
+      htmlColorToRgb.put("darkkhaki", new int[] {189, 183, 107});
+      htmlColorToRgb.put("darkmagenta", new int[] {139, 0, 139});
+      htmlColorToRgb.put("darkolivegreen", new int[] {85, 107, 47});
+      htmlColorToRgb.put("darkorange", new int[] {255, 140, 0});
+      htmlColorToRgb.put("darkorchid", new int[] {153, 50, 204});
+      htmlColorToRgb.put("darkred", new int[] {139, 0, 0});
+      htmlColorToRgb.put("darksalmon", new int[] {233, 150, 122});
+      htmlColorToRgb.put("darkviolet", new int[] {148, 0, 211});
+      htmlColorToRgb.put("fuchsia", new int[] {255, 0, 255});
+      htmlColorToRgb.put("gold", new int[] {255, 215, 0});
+      htmlColorToRgb.put("green", new int[] {0, 128, 0});
+      htmlColorToRgb.put("indigo", new int[] {75, 0, 130});
+      htmlColorToRgb.put("khaki", new int[] {240, 230, 140});
+      htmlColorToRgb.put("lightblue", new int[] {173, 216, 230});
+      htmlColorToRgb.put("lightcyan", new int[] {224, 255, 255});
+      htmlColorToRgb.put("lightgreen", new int[] {144, 238, 144});
+      htmlColorToRgb.put("lightgrey", new int[] {211, 211, 211});
+      htmlColorToRgb.put("lightpink", new int[] {255, 182, 193});
+      htmlColorToRgb.put("lightyellow", new int[] {255, 255, 224});
+      htmlColorToRgb.put("lime", new int[] {0, 255, 0});
+      htmlColorToRgb.put("magenta", new int[] {255, 0, 255});
+      htmlColorToRgb.put("maroon", new int[] {128, 0, 0});
+      htmlColorToRgb.put("navy", new int[] {0, 0, 128});
+      htmlColorToRgb.put("olive", new int[] {128, 128, 0});
+      htmlColorToRgb.put("orange", new int[] {255, 165, 0});
+      htmlColorToRgb.put("pink", new int[] {255, 192, 203});
+      htmlColorToRgb.put("purple", new int[] {128, 0, 128});
+      htmlColorToRgb.put("violet", new int[] {128, 0, 128});
+      htmlColorToRgb.put("red", new int[] {255, 0, 0});
+      htmlColorToRgb.put("silver", new int[] {192, 192, 192});
+      htmlColorToRgb.put("white", new int[] {255, 255, 255});
+      htmlColorToRgb.put("yellow", new int[] {255, 255, 0});
     }
 
     protected int[] endColor;
@@ -271,9 +273,9 @@ public class Fx {
     double ret = (start + ((end - start) * progress));
     String val = ("px".equals(unit) ? ((int) ret) : ret) + unit;
     if ("scrollTop".equals(cssprop)) {
-      g.scrollTop((int)ret);
+      g.scrollTop((int) ret);
     } else if ("scrollLeft".equals(cssprop)) {
-      g.scrollLeft((int)ret);
+      g.scrollLeft((int) ret);
     } else if (attribute != null) {
       g.attr(attribute, val);
     } else {
index 56d64d240579dca3ba34e368514be7936e6d71a3..e5a4c8f6abfc4ed963646df90ae53edbd77a4cda 100644 (file)
@@ -39,6 +39,7 @@ public class PropertiesAnimation extends GQAnimation {
    */
   public interface Easing {
     double interpolate(double progress);
+
     /**
      * @deprecated use EasingCurve.linear instead
      */
@@ -73,71 +74,89 @@ public class PropertiesAnimation extends GQAnimation {
    *
    */
   public static enum EasingCurve implements Easing {
-      linear (0, 0, 1, 1) {
-        public double interpolate(double p){return p;}
-        public String toString() {return "linear";}
-      },
-      ease (0.25, 0.1, 0.25, 1) {
-        public String toString() {return "ease";}
-      },
-      easeIn (0.42, 0, 1, 1) {
-        public String toString() {return "ease-in";}
-      },
-      easeOut (0, 0, 0.58, 1) {
-        public String toString() {return "ease-out";}
-      },
-      easeInOut (0.42, 0, 0.58, 1) {
-        public String toString() {return "ease-in-out";}
-      },
-      snap (0,1,.5,1),
-      swing (.02,.01,.47,1),
-      easeInCubic (.550,.055,.675,.190),
-      easeOutCubic (.215,.61,.355,1),
-      easeInOutCubic (.645,.045,.355,1),
-      easeInCirc (.6,.04,.98,.335),
-      easeOutCirc (.075,.82,.165,1),
-      easeInOutCirc (.785,.135,.15,.86),
-      easeInExpo (.95,.05,.795,.035),
-      easeOutExpo (.19,1,.22,1),
-      easeInOutExpo (1,0,0,1),
-      easeInQuad (.55,.085,.68,.53),
-      easeOutQuad (.25,.46,.45,.94),
-      easeInOutQuad (.455,.03,.515,.955),
-      easeInQuart (.895,.03,.685,.22),
-      easeOutQuart (.165,.84,.44,1),
-      easeInOutQuart (.77,0,.175,1),
-      easeInQuint (.755,.05,.855,.06),
-      easeOutQuint (.23,1,.32,1),
-      easeInOutQuint (.86,0,.07,1),
-      easeInSine (.47,0,.745,.715),
-      easeOutSine (.39,.575,.565,1),
-      easeInOutSine (.445,.05,.55,.95),
-      easeInBack (.6,-.28,.735,.045),
-      easeOutBack (.175, .885,.32,1.275),
-      easeInOutBack (.68,-.55,.265,1.55),
-      custom(0, 0, 1, 1);
-
-     private Bezier c = new Bezier(0, 0, 1, 1);
-     EasingCurve(double x1, double y1, double x2, double y2) {
-       with(x1, y1, x2, y2);
-     }
-     public Easing with(double x1, double y1, double x2, double y2) {
-       c = new Bezier(x1, y1, x2, y2);
-       return this;
-     }
-     public double interpolate(double progress) {
-       return c.f(progress);
-     }
-     public String toString() {
+    linear(0, 0, 1, 1) {
+      public double interpolate(double p) {
+        return p;
+      }
+
+      public String toString() {
+        return "linear";
+      }
+    },
+    ease(0.25, 0.1, 0.25, 1) {
+      public String toString() {
+        return "ease";
+      }
+    },
+    easeIn(0.42, 0, 1, 1) {
+      public String toString() {
+        return "ease-in";
+      }
+    },
+    easeOut(0, 0, 0.58, 1) {
+      public String toString() {
+        return "ease-out";
+      }
+    },
+    easeInOut(0.42, 0, 0.58, 1) {
+      public String toString() {
+        return "ease-in-out";
+      }
+    },
+    snap(0, 1, .5, 1),
+    swing(.02, .01, .47, 1),
+    easeInCubic(.550, .055, .675, .190),
+    easeOutCubic(.215, .61, .355, 1),
+    easeInOutCubic(.645, .045, .355, 1),
+    easeInCirc(.6, .04, .98, .335),
+    easeOutCirc(.075, .82, .165, 1),
+    easeInOutCirc(.785, .135, .15, .86),
+    easeInExpo(.95, .05, .795, .035),
+    easeOutExpo(.19, 1, .22, 1),
+    easeInOutExpo(1, 0, 0, 1),
+    easeInQuad(.55, .085, .68, .53),
+    easeOutQuad(.25, .46, .45, .94),
+    easeInOutQuad(.455, .03, .515, .955),
+    easeInQuart(.895, .03, .685, .22),
+    easeOutQuart(.165, .84, .44, 1),
+    easeInOutQuart(.77, 0, .175, 1),
+    easeInQuint(.755, .05, .855, .06),
+    easeOutQuint(.23, 1, .32, 1),
+    easeInOutQuint(.86, 0, .07, 1),
+    easeInSine(.47, 0, .745, .715),
+    easeOutSine(.39, .575, .565, 1),
+    easeInOutSine(.445, .05, .55, .95),
+    easeInBack(.6, -.28, .735, .045),
+    easeOutBack(.175, .885, .32, 1.275),
+    easeInOutBack(.68, -.55, .265, 1.55),
+    custom(0, 0, 1, 1);
+
+    private Bezier c = new Bezier(0, 0, 1, 1);
+
+    EasingCurve(double x1, double y1, double x2, double y2) {
+      with(x1, y1, x2, y2);
+    }
+
+    public Easing with(double x1, double y1, double x2, double y2) {
+      c = new Bezier(x1, y1, x2, y2);
+      return this;
+    }
+
+    public double interpolate(double progress) {
+      return c.f(progress);
+    }
+
+    public String toString() {
       return "cubic-bezier(" + c + ")";
-     }
-   }
+    }
+  }
 
-  protected static final String[] ATTRS_TO_SAVE = new String[]{"overflow"};
+  protected static final String[] ATTRS_TO_SAVE = new String[] {"overflow"};
 
   private static final RegExp REGEX_NUMBER_UNIT = RegExp.compile("^([0-9+-.]+)(.*)?$");
 
-  protected static final RegExp REGEX_SYMBOL_NUMBER_UNIT = RegExp.compile("^([+-]=)?([0-9+-.]+)(.*)?$");
+  protected static final RegExp REGEX_SYMBOL_NUMBER_UNIT = RegExp
+      .compile("^([+-]=)?([0-9+-.]+)(.*)?$");
 
   protected static final RegExp REGEX_NON_PIXEL_ATTRS =
       RegExp.compile("z-?index|font-?weight|opacity|zoom|line-?height|scale|rotation|^\\$", "i");
@@ -146,7 +165,7 @@ public class PropertiesAnimation extends GQAnimation {
 
   private static final RegExp REGEX_BORDERCOLOR = RegExp.compile("^bordercolor$", "i");
 
-  private static final RegExp REGEX_BACKGROUNDCOLOR =RegExp.compile("^backgroundcolor$", "i");
+  private static final RegExp REGEX_BACKGROUNDCOLOR = RegExp.compile("^backgroundcolor$", "i");
 
   public static Fx computeFxProp(Element e, String key, String val,
       boolean hidden) {
@@ -170,7 +189,8 @@ public class PropertiesAnimation extends GQAnimation {
       // transparent)
       Element current = e;
 
-      while ((initialColor == null || initialColor.length() == 0 || initialColor.equals("transparent"))
+      while ((initialColor == null || initialColor.length() == 0 || initialColor
+          .equals("transparent"))
           && current != null) {
         initialColor = GQuery.$(current).css(key, false);
         current = !"body".equalsIgnoreCase(current.getTagName())
@@ -248,7 +268,7 @@ public class PropertiesAnimation extends GQAnimation {
 
         if (rkey == null) {
           unit = REGEX_NON_PIXEL_ATTRS.test(key) ? "" : //
-            p3 == null || p3.isEmpty() ? "px" : p3;
+              p3 == null || p3.isEmpty() ? "px" : p3;
           if (!"px".equals(unit)) {
             double to = end == 0 ? 1 : end;
             g.css(key, to + unit);
@@ -298,7 +318,7 @@ public class PropertiesAnimation extends GQAnimation {
   @Override
   public void onCancel() {
     Boolean jumpToEnd = Effects.$(e).data(Effects.JUMP_TO_END, Boolean.class);
-    if (jumpToEnd != null && jumpToEnd){
+    if (jumpToEnd != null && jumpToEnd) {
       onComplete();
     } else {
       g.dequeue();
index 9abb5a961b4f8b6b258fb10b7cd636e1c5a5d907..fe99fb7bb0dc02206c94da12df13eca0b059802d 100644 (file)
@@ -30,15 +30,15 @@ public class ButtonWidgetFactory implements WidgetFactory<Button> {
     Button button = new Button();
     button.getElement().setInnerText(e.getInnerText());
 
-    if ("button".equalsIgnoreCase(e.getTagName())){
-      copyAttributes((ButtonElement)e.cast(), (ButtonElement)button.getElement().cast());
+    if ("button".equalsIgnoreCase(e.getTagName())) {
+      copyAttributes((ButtonElement) e.cast(), (ButtonElement) button.getElement().cast());
     }
 
     WidgetsUtils.replaceOrAppend(e, button);
     return button;
   }
 
-  protected void copyAttributes(ButtonElement source,ButtonElement destination) {
+  protected void copyAttributes(ButtonElement source, ButtonElement destination) {
     destination.setAccessKey(source.getAccessKey());
     destination.setDisabled(source.isDisabled());
     destination.setName(source.getName());
index 9200578e791e0c276c0d46bea840392fecbcbe76..fe5a9e5e0a5f74d5fe1d7bc3ebc27190eae463ed 100644 (file)
@@ -27,7 +27,7 @@ public class TextAreaWidgetFactory extends TextBoxBaseWidgetFactory<TextArea> {
 
   @Override
   protected void copyAttributes(Element src, Element dest) {
-    TextAreaElement source= src.cast();
+    TextAreaElement source = src.cast();
     TextAreaElement destination = dest.cast();
 
     destination.setAccessKey(source.getAccessKey());
index c60e802f63057652542e7d2e000394d73856d1c3..c48082c73fd34aab4dc7f38899a6244330e8f7c5 100644 (file)
@@ -41,22 +41,22 @@ import java.util.Iterator;
 public class WidgetsUtils {
 
   static final String[] appendingTags = {
-    "td", "th", "li"};
+      "td", "th", "li"};
 
   /**
     * Append a widget to a dom element, and hide it.
     * Element classes will be copied to the new widget.
     */
-   public static void hideAndAfter(Element e, Widget widget)  {
-     assert e != null && widget != null;
-     if ($(e).widget() != null && $(e).widget().isAttached()) {
-       replaceWidget($(e).widget(), widget, false);
-     } else {
-       detachWidget(widget);
-       hideAndAfter(e, widget.getElement());
-       attachWidget(widget, getFirstParentWidget(widget));
-     }
-   }
+  public static void hideAndAfter(Element e, Widget widget) {
+    assert e != null && widget != null;
+    if ($(e).widget() != null && $(e).widget().isAttached()) {
+      replaceWidget($(e).widget(), widget, false);
+    } else {
+      detachWidget(widget);
+      hideAndAfter(e, widget.getElement());
+      attachWidget(widget, getFirstParentWidget(widget));
+    }
+  }
 
   /**
    * Test if the tag name of the element is one of tag names given in parameter.
@@ -81,56 +81,56 @@ public class WidgetsUtils {
     return e.getTagName().toUpperCase().matches(regExp.toString());
   }
 
-   /**
-    * Replace a dom element by a widget.
-    * Old element classes will be copied to the new widget.
-    */
-   public static void replaceOrAppend(Element e, Widget widget)  {
-     assert e != null && widget != null;
-     if ($(e).widget() != null && $(e).widget().isAttached()) {
-       replaceWidget($(e).widget(), widget, true);
-     } else {
-       detachWidget(widget);
-       replaceOrAppend(e, widget.getElement());
-       attachWidget(widget, getFirstParentWidget(widget));
-     }
-   }
+  /**
+   * Replace a dom element by a widget.
+   * Old element classes will be copied to the new widget.
+   */
+  public static void replaceOrAppend(Element e, Widget widget) {
+    assert e != null && widget != null;
+    if ($(e).widget() != null && $(e).widget().isAttached()) {
+      replaceWidget($(e).widget(), widget, true);
+    } else {
+      detachWidget(widget);
+      replaceOrAppend(e, widget.getElement());
+      attachWidget(widget, getFirstParentWidget(widget));
+    }
+  }
 
-   private static Widget getFirstParentWidget(Widget w) {
-     Element e = w.getElement().getParentElement();
-     BodyElement body = Document.get().getBody();
-     while ((e != null) && (body != e)) {
-       if (Event.getEventListener(e) != null) {
-         Widget p = $(e).widget();
-         if (p != null){
-           return p;
-         }
-       }
-       e = e.getParentElement();
-     }
-     return null;
-   }
+  private static Widget getFirstParentWidget(Widget w) {
+    Element e = w.getElement().getParentElement();
+    BodyElement body = Document.get().getBody();
+    while ((e != null) && (body != e)) {
+      if (Event.getEventListener(e) != null) {
+        Widget p = $(e).widget();
+        if (p != null) {
+          return p;
+        }
+      }
+      e = e.getParentElement();
+    }
+    return null;
+  }
 
-   private static void hideAndAfter(Element oldElement, Element newElement) {
-     assert oldElement != null && newElement != null;
-     GQuery.$(oldElement).hide().after(newElement);
-     String c = oldElement.getClassName();
-     if (!c.isEmpty()) {
-       newElement.addClassName(c);
-     }
-   }
+  private static void hideAndAfter(Element oldElement, Element newElement) {
+    assert oldElement != null && newElement != null;
+    GQuery.$(oldElement).hide().after(newElement);
+    String c = oldElement.getClassName();
+    if (!c.isEmpty()) {
+      newElement.addClassName(c);
+    }
+  }
 
   /**
    * If the <code>oldElement</code> is a td, th, li tags, the new element will replaced its content.
    * In other cases, the <code>oldElement</code> will be replaced by the <code>newElement</code>
    *  and the old element classes will be copied to the new element.
    */
-   private static void replaceOrAppend(Element oldElement, Element newElement) {
+  private static void replaceOrAppend(Element oldElement, Element newElement) {
     assert oldElement != null && newElement != null;
 
-    if(matchesTags(oldElement, appendingTags)){
+    if (matchesTags(oldElement, appendingTags)) {
       GQuery.$(oldElement).html("").append(newElement);
-    }else{
+    } else {
       GQuery.$(oldElement).replaceWith(newElement);
 
       // copy class
@@ -143,137 +143,138 @@ public class WidgetsUtils {
       // ensure no duplicate id
       oldElement.setId("");
     }
-   }
+  }
 
-   private static void replaceWidget(Widget oldWidget, Widget newWidget, boolean remove) {
-     Widget parent = oldWidget.getParent();
-     boolean removed = false;
-     // TODO: handle tables
-     if (parent instanceof HTMLPanel) {
-       ((HTMLPanel) parent).addAndReplaceElement(newWidget,
-           (com.google.gwt.dom.client.Element)oldWidget.getElement());
-       if (!remove) {
-         $(newWidget).before($(oldWidget));
-       }
-       removed = true;
-     } else if (parent instanceof ComplexPanel) {
-       ((ComplexPanel) parent).add(newWidget);
-     } else if (parent instanceof SimplePanel) {
-       ((SimplePanel) parent).setWidget(newWidget);
-     } else if (parent instanceof Panel) {
-       ((Panel) parent).add(newWidget);
-     } else {
-       assert false : "Can not replace an attached widget whose parent is a " + parent.getClass().getName();
-     }
-     if (remove && !removed && oldWidget.isAttached()) {
-       oldWidget.removeFromParent();
-     } else {
-       oldWidget.setVisible(false);
-     }
-   }
+  private static void replaceWidget(Widget oldWidget, Widget newWidget, boolean remove) {
+    Widget parent = oldWidget.getParent();
+    boolean removed = false;
+    // TODO: handle tables
+    if (parent instanceof HTMLPanel) {
+      ((HTMLPanel) parent).addAndReplaceElement(newWidget,
+          (com.google.gwt.dom.client.Element) oldWidget.getElement());
+      if (!remove) {
+        $(newWidget).before($(oldWidget));
+      }
+      removed = true;
+    } else if (parent instanceof ComplexPanel) {
+      ((ComplexPanel) parent).add(newWidget);
+    } else if (parent instanceof SimplePanel) {
+      ((SimplePanel) parent).setWidget(newWidget);
+    } else if (parent instanceof Panel) {
+      ((Panel) parent).add(newWidget);
+    } else {
+      assert false : "Can not replace an attached widget whose parent is a "
+          + parent.getClass().getName();
+    }
+    if (remove && !removed && oldWidget.isAttached()) {
+      oldWidget.removeFromParent();
+    } else {
+      oldWidget.setVisible(false);
+    }
+  }
 
-   /**
-    * Attach a widget to the GWT widget list. Normally used when GQuery
-    * creates widgets wrapping existing dom elements.
-    * It does nothing if the widget is already attached to another widget.
-    *
-    * @param widget to attach
-    * @param firstParentWidget the parent widget,
-    *   If it is null and it is not inside any other widget, we just add
-    *   the widget to the gwt detach list
-    */
-   public static void attachWidget(Widget widget, Widget firstParentWidget) {
-     if (widget != null && widget.getParent() == null) {
-       if (firstParentWidget == null) {
-         firstParentWidget = getFirstParentWidget(widget);
-         if (firstParentWidget == null) {
-           RootPanel.detachOnWindowClose(widget);
-           widgetOnAttach(widget);
-         } else {
-           attachWidget(widget, firstParentWidget);
-         }
-       } else if (firstParentWidget instanceof HTMLPanel) {
-         HTMLPanel h = (HTMLPanel) firstParentWidget;
-         Element p = widget.getElement().getParentElement();
-         if (p != null) {
-           h.add(widget, p);
-         } else {
-           h.add(widget);
-         }
-       } else if (firstParentWidget instanceof HasOneWidget) {
-         ((HasOneWidget)firstParentWidget).setWidget(widget);
-       } else if (firstParentWidget instanceof HasWidgets) {
-         try {
-           ((HasWidgets)firstParentWidget).add(widget);
-         } catch (UnsupportedOperationException e) {
-           // Some widgets like 'table' has no implementation of 'add(widget)'
-           widgetSetParent(widget, firstParentWidget);
-         }
-       } else {
-         widgetSetParent(widget, firstParentWidget);
-       }
-     }
-   }
+  /**
+   * Attach a widget to the GWT widget list. Normally used when GQuery
+   * creates widgets wrapping existing dom elements.
+   * It does nothing if the widget is already attached to another widget.
+   *
+   * @param widget to attach
+   * @param firstParentWidget the parent widget,
+   *   If it is null and it is not inside any other widget, we just add
+   *   the widget to the gwt detach list
+   */
+  public static void attachWidget(Widget widget, Widget firstParentWidget) {
+    if (widget != null && widget.getParent() == null) {
+      if (firstParentWidget == null) {
+        firstParentWidget = getFirstParentWidget(widget);
+        if (firstParentWidget == null) {
+          RootPanel.detachOnWindowClose(widget);
+          widgetOnAttach(widget);
+        } else {
+          attachWidget(widget, firstParentWidget);
+        }
+      } else if (firstParentWidget instanceof HTMLPanel) {
+        HTMLPanel h = (HTMLPanel) firstParentWidget;
+        Element p = widget.getElement().getParentElement();
+        if (p != null) {
+          h.add(widget, p);
+        } else {
+          h.add(widget);
+        }
+      } else if (firstParentWidget instanceof HasOneWidget) {
+        ((HasOneWidget) firstParentWidget).setWidget(widget);
+      } else if (firstParentWidget instanceof HasWidgets) {
+        try {
+          ((HasWidgets) firstParentWidget).add(widget);
+        } catch (UnsupportedOperationException e) {
+          // Some widgets like 'table' has no implementation of 'add(widget)'
+          widgetSetParent(widget, firstParentWidget);
+        }
+      } else {
+        widgetSetParent(widget, firstParentWidget);
+      }
+    }
+  }
 
-   /**
-    * Remove a widget from the detach list.
-    */
-   public static void detachWidget(final Widget widget) {
-     if (widget != null) {
-       widget.removeFromParent();
-     }
-   }
+  /**
+   * Remove a widget from the detach list.
+   */
+  public static void detachWidget(final Widget widget) {
+    if (widget != null) {
+      widget.removeFromParent();
+    }
+  }
 
-   /**
-    * This method detach a widget of its parent without doing a physical
-    * detach (DOM manipulation).
-    */
-   public static void doLogicalDetachFromHtmlPanel(Widget w) {
-     Widget parent = w.getParent();
+  /**
+   * This method detach a widget of its parent without doing a physical
+   * detach (DOM manipulation).
+   */
+  public static void doLogicalDetachFromHtmlPanel(Widget w) {
+    Widget parent = w.getParent();
 
-     if (parent instanceof HTMLPanel) {
-       complexPanelGetChildren((HTMLPanel) parent).remove(w);
-       widgetSetParent(w, null);
-     } else{
-       throw new IllegalStateException(
-           "You can only use this method to detach a child from an HTMLPanel");
-     }
-   }
+    if (parent instanceof HTMLPanel) {
+      complexPanelGetChildren((HTMLPanel) parent).remove(w);
+      widgetSetParent(w, null);
+    } else {
+      throw new IllegalStateException(
+          "You can only use this method to detach a child from an HTMLPanel");
+    }
+  }
 
-   /**
-    * Return children of the first widget's panel.
-    */
-   public static Iterator<Widget> getChildren(Widget w){
-     if(w instanceof Panel){
-       return ((Panel)w).iterator();
-     }
-     if(w instanceof Composite){
-       return getChildren(compositeGetWidget((Composite)w));
-     }
-     return null;
-   }
+  /**
+   * Return children of the first widget's panel.
+   */
+  public static Iterator<Widget> getChildren(Widget w) {
+    if (w instanceof Panel) {
+      return ((Panel) w).iterator();
+    }
+    if (w instanceof Composite) {
+      return getChildren(compositeGetWidget((Composite) w));
+    }
+    return null;
+  }
 
-   /**
-    * Return the first widget parent of the element, or null if it is not
-    * attached to any widget yet.
-    */
-   private static Widget getFirstParentWidgetElement(Element element) {
-     return $(element).parents().widget();
-   }
+  /**
+   * Return the first widget parent of the element, or null if it is not
+   * attached to any widget yet.
+   */
+  private static Widget getFirstParentWidgetElement(Element element) {
+    return $(element).parents().widget();
+  }
 
-   private static native void widgetOnAttach(Widget w) /*-{
-     w.@com.google.gwt.user.client.ui.Widget::onAttach()();
-   }-*/;
+  private static native void widgetOnAttach(Widget w) /*-{
+    w.@com.google.gwt.user.client.ui.Widget::onAttach()();
+  }-*/;
 
-   private static native void widgetSetParent(Widget w, Widget p) /*-{
-    w.@com.google.gwt.user.client.ui.Widget::setParent(Lcom/google/gwt/user/client/ui/Widget;)(p);
-   }-*/;
+  private static native void widgetSetParent(Widget w, Widget p) /*-{
+   w.@com.google.gwt.user.client.ui.Widget::setParent(Lcom/google/gwt/user/client/ui/Widget;)(p);
+  }-*/;
 
-   private static native Widget compositeGetWidget(Composite w) /*-{
-    return w.@com.google.gwt.user.client.ui.Composite::getWidget()();
-   }-*/;
+  private static native Widget compositeGetWidget(Composite w) /*-{
+   return w.@com.google.gwt.user.client.ui.Composite::getWidget()();
+  }-*/;
 
-   private static native WidgetCollection complexPanelGetChildren(ComplexPanel w) /*-{
-    return w.@com.google.gwt.user.client.ui.ComplexPanel::getChildren()();
-   }-*/;
+  private static native WidgetCollection complexPanelGetChildren(ComplexPanel w) /*-{
+   return w.@com.google.gwt.user.client.ui.ComplexPanel::getChildren()();
+  }-*/;
 }
index ff98b757219c840faba3d2d5a8823bbc8c21c228..0f36edff47d28870910760cc44ccdf072fad0cf2 100644 (file)
@@ -36,8 +36,10 @@ public class IFrameWithDocTypeLinker extends IFrameLinker {
   @Deprecated
   protected String getModulePrefix(TreeLogger logger, LinkerContext context,
       String strongName) throws UnableToCompleteException {
-    logger.log(Type.WARN,
-        "GQuery IFrameWithDocTypeLinker is deprecated, remove <add-linker name=\"stddoctype\"/> from your module file");
+    logger
+        .log(
+            Type.WARN,
+            "GQuery IFrameWithDocTypeLinker is deprecated, remove <add-linker name=\"stddoctype\"/> from your module file");
     return DOCTYPE + super.getModulePrefix(logger, context, strongName);
   }
 
@@ -45,10 +47,11 @@ public class IFrameWithDocTypeLinker extends IFrameLinker {
   @Deprecated
   protected String getModulePrefix(TreeLogger logger, LinkerContext context,
       String strongName, int numFragments) throws UnableToCompleteException {
-    logger.log(Type.WARN,
-        "GQuery IFrameWithDocTypeLinker is deprecated, remove <add-linker name=\"stddoctype\"/> from your module file");
+    logger
+        .log(
+            Type.WARN,
+            "GQuery IFrameWithDocTypeLinker is deprecated, remove <add-linker name=\"stddoctype\"/> from your module file");
     return DOCTYPE
         + super.getModulePrefix(logger, context, strongName, numFragments);
   }
 }
-
index a0dbd6682ace4ca6e22e7e5127dfcc7eda4366d8..91dd539d6200e5b100e91964a8c58f3d43868e50 100644 (file)
@@ -33,7 +33,8 @@ import java.io.PrintWriter;
  */
 public class BrowserGenerator extends Generator {
   @Override
-  public String generate(TreeLogger logger, GeneratorContext context, String typeName) throws UnableToCompleteException {
+  public String generate(TreeLogger logger, GeneratorContext context, String typeName)
+      throws UnableToCompleteException {
     TypeOracle oracle = context.getTypeOracle();
     PropertyOracle propOracle = context.getPropertyOracle();
 
index 9b1fa68baa0b6b9b5d6f6191d06a58bd6da4c9c9..cfd9893e84276cbdccbf75727762857c853a0db0 100644 (file)
@@ -60,7 +60,8 @@ public class JsniBundleGenerator extends Generator {
     PrintWriter pw = context.tryCreate(logger, packageName, className);
 
     if (pw != null) {
-      ClassSourceFileComposerFactory fact = new ClassSourceFileComposerFactory(packageName, className);
+      ClassSourceFileComposerFactory fact =
+          new ClassSourceFileComposerFactory(packageName, className);
       if (clazz.isInterface() != null) {
         fact.addImplementedInterface(requestedClass);
       } else {
@@ -92,14 +93,14 @@ public class JsniBundleGenerator extends Generator {
           }
           try {
             // Read the javascript content
-            String content = getContent(logger, packageName.replace(".", "/") , value);
+            String content = getContent(logger, packageName.replace(".", "/"), value);
 
             // Adjust javascript so as we can introduce it in a JSNI comment block without
             // breaking java syntax.
             String jsni = parseJavascriptSource(content);
 
             for (int i = 0; i < replace.length - 1; i += 2) {
-              jsni = jsni.replaceAll(replace[i], replace[i+1]);
+              jsni = jsni.replaceAll(replace[i], replace[i + 1]);
             }
 
             pw.println(method.toString().replace("abstract", "native") + "/*-{");
@@ -108,7 +109,8 @@ public class JsniBundleGenerator extends Generator {
             pw.println(postpend);
             pw.println("}-*/;");
           } catch (Exception e) {
-            logger.log(TreeLogger.ERROR, "Error parsing javascript source: " + value + " "+ e.getMessage());
+            logger.log(TreeLogger.ERROR, "Error parsing javascript source: " + value + " "
+                + e.getMessage());
             throw new UnableToCompleteException();
           }
         }
@@ -122,20 +124,23 @@ public class JsniBundleGenerator extends Generator {
   /**
    * Get the content of a javascript source. It supports remote sources hosted in CDN's.
    */
-  private String getContent(TreeLogger logger, String path, String src) throws UnableToCompleteException {
+  private String getContent(TreeLogger logger, String path, String src)
+      throws UnableToCompleteException {
     HttpURLConnection connection = null;
     InputStream in = null;
     try {
       if (!src.matches("(?i)https?://.*")) {
         String file = path + "/" + src;
-        logger.log(TreeLogger.INFO, getClass().getSimpleName() + " - importing external javascript: " + file);
+        logger.log(TreeLogger.INFO, getClass().getSimpleName()
+            + " - importing external javascript: " + file);
 
         in = this.getClass().getClassLoader().getResourceAsStream(file);
         if (in == null) {
           logger.log(TreeLogger.ERROR, "Unable to read javascript file: " + file);
         }
       } else {
-        logger.log(TreeLogger.INFO, getClass().getSimpleName() + " - downloading external javascript: " + src);
+        logger.log(TreeLogger.INFO, getClass().getSimpleName()
+            + " - downloading external javascript: " + src);
         URL url = new URL(src);
         connection = (HttpURLConnection) url.openConnection();
         connection.setRequestProperty("Accept-Encoding", "gzip, deflate");
@@ -145,7 +150,8 @@ public class JsniBundleGenerator extends Generator {
 
         int status = connection.getResponseCode();
         if (status != HttpURLConnection.HTTP_OK) {
-          logger.log(TreeLogger.ERROR, "Server Error: " + status + " " + connection.getResponseMessage());
+          logger.log(TreeLogger.ERROR, "Server Error: " + status + " "
+              + connection.getResponseMessage());
           throw new UnableToCompleteException();
         }
 
@@ -190,8 +196,8 @@ public class JsniBundleGenerator extends Generator {
     boolean isSingQuot = false;
     boolean isDblQuot = false;
     boolean isSlash = false;
-    boolean isCComment=false;
-    boolean isCPPComment=false;
+    boolean isCComment = false;
+    boolean isCPPComment = false;
     boolean isRegex = false;
     boolean isOper = false;
 
@@ -200,32 +206,36 @@ public class JsniBundleGenerator extends Generator {
     Character last = 0;
     Character prev = 0;
 
-    for (int i = 0, l = js.length(); i < l ; i++) {
+    for (int i = 0, l = js.length(); i < l; i++) {
       Character c = js.charAt(i);
       String out = c.toString();
 
       if (isJS) {
         isDblQuot = c == '"';
-        isSingQuot  = c == '\'';
-        isSlash  = c == '/';
-        isJS  = !isDblQuot && !isSingQuot && !isSlash;
+        isSingQuot = c == '\'';
+        isSlash = c == '/';
+        isJS = !isDblQuot && !isSingQuot && !isSlash;
         if (!isJS) {
           out = tmp = "";
           isCPPComment = isCComment = isRegex = false;
         }
       } else if (isSingQuot) {
         isJS = !(isSingQuot = last == '\\' || c != '\'');
-        if (isJS) out = escapeQuotedString(tmp, c);
-        else tmp += c;
+        if (isJS)
+          out = escapeQuotedString(tmp, c);
+        else
+          tmp += c;
       } else if (isDblQuot) {
         isJS = !(isDblQuot = last == '\\' || c != '"');
-        if (isJS) out = escapeQuotedString(tmp, c);
-        else tmp += c;
+        if (isJS)
+          out = escapeQuotedString(tmp, c);
+        else
+          tmp += c;
       } else if (isSlash) {
         if (!isCPPComment && !isCComment && !isRegex && !isOper) {
           isCPPComment = c == '/';
-          isCComment =  c == '*';
-          isOper = !isCPPComment && !isCComment && !"=(&|?:;},".contains(""+prev);
+          isCComment = c == '*';
+          isOper = !isCPPComment && !isCComment && !"=(&|?:;},".contains("" + prev);
           isRegex = !isCPPComment && !isCComment && !isOper;
         }
         if (isOper) {
@@ -233,18 +243,22 @@ public class JsniBundleGenerator extends Generator {
           out = "" + last + c;
         } else if (isCPPComment) {
           isJS = !(isSlash = isCPPComment = c != '\n');
-          if (isJS) out = "\n";
+          if (isJS)
+            out = "\n";
         } else if (isCComment) {
           isSlash = isCComment = !(isJS = (last == '*' && c == '/'));
-          if (isJS) out = "";
+          if (isJS)
+            out = "";
         } else if (isRegex) {
           isJS = !(isSlash = isRegex = (last == '\\' || c != '/'));
           if (isJS) {
             String mod = "";
             while (++i < l) {
               c = js.charAt(i);
-              if ("igm".contains(""+c)) mod += c;
-              else break;
+              if ("igm".contains("" + c))
+                mod += c;
+              else
+                break;
             }
             out = escapeInlineRegex(tmp, mod) + c;
           } else {
@@ -272,7 +286,7 @@ public class JsniBundleGenerator extends Generator {
 
   private String escapeInlineRegex(String s, String mod) {
     if (s.endsWith("*")) {
-      return "new RegExp('" + s.replace("\\", "\\\\")  + "','" + mod + "')";
+      return "new RegExp('" + s.replace("\\", "\\\\") + "','" + mod + "')";
     } else {
       return '/' + s + '/' + mod;
     }
index 23f5e727f9baa4ec0a46620f46af871c6522909f..bdce5d73d3f0582b48342bbee60db51b85792279 100644 (file)
@@ -71,7 +71,7 @@ public class JsonBuilderGenerator extends Generator {
 
   public static String deCapitalize(String s) {
     return s == null || s.isEmpty() ? s :
-           (s.substring(0, 1).toLowerCase() + (s.length() > 1 ? s.substring(1) : ""));
+        (s.substring(0, 1).toLowerCase() + (s.length() > 1 ? s.substring(1) : ""));
   }
 
   TypeOracle oracle;
@@ -81,7 +81,7 @@ public class JsonBuilderGenerator extends Generator {
       throws UnableToCompleteException {
 
     oracle = generatorContext.getTypeOracle();
-    JClassType clazz =  oracle.findType(requestedClass);
+    JClassType clazz = oracle.findType(requestedClass);
 
     jsonBuilderType = oracle.findType(JsonBuilder.class.getName());
     settingsType = oracle.findType(IsProperties.class.getName());
@@ -95,7 +95,8 @@ public class JsonBuilderGenerator extends Generator {
 
     boolean isFactory = clazz.isAssignableTo(jsonFactoryType);
 
-    SourceWriter sw = getSourceWriter(treeLogger, generatorContext, t[0], t[1], isFactory, requestedClass);
+    SourceWriter sw =
+        getSourceWriter(treeLogger, generatorContext, t[0], t[1], isFactory, requestedClass);
     if (sw != null) {
       if (isFactory) {
         generateCreateMethod(sw, treeLogger);
@@ -104,15 +105,15 @@ public class JsonBuilderGenerator extends Generator {
         for (JMethod method : clazz.getInheritableMethods()) {
           String methName = method.getName();
           // skip method from JsonBuilder
-          if(jsonBuilderType.findMethod(method.getName(), method.getParameterTypes()) != null ||
-              settingsType.findMethod(method.getName(), method.getParameterTypes()) != null ) {
+          if (jsonBuilderType.findMethod(method.getName(), method.getParameterTypes()) != null ||
+              settingsType.findMethod(method.getName(), method.getParameterTypes()) != null) {
             continue;
           }
 
           Name nameAnnotation = method.getAnnotation(Name.class);
           String name = nameAnnotation != null
-            ? nameAnnotation.value()
-            : methName.replaceFirst("^(get|set)", "");
+              ? nameAnnotation.value()
+              : methName.replaceFirst("^(get|set)", "");
           if (nameAnnotation == null) {
             name = name.substring(0, 1).toLowerCase() + name.substring(1);
           }
@@ -220,8 +221,9 @@ public class JsonBuilderGenerator extends Generator {
         } else {
           sw.println("return Arrays.asList(" + ret + ");");
         }
-      } else if (method.getReturnType().isEnum() != null){
-        sw.println("return "+ method.getReturnType().getQualifiedSourceName() + ".valueOf(p.getStr(\"" + name + "\"));");
+      } else if (method.getReturnType().isEnum() != null) {
+        sw.println("return " + method.getReturnType().getQualifiedSourceName()
+            + ".valueOf(p.getStr(\"" + name + "\"));");
       } else {
         sw.println("System.err.println(\"JsonBuilderGenerator WARN: unknown return type "
             + retType + " " + ifaceName + "." + name + "()\"); ");
@@ -247,15 +249,19 @@ public class JsonBuilderGenerator extends Generator {
         sw.println("setArrayBase(\"" + name + "\", " + a + ");");
       } else if (type.getParameterizedQualifiedSourceName().matches("java.util.Date")) {
         sw.println("p.setNumber(\"" + name + "\", a.getTime());");
-      } else if (type.getParameterizedQualifiedSourceName().matches("(java.lang.(Character|Long|Double|Integer|Float|Byte)|(char|long|double|int|float|byte))")) {
+      } else if (type
+          .getParameterizedQualifiedSourceName()
+          .matches(
+              "(java.lang.(Character|Long|Double|Integer|Float|Byte)|(char|long|double|int|float|byte))")) {
         sw.println("p.setNumber(\"" + name + "\", a);");
       } else if (type.getParameterizedQualifiedSourceName().matches("(java.lang.Boolean|boolean)")) {
         sw.println("p.setBoolean(\"" + name + "\", a);");
-      } else if (type.getParameterizedQualifiedSourceName().matches("com.google.gwt.query.client.Function")) {
+      } else if (type.getParameterizedQualifiedSourceName().matches(
+          "com.google.gwt.query.client.Function")) {
         sw.println("p.setFunction(\"" + name + "\", a);");
-      } else if (type.isEnum() != null){
+      } else if (type.isEnum() != null) {
         sw.println("p.set(\"" + name + "\", a.name());");
-      }else {
+      } else {
         sw.println("set(\"" + name + "\", a);");
       }
       if (!"void".equals(retType)) {
@@ -310,9 +316,10 @@ public class JsonBuilderGenerator extends Generator {
     sw.indent();
     ArrayList<JClassType> types = new ArrayList<JClassType>();
     for (JClassType t : oracle.getTypes()) {
-      if (t.isInterface() != null && t.isAssignableTo(jsonBuilderType) ) {
+      if (t.isInterface() != null && t.isAssignableTo(jsonBuilderType)) {
         if (t.isPublic()) {
-          sw.println("if (clz == " + t.getQualifiedSourceName() + ".class) return GWT.<T>create(" + t.getQualifiedSourceName() + ".class);");
+          sw.println("if (clz == " + t.getQualifiedSourceName() + ".class) return GWT.<T>create("
+              + t.getQualifiedSourceName() + ".class);");
         } else {
           logger.log(Type.WARN, t.getQualifiedSourceName() + " is not public");
         }
@@ -324,7 +331,8 @@ public class JsonBuilderGenerator extends Generator {
     sw.println("}");
     sw.println("public " + IsProperties.class.getName() + " create(String s) {");
     sw.indent();
-    sw.println("return (" + IsProperties.class.getName() + ")" + JsUtils.class.getName() + ".parseJSON(s);");
+    sw.println("return (" + IsProperties.class.getName() + ")" + JsUtils.class.getName()
+        + ".parseJSON(s);");
     sw.outdent();
     sw.println("}");
     sw.println("public " + IsProperties.class.getName() + " create() {");
index 0e83962ea0709f023a7e1dde276beab7931a46c2..0a2cce568491cdb5662995cbfc31b7d86c8a6de8 100644 (file)
@@ -64,7 +64,8 @@ public class LazyGenerator extends Generator {
       }
     }
 
-    if (targetType == null) return null;
+    if (targetType == null)
+      return null;
 
     assert targetType != null : "Parameter of Lazy<T> not found";
     String genClass = targetType.getPackage().getName() + "."
@@ -173,8 +174,8 @@ public class LazyGenerator extends Generator {
     if (printWriter == null) {
       return null;
     }
-    ClassSourceFileComposerFactory composerFactory
-        new ClassSourceFileComposerFactory(packageName, className);
+    ClassSourceFileComposerFactory composerFactory =
+        new ClassSourceFileComposerFactory(packageName, className);
     composerFactory.addImport("com.google.gwt.core.client.*");
     composerFactory.addImport("com.google.gwt.query.client.*");
     composerFactory.addImport("com.google.gwt.dom.client.Element");
@@ -207,7 +208,7 @@ public class LazyGenerator extends Generator {
 
     sw.println(
         "ctx = GQuery.$(getElement()).as(" + nonLazyType.getQualifiedSourceName() + "."
-        + classID + ");");
+            + classID + ");");
     sw.println("for (int i = 0; i < closures.length(); i++) {");
     sw.indent();
     sw.println("closures.get(i).invoke();");
index d2aff311b440ac31faa63a3851751ad967e3e597..515f6444a11280b23e73ee1290b9311b4d329b2d 100644 (file)
@@ -193,9 +193,9 @@ public abstract class SelectorGeneratorBase extends Generator {
               + "\"; }");
       sw
           .println("public NodeList<Element> runSelector(Node ctx) { return " +
-                 (m.getName() + (m.getParameters().length == 0 ? "()" : "(ctx)")) +
-                 ("NodeList".equals(m.getReturnType().getSimpleSourceName()) ? "" : ".get()") + ";}"
-              ) ;
+              (m.getName() + (m.getParameters().length == 0 ? "()" : "(ctx)")) +
+              ("NodeList".equals(m.getReturnType().getSimpleSourceName()) ? "" : ".get()") + ";}"
+          );
       sw.outdent();
       sw.println("},");
     }
index 0f26d4abb545afbc3de4d41ebe56d560416043eb..1590b2c0ad909948407ec3d4f87cc7539c93019d 100644 (file)
@@ -90,8 +90,9 @@ public class SelectorGeneratorCssToXPath extends SelectorGeneratorBase {
     } catch (XPathExpressionException e1) {
       System.err.println("Invalid XPath generated selector, please revise it: " + xselector);
       if (!selector.equals(xselector)) {
-        System.err.println("If your css2 selector syntax is correct, open an issue in the gwtquery project. cssselector:"
-            + selector + " xpath: " + xselector);
+        System.err
+            .println("If your css2 selector syntax is correct, open an issue in the gwtquery project. cssselector:"
+                + selector + " xpath: " + xselector);
       }
       throw new UnableToCompleteException();
     }
index e98d8fc8131e9aeac112d3627c157b6d688eb953..81dcc0a31c38ea20539527209d9a1803593bb175 100644 (file)
@@ -58,7 +58,7 @@ public class SelectorGeneratorJSOptimal extends SelectorGeneratorBase {
 
   protected static Pattern nthRe2 = Pattern.compile("\\D");
 
-  protected static RuleMatcher[] matchers = new RuleMatcher[]{
+  protected static RuleMatcher[] matchers = new RuleMatcher[] {
       new RuleMatcher("^\\.([a-zA-Z_0-9-]+)",
           "n = byClassName(n, null, \"{0}\");"),
       new RuleMatcher("^\\:([a-zA-Z_0-9-]+)(?:\\(((?:[^ >]*|.*?))\\))?",
@@ -75,112 +75,112 @@ public class SelectorGeneratorJSOptimal extends SelectorGeneratorBase {
 
     sw.println("return " + wrap(method,
         "impl.select(\"" + selector + "\", root)") + ";");
-//    sw.println("JSArray n = JSArray.create();");
-//    if(!hasContext) {
-//      sw.println("Node root = Document.get();");
-//    }
-//
-//    // add root node as context.
-//    // TODO: support any context
-//    sw.println("n.addNode(root);");
-//    String q = selector, lq = null;
-//    Matcher lmode = modeRe.matcher(q);
-//    Matcher mm = null;
-//    String mode = "";
-//    if (lmode.lookingAt() && notNull(lmode.group(1))) {
-//      mode = lmode.group(1).replaceAll(trimReStr, "").trim();
-//      q = q.replaceFirst("\\Q" + lmode.group(1) + "\\E", "");
-//    }
-//
-//    while (notNull(q) && !q.equals(lq)) {
-//      debug("Doing q=" + q);
-//
-//      lq = q;
-//      Matcher tm = tagTokenRe.matcher(q);
-//      if (tm.lookingAt()) {
-//        if ("#".equals(tm.group(1))) {
-//          sw.println("n = quickId(n, \"" + mode + "\", root, \"" + tm.group(2)
-//              + "\");");
-//        } else {
-//          String tagName = tm.group(2);
-//          tagName = "".equals(tagName) ? "*" : tagName;
-//     //     sw.println("if (n.size() == 0) { n=JSArray.create(); }");
-//          String func = "";
-//          if ("".equals(mode)) {
-//            func = "getDescendentNodes";
-//          } else if (">".equals(mode)) {
-//            func = "getChildNodes";
-//          } else if ("+".equals(mode)) {
-//            func = "getSiblingNodes";
-//          } else if ("~".equals(mode)) {
-//            func = "getGeneralSiblingNodes";
-//          } else {
-//            treeLogger.log(TreeLogger.ERROR, "Error parsing selector, combiner "
-//                + mode + " not recognized in " + selector, null);
-//            throw new UnableToCompleteException();
-//          }
-//          sw.println("n = " + func + "(n, \"" + tagName + "\");");
-//        }
-//        debug("replacing in q, the value " + tm.group(0));
-//        q = q.replaceFirst("\\Q" + tm.group(0) + "\\E", "");
-//      } else {
-//        String func = "";
-//        String tagName = "*";
-//        if ("".equals(mode)) {
-//          func = "getDescendentNodes";
-//        } else if (">".equals(mode)) {
-//          func = "getChildNodes";
-//        } else if ("+".equals(mode)) {
-//          func = "getSiblingNodes";
-//        } else if ("~".equals(mode)) {
-//          func = "getGeneralSiblingNodes";
-//        } else {
-//          treeLogger.log(TreeLogger.ERROR, "Error parsing selector, combiner "
-//              + mode + " not recognized in " + selector, null);
-//          throw new UnableToCompleteException();
-//        }
-//        sw.println("n = " + func + "(n, \"" + tagName + "\");");
-//      }
-//
-//      while (!(mm = modeRe.matcher(q)).lookingAt()) {
-//        debug("Looking at " + q);
-//        boolean matched = false;
-//        for (RuleMatcher rm : matchers) {
-//          Matcher rmm = rm.re.matcher(q);
-//          if (rmm.lookingAt()) {
-//            String res[] = new String[rmm.groupCount()];
-//            for (int i = 1; i <= rmm.groupCount(); i++) {
-//              res[i - 1] = rmm.group(i);
-//              debug("added param " + res[i - 1]);
-//            }
-//            Object[] r = res;
-//            // inline enum, perhaps type-tightening will allow inlined eval()
-//            // call
-//            if (rm.fnTemplate.indexOf("byPseudo") != -1) {
-//              sw.println("n = Pseudo."+res[0].toUpperCase().replace("-", "_") +
-//                  ".eval(n, \""+res[1]+"\");");
-//            } else {
-//              sw.println(MessageFormat.format(rm.fnTemplate, r));
-//            }
-//            q = q.replaceFirst("\\Q" + rmm.group(0) + "\\E", "");
-//            matched = true;
-//            break;
-//          }
-//        }
-//        if (!matched) {
-//          treeLogger
-//              .log(TreeLogger.ERROR, "Error parsing selector at " + q, null);
-//          throw new UnableToCompleteException();
-//        }
-//      }
-//
-//      if (notNull(mm.group(1))) {
-//        mode = mm.group(1).replaceAll(trimReStr, "");
-//        debug("replacing q=" + q + " this part: " + mm.group(1));
-//        q = q.replaceFirst("\\Q" + mm.group(1) + "\\E", "");
-//      }
-//    }
-//    sw.println("return "+wrap(method, "nodup(n)")+";");
+    //    sw.println("JSArray n = JSArray.create();");
+    //    if(!hasContext) {
+    //      sw.println("Node root = Document.get();");
+    //    }
+    //
+    //    // add root node as context.
+    //    // TODO: support any context
+    //    sw.println("n.addNode(root);");
+    //    String q = selector, lq = null;
+    //    Matcher lmode = modeRe.matcher(q);
+    //    Matcher mm = null;
+    //    String mode = "";
+    //    if (lmode.lookingAt() && notNull(lmode.group(1))) {
+    //      mode = lmode.group(1).replaceAll(trimReStr, "").trim();
+    //      q = q.replaceFirst("\\Q" + lmode.group(1) + "\\E", "");
+    //    }
+    //
+    //    while (notNull(q) && !q.equals(lq)) {
+    //      debug("Doing q=" + q);
+    //
+    //      lq = q;
+    //      Matcher tm = tagTokenRe.matcher(q);
+    //      if (tm.lookingAt()) {
+    //        if ("#".equals(tm.group(1))) {
+    //          sw.println("n = quickId(n, \"" + mode + "\", root, \"" + tm.group(2)
+    //              + "\");");
+    //        } else {
+    //          String tagName = tm.group(2);
+    //          tagName = "".equals(tagName) ? "*" : tagName;
+    //     //     sw.println("if (n.size() == 0) { n=JSArray.create(); }");
+    //          String func = "";
+    //          if ("".equals(mode)) {
+    //            func = "getDescendentNodes";
+    //          } else if (">".equals(mode)) {
+    //            func = "getChildNodes";
+    //          } else if ("+".equals(mode)) {
+    //            func = "getSiblingNodes";
+    //          } else if ("~".equals(mode)) {
+    //            func = "getGeneralSiblingNodes";
+    //          } else {
+    //            treeLogger.log(TreeLogger.ERROR, "Error parsing selector, combiner "
+    //                + mode + " not recognized in " + selector, null);
+    //            throw new UnableToCompleteException();
+    //          }
+    //          sw.println("n = " + func + "(n, \"" + tagName + "\");");
+    //        }
+    //        debug("replacing in q, the value " + tm.group(0));
+    //        q = q.replaceFirst("\\Q" + tm.group(0) + "\\E", "");
+    //      } else {
+    //        String func = "";
+    //        String tagName = "*";
+    //        if ("".equals(mode)) {
+    //          func = "getDescendentNodes";
+    //        } else if (">".equals(mode)) {
+    //          func = "getChildNodes";
+    //        } else if ("+".equals(mode)) {
+    //          func = "getSiblingNodes";
+    //        } else if ("~".equals(mode)) {
+    //          func = "getGeneralSiblingNodes";
+    //        } else {
+    //          treeLogger.log(TreeLogger.ERROR, "Error parsing selector, combiner "
+    //              + mode + " not recognized in " + selector, null);
+    //          throw new UnableToCompleteException();
+    //        }
+    //        sw.println("n = " + func + "(n, \"" + tagName + "\");");
+    //      }
+    //
+    //      while (!(mm = modeRe.matcher(q)).lookingAt()) {
+    //        debug("Looking at " + q);
+    //        boolean matched = false;
+    //        for (RuleMatcher rm : matchers) {
+    //          Matcher rmm = rm.re.matcher(q);
+    //          if (rmm.lookingAt()) {
+    //            String res[] = new String[rmm.groupCount()];
+    //            for (int i = 1; i <= rmm.groupCount(); i++) {
+    //              res[i - 1] = rmm.group(i);
+    //              debug("added param " + res[i - 1]);
+    //            }
+    //            Object[] r = res;
+    //            // inline enum, perhaps type-tightening will allow inlined eval()
+    //            // call
+    //            if (rm.fnTemplate.indexOf("byPseudo") != -1) {
+    //              sw.println("n = Pseudo."+res[0].toUpperCase().replace("-", "_") +
+    //                  ".eval(n, \""+res[1]+"\");");
+    //            } else {
+    //              sw.println(MessageFormat.format(rm.fnTemplate, r));
+    //            }
+    //            q = q.replaceFirst("\\Q" + rmm.group(0) + "\\E", "");
+    //            matched = true;
+    //            break;
+    //          }
+    //        }
+    //        if (!matched) {
+    //          treeLogger
+    //              .log(TreeLogger.ERROR, "Error parsing selector at " + q, null);
+    //          throw new UnableToCompleteException();
+    //        }
+    //      }
+    //
+    //      if (notNull(mm.group(1))) {
+    //        mode = mm.group(1).replaceAll(trimReStr, "");
+    //        debug("replacing q=" + q + " this part: " + mm.group(1));
+    //        q = q.replaceFirst("\\Q" + mm.group(1) + "\\E", "");
+    //      }
+    //    }
+    //    sw.println("return "+wrap(method, "nodup(n)")+";");
   }
 
   protected String getImplSuffix() {
index e0cdb04a66bff4b5b8a3640a72cc404a7fd064ee..5624a0b09befdf3b760406d1ef5e7a50250c7c9f 100644 (file)
@@ -45,8 +45,8 @@ public class SelectorGeneratorNative extends SelectorGeneratorCssToXPath {
     } else if (selector.contains("!=")) {
       sw.println("return "
           + wrap(method, "querySelectorAll(\""
-          + selector.replaceAll("(\\[\\w+)!(=[^\\]]+\\])", ":not($1$2)")
-          + "\", root)") + ";");
+              + selector.replaceAll("(\\[\\w+)!(=[^\\]]+\\])", ":not($1$2)")
+              + "\", root)") + ";");
     } else if (selector.matches(SelectorEngineNative.NATIVE_EXCEPTIONS_REGEXP)) {
       super.generateMethodBody(sw, method, treeLogger, hasContext);
     } else {
index fdc4838c558e13ad7283b27a0382445cde4b85df..ad11c9898d177a9141c45e8ab550c8188d20b4a3 100644 (file)
@@ -57,8 +57,10 @@ public class SelectorGeneratorXPath extends SelectorGeneratorBase {
     public String tagRelation;
   }
 
-  private static Pattern cssSelectorRegExp = Pattern.compile(
-      "^(\\w+)?(#[a-zA-Z_0-9\u00C0-\uFFFF\\-\\_]+|(\\*))?((\\.[a-zA-Z_0-9\u00C0-\uFFFF\\-_]+)*)?((\\[\\w+(\\^|\\$|\\*|\\||~)?(=[a-zA-Z_0-9\u00C0-\uFFFF\\s\\-\\_\\.]+)?\\]+)*)?(((:\\w+[a-zA-Z_0-9\\-]*)(\\((odd|even|\\-?\\d*n?((\\+|\\-)\\d+)?|[a-zA-Z_0-9\u00C0-\uFFFF\\-_]+|((\\w*\\.[a-zA-Z_0-9\u00C0-\uFFFF\\-_]+)*)?|(\\[#?\\w+(\\^|\\$|\\*|\\||~)?=?[a-zA-Z_0-9\u00C0-\uFFFF\\s\\-\\_\\.]+\\]+)|(:\\w+[a-zA-Z_0-9\\-]*))\\))?)*)?(>|\\+|~)?");
+  private static Pattern cssSelectorRegExp =
+      Pattern
+          .compile(
+          "^(\\w+)?(#[a-zA-Z_0-9\u00C0-\uFFFF\\-\\_]+|(\\*))?((\\.[a-zA-Z_0-9\u00C0-\uFFFF\\-_]+)*)?((\\[\\w+(\\^|\\$|\\*|\\||~)?(=[a-zA-Z_0-9\u00C0-\uFFFF\\s\\-\\_\\.]+)?\\]+)*)?(((:\\w+[a-zA-Z_0-9\\-]*)(\\((odd|even|\\-?\\d*n?((\\+|\\-)\\d+)?|[a-zA-Z_0-9\u00C0-\uFFFF\\-_]+|((\\w*\\.[a-zA-Z_0-9\u00C0-\uFFFF\\-_]+)*)?|(\\[#?\\w+(\\^|\\$|\\*|\\||~)?=?[a-zA-Z_0-9\u00C0-\uFFFF\\s\\-\\_\\.]+\\]+)|(:\\w+[a-zA-Z_0-9\\-]*))\\))?)*)?(>|\\+|~)?");
 
   private static Pattern selectorSplitRegExp = Pattern
       .compile("(?:\\[[^\\[]*\\]|\\(.*\\)|[^\\s\\+>~\\[\\(])+|[\\+>~]");
@@ -227,20 +229,22 @@ public class SelectorGeneratorXPath extends SelectorGeneratorBase {
 
   private Sequence getSequence(String expression) {
     int start = 0, add = 2, max = -1, modVal = -1;
-    Pattern expressionRegExp = Pattern.compile(
-        "^((odd|even)|([1-9]\\d*)|((([1-9]\\d*)?)n([\\+\\-]\\d+)?)|(\\-(([1-9]\\d*)?)n\\+(\\d+)))$");
+    Pattern expressionRegExp =
+        Pattern
+            .compile(
+            "^((odd|even)|([1-9]\\d*)|((([1-9]\\d*)?)n([\\+\\-]\\d+)?)|(\\-(([1-9]\\d*)?)n\\+(\\d+)))$");
     Matcher pseudoValue = expressionRegExp.matcher(expression);
     if (!pseudoValue.matches()) {
       return null;
     } else {
-      if (notNull(pseudoValue.group(2))) {   // odd or even
+      if (notNull(pseudoValue.group(2))) { // odd or even
         start = ("odd".equals(pseudoValue.group(2))) ? 1 : 2;
         modVal = (start == 1) ? 1 : 0;
-      } else if (notNull(pseudoValue.group(3))) {      // single digit
+      } else if (notNull(pseudoValue.group(3))) { // single digit
         start = Integer.parseInt(pseudoValue.group(3), 10);
         add = 0;
         max = start;
-      } else if (notNull(pseudoValue.group(4))) {      // an+b
+      } else if (notNull(pseudoValue.group(4))) { // an+b
         add = notNull(pseudoValue.group(6)) ? getInt(pseudoValue.group(6), 1)
             : 1;
         start = notNull(pseudoValue.group(7)) ? getInt(pseudoValue.group(7), 0)
@@ -250,7 +254,7 @@ public class SelectorGeneratorXPath extends SelectorGeneratorBase {
         }
         modVal = (start > add) ? (start - add) % add
             : ((start == add) ? 0 : start);
-      } else if (notNull(pseudoValue.group(8))) {      // -an+b
+      } else if (notNull(pseudoValue.group(8))) { // -an+b
         add = notNull(pseudoValue.group(10)) ? Integer
             .parseInt(pseudoValue.group(10), 10) : 1;
         start = max = Integer.parseInt(pseudoValue.group(10), 10);
@@ -292,8 +296,8 @@ public class SelectorGeneratorXPath extends SelectorGeneratorBase {
           } else {
             xpath = position + " mod " + sequence.add + " = " + sequence.modVal
                 + ((sequence.start > 1) ? " and " + position + " >= "
-                + sequence.start : "") + ((sequence.max > 0) ? " and "
-                + position + " <= " + sequence.max : "");
+                    + sequence.start : "") + ((sequence.max > 0) ? " and "
+                    + position + " <= " + sequence.max : "");
           }
         }
       }
index a967a533f1ef595320a8cb7c8a5f59d549b48ed4..d68af8173236d5df0f19dff8090e78ebd55874ac 100644 (file)
@@ -55,8 +55,8 @@ public class XmlBuilderGenerator extends Generator {
     if (sw != null) {
       for (JMethod method : clazz.getInheritableMethods()) {
         // skip method from JsonBuilder
-        if(xmlBuilderType.findMethod(method.getName(), method.getParameterTypes()) != null){
-            continue;
+        if (xmlBuilderType.findMethod(method.getName(), method.getParameterTypes()) != null) {
+          continue;
         }
         generateMethod(sw, method, treeLogger);
       }
@@ -106,12 +106,13 @@ public class XmlBuilderGenerator extends Generator {
       } else if (isTypeAssignableTo(method.getReturnType(), xmlBuilderType)) {
         String q = method.getReturnType().getQualifiedSourceName();
         sw.println("Element e = getElementBase(\"" + name + "\");");
-        sw.println("return e == null ? null : (" + q + ")((" + q + ")GWT.create(" + q + ".class)).load(e);");
-      } else if (retType.equals(Properties.class.getName())){
+        sw.println("return e == null ? null : (" + q + ")((" + q + ")GWT.create(" + q
+            + ".class)).load(e);");
+      } else if (retType.equals(Properties.class.getName())) {
         sw.println("return getPropertiesBase(\"" + name + "\");");
       } else if (arr != null) {
         String q = arr.getComponentType().getQualifiedSourceName();
-        sw.println("ArrayList<" + q + "> l = new ArrayList<" + q+ ">();");
+        sw.println("ArrayList<" + q + "> l = new ArrayList<" + q + ">();");
         sw.println("for (Element e: getElementsBase(\"" + name + "\")) {");
         sw.println("  " + q + " c = GWT.create(" + q + ".class);");
         sw.println("  c.load(e);");
@@ -135,7 +136,7 @@ public class XmlBuilderGenerator extends Generator {
       } else {
         sw.println("setBase(\"" + name + "\", a);");
       }
-      if (!"void".equals(retType)){
+      if (!"void".equals(retType)) {
         if (isTypeAssignableTo(method.getReturnType(), method.getEnclosingType())) {
           sw.println("return this;");
         } else {
index b27309efad96506ed6513d53ee1cf0968aa6c0c9..fa7569339482098537422af555b964c7cf28ea70 100644 (file)
@@ -66,7 +66,8 @@ public class AjaxTransportJre implements AjaxTransport {
     followRedirections = b;
   }
 
-  private static final String USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0";
+  private static final String USER_AGENT =
+      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0";
   private final String jsonpCbRexp = "(?ms)^.*jre_callback\\((.*)\\).*$";
 
   public Promise getJsonP(final Settings settings) {
@@ -79,16 +80,16 @@ public class AjaxTransportJre implements AjaxTransport {
     }
 
     return getXhr(settings, false)
-      .then(new Function() {
-        public Object f(Object... args) {
-          Response response = arguments(0);
-          if (response.getText().matches(jsonpCbRexp)) {
-            return GQ.create(response.getText().replaceFirst(jsonpCbRexp, "$1"));
-          } else {
-            return GQuery.Deferred().reject().promise();
+        .then(new Function() {
+          public Object f(Object... args) {
+            Response response = arguments(0);
+            if (response.getText().matches(jsonpCbRexp)) {
+              return GQ.create(response.getText().replaceFirst(jsonpCbRexp, "$1"));
+            } else {
+              return GQuery.Deferred().reject().promise();
+            }
           }
-        }
-      });
+        });
   }
 
   public Promise getLoadScript(Settings settings) {
@@ -107,7 +108,8 @@ public class AjaxTransportJre implements AjaxTransport {
           int status = response.getStatusCode();
           if (status <= 0 || status >= 400) {
             String statusText = status <= 0 ? "Bad CORS" : response.getStatusText();
-            dfd.reject(new RequestException("HTTP ERROR: " + status + " " + statusText + "\n" + response.getText()), null);
+            dfd.reject(new RequestException("HTTP ERROR: " + status + " " + statusText + "\n"
+                + response.getText()), null);
           } else {
             dfd.resolve(response, null);
           }
@@ -131,7 +133,8 @@ public class AjaxTransportJre implements AjaxTransport {
     c.setRequestMethod(s.getType());
     c.setRequestProperty("User-Agent", USER_AGENT);
     if (s.getUsername() != null && s.getPassword() != null) {
-      c.setRequestProperty ("Authorization", "Basic " + Base64Utils.toBase64((s.getUsername() + ":" + s.getPassword()).getBytes()));
+      c.setRequestProperty("Authorization", "Basic "
+          + Base64Utils.toBase64((s.getUsername() + ":" + s.getPassword()).getBytes()));
     }
     if (cookieManager != null) {
       cookieManager.setCookies(c);
index a2d3fdd748bd867eb52460e347d65c16ccdad345..0075b708dfbe881acb9711e3e9e7404112ab683f 100644 (file)
@@ -31,7 +31,8 @@ import java.util.StringTokenizer;
  */
 public class CookieManager {
 
-  private Map<String,Map<String,Map<String, String>>> store = new HashMap<String, Map<String,Map<String, String>>>();
+  private Map<String, Map<String, Map<String, String>>> store =
+      new HashMap<String, Map<String, Map<String, String>>>();
 
   private static final String SET_COOKIE = "Set-Cookie";
   private static final String COOKIE_VALUE_DELIMITER = ";";
@@ -61,9 +62,9 @@ public class CookieManager {
   }
 
   public void removeDomainCookie(String domain, String... cookies) {
-    Map<String, Map<String, String>> domainStore =  store.get(domain);
+    Map<String, Map<String, String>> domainStore = store.get(domain);
     if (domainStore != null) {
-      for (String cookie: cookies) {
+      for (String cookie : cookies) {
         domainStore.remove(cookie);
       }
     }
@@ -75,9 +76,9 @@ public class CookieManager {
 
   public void setDomcainCookieProperty(String host, String name, String prop, String value) {
     String domain = getDomainFromHost(host);
-    Map<String, Map<String, String>> domainStore =  store.get(domain);
+    Map<String, Map<String, String>> domainStore = store.get(domain);
     if (domainStore == null) {
-      domainStore = new HashMap<String, Map<String,String>>();
+      domainStore = new HashMap<String, Map<String, String>>();
       store.put(domain, domainStore);
     }
     Map<String, String> cookie = domainStore.get(name);
@@ -106,7 +107,7 @@ public class CookieManager {
     // let's determine the domain from where these cookies are being sent
     String domain = getDomainFromHost(conn.getURL().getHost());
 
-    Map<String,Map<String, String>> domainStore; // this is where we will store cookies for this domain
+    Map<String, Map<String, String>> domainStore; // this is where we will store cookies for this domain
 
     // now let's check the store to see if we have an entry for this domain
     if (store.containsKey(domain)) {
@@ -114,7 +115,7 @@ public class CookieManager {
       domainStore = store.get(domain);
     } else {
       // we don't, so let's create it and put it in the store
-      domainStore = new HashMap<String, Map<String,String>>();
+      domainStore = new HashMap<String, Map<String, String>>();
       store.put(domain, domainStore);
     }
 
@@ -141,8 +142,9 @@ public class CookieManager {
         while (st.hasMoreTokens()) {
           String token = st.nextToken().toLowerCase();
           int idx = token.indexOf(NAME_VALUE_SEPARATOR);
-          if (idx > 0 && idx < token.length() -1) {
-            cookie.put(token.substring(0, idx).toLowerCase(), token.substring(idx + 1, token.length()));
+          if (idx > 0 && idx < token.length() - 1) {
+            cookie.put(token.substring(0, idx).toLowerCase(), token.substring(idx + 1, token
+                .length()));
           }
         }
       }
@@ -168,7 +170,7 @@ public class CookieManager {
     }
     String path = url.getPath();
 
-    Map<String, Map<String, String>> domainStore =  store.get(domain);
+    Map<String, Map<String, String>> domainStore = store.get(domain);
     if (domainStore == null)
       return;
     StringBuffer cookieStringBuffer = new StringBuffer();
index 10547b98e16ec672dbdbf66c6fcbd66c8cbe5f8d..33106c05ebcfb32dbeea2bec793f9f0a9ae38dd8 100644 (file)
@@ -49,7 +49,7 @@ import elemental.json.impl.JreJsonNull;
  * It uses java.util.reflect.Proxy to implement JsonBuilders
  * and elemental light weight json to handle json data.
  */
-public class JsonFactoryJre implements JsonFactory  {
+public class JsonFactoryJre implements JsonFactory {
 
   static JsonFactoryJre jsonFactory = new JsonFactoryJre();
 
@@ -61,13 +61,16 @@ public class JsonFactoryJre implements JsonFactory  {
    */
   static class JreJsonFunction extends JreJsonNull {
     private final Function function;
+
     public JreJsonFunction(Function f) {
       function = f;
     }
+
     @Override
     public String toJson() {
       return function.toString();
     }
+
     public Function getFunction() {
       return function;
     }
@@ -84,7 +87,7 @@ public class JsonFactoryJre implements JsonFactory  {
     }
 
     public JsonBuilderHandler(JsonObject j) {
-       jsonObject = j;
+      jsonObject = j;
     }
 
     public JsonBuilderHandler(String payload) throws Throwable {
@@ -94,10 +97,10 @@ public class JsonFactoryJre implements JsonFactory  {
     @SuppressWarnings("unchecked")
     private <T> Object jsonArrayToList(JsonArray j, Class<T> ctype, boolean isArray) {
       List<T> l = new ArrayList<T>();
-      for (int i = 0; j != null && i < j.length() ; i++) {
-        l.add((T)getValue(j, i, null, null, ctype, null));
+      for (int i = 0; j != null && i < j.length(); i++) {
+        l.add((T) getValue(j, i, null, null, ctype, null));
       }
-      return l.isEmpty() ? null : isArray ? l.toArray((T[])Array.newInstance(ctype, l.size())) : l;
+      return l.isEmpty() ? null : isArray ? l.toArray((T[]) Array.newInstance(ctype, l.size())) : l;
     }
 
     private Double toDouble(String attr, JsonArray arr, int idx, JsonObject obj) {
@@ -108,15 +111,16 @@ public class JsonFactoryJre implements JsonFactory  {
       }
     }
 
-    private Object getValue(JsonArray arr, int idx, JsonObject obj, String attr, Class<?> clz, Method method) {
-     if (clz.equals(Boolean.class) || clz == Boolean.TYPE) {
+    private Object getValue(JsonArray arr, int idx, JsonObject obj, String attr, Class<?> clz,
+        Method method) {
+      if (clz.equals(Boolean.class) || clz == Boolean.TYPE) {
         try {
-          return obj != null ? obj.getBoolean(attr): arr.getBoolean(idx);
+          return obj != null ? obj.getBoolean(attr) : arr.getBoolean(idx);
         } catch (Exception e) {
           return Boolean.FALSE;
         }
       } else if (clz.equals(Date.class)) {
-        return new Date((long)(obj != null ? obj.getNumber(attr): arr.getNumber(idx)));
+        return new Date((long) (obj != null ? obj.getNumber(attr) : arr.getNumber(idx)));
       } else if (clz.equals(Byte.class) || clz == Byte.TYPE) {
         return toDouble(attr, arr, idx, obj).byteValue();
       } else if (clz.equals(Short.class) || clz == Short.TYPE) {
@@ -131,15 +135,16 @@ public class JsonFactoryJre implements JsonFactory  {
         return toDouble(attr, arr, idx, obj).longValue();
       }
 
-      Object ret = obj != null ? obj.get(attr): arr.get(idx);
+      Object ret = obj != null ? obj.get(attr) : arr.get(idx);
       if (ret instanceof JreJsonFunction || clz.equals(Function.class)) {
-        return ret != null && ret instanceof JreJsonFunction ? ((JreJsonFunction)ret).getFunction() : null;
+        return ret != null && ret instanceof JreJsonFunction ? ((JreJsonFunction) ret)
+            .getFunction() : null;
       } else if (ret instanceof JsonNull) {
         return null;
       } else if (ret instanceof JsonString) {
-        return ((JsonString)ret).asString();
+        return ((JsonString) ret).asString();
       } else if (ret instanceof JsonBoolean) {
-        return ((JsonBoolean)ret).asBoolean();
+        return ((JsonBoolean) ret).asBoolean();
       } else if (ret instanceof JsonNumber) {
         return toDouble(attr, arr, idx, obj);
       } else if (ret instanceof JsonArray || clz.isArray() || clz.equals(List.class)) {
@@ -149,23 +154,24 @@ public class JsonFactoryJre implements JsonFactory  {
         } else {
           Type returnType = method.getGenericReturnType();
           if (returnType instanceof ParameterizedType) {
-            ctype = (Class<?>)((ParameterizedType) returnType).getActualTypeArguments()[0];
+            ctype = (Class<?>) ((ParameterizedType) returnType).getActualTypeArguments()[0];
           }
         }
         return jsonArrayToList(obj.getArray(attr), ctype, clz.isArray());
       } else if (ret instanceof JsonObject) {
         if (clz == Object.class) {
-          return jsonFactory.createBinder((JsonObject)ret);
-        } else if (IsProperties.class.isAssignableFrom(clz) && !clz.isAssignableFrom(ret.getClass())) {
-          return jsonFactory.create(clz, (JsonObject)ret);
+          return jsonFactory.createBinder((JsonObject) ret);
+        } else if (IsProperties.class.isAssignableFrom(clz)
+            && !clz.isAssignableFrom(ret.getClass())) {
+          return jsonFactory.create(clz, (JsonObject) ret);
         }
       }
       return ret;
     }
 
-    private <T> JsonArray listToJsonArray(Object...l) throws Throwable {
+    private <T> JsonArray listToJsonArray(Object... l) throws Throwable {
       JsonArray ret = Json.createArray();
-      for (Object o: l) {
+      for (Object o : l) {
         setValue(ret, null, null, o);
       }
       return ret;
@@ -179,30 +185,31 @@ public class JsonFactoryJre implements JsonFactory  {
       try {
         Class<?> valClaz = JsonValue.class;
         if (val instanceof Number) {
-          val = ((Number)val).doubleValue();
+          val = ((Number) val).doubleValue();
           valClaz = Double.TYPE;
         } else if (val instanceof Boolean) {
           valClaz = Boolean.TYPE;
         } else if (val instanceof Date) {
-          val = ((Date)val).getTime();
+          val = ((Date) val).getTime();
           valClaz = Double.TYPE;
         } else if (val instanceof String) {
           valClaz = String.class;
         } else if (val instanceof IsProperties) {
-          val = ((IsProperties)val).getDataImpl();
+          val = ((IsProperties) val).getDataImpl();
         } else if (val.getClass().isArray() || val instanceof List) {
-          val  = listToJsonArray(val.getClass().isArray() ? (Object[])val : ((List<?>)val).toArray());
+          val =
+              listToJsonArray(val.getClass().isArray() ? (Object[]) val : ((List<?>) val).toArray());
         } else if (val instanceof Function) {
-          val = new JreJsonFunction((Function)val);
+          val = new JreJsonFunction((Function) val);
         }
 
         if (jsObj != null) {
           Method mth = jsObj.getClass().getMethod("put", String.class, valClaz);
-          mth.invoke(jsObj, new Object[]{attr, val});
+          mth.invoke(jsObj, new Object[] {attr, val});
           return jsObj;
         } else {
           Method mth = jsArr.getClass().getMethod("set", Integer.TYPE, valClaz);
-          mth.invoke(jsArr, new Object[]{new Integer(jsArr.length()), val});
+          mth.invoke(jsArr, new Object[] {new Integer(jsArr.length()), val});
           return jsArr;
         }
       } catch (Throwable e) {
@@ -224,7 +231,7 @@ public class JsonFactoryJre implements JsonFactory  {
         return jsonObject.keys();
       } else if ("as".equals(mname)) {
         @SuppressWarnings("unchecked")
-        Class<? extends JsonBuilder> clz = (Class<? extends JsonBuilder>)args[0];
+        Class<? extends JsonBuilder> clz = (Class<? extends JsonBuilder>) args[0];
         return jsonFactory.create(clz, jsonObject);
       } else if ("getJsonName".equals(mname)) {
         return JsonBuilderGenerator.classNameToJsonName(getDataBindingClassName(proxy.getClass()));
@@ -239,10 +246,11 @@ public class JsonFactoryJre implements JsonFactory  {
       } else if (mname.matches("toString")) {
         return jsonObject.toString();
       } else if (mname.matches("toJsonWithName")) {
-        String jsonName = JsonBuilderGenerator.classNameToJsonName(getDataBindingClassName(proxy.getClass()));
-        return "{\"" + jsonName + "\":"+ jsonObject.toString() + "}";
+        String jsonName =
+            JsonBuilderGenerator.classNameToJsonName(getDataBindingClassName(proxy.getClass()));
+        return "{\"" + jsonName + "\":" + jsonObject.toString() + "}";
       } else if (mname.matches("toJson")) {
-        return jsonObject.toString() ;
+        return jsonObject.toString();
       } else if ("toQueryString".equals(mname)) {
         return param(jsonObject);
       } else if (largs == 1 && mname.equals("get")) {
@@ -283,9 +291,9 @@ public class JsonFactoryJre implements JsonFactory  {
         ret += ret.isEmpty() ? "" : "&";
         JsonValue v = o.get(k);
         if (v instanceof JsonArray) {
-          for (int i = 0, l = ((JsonArray)v).length(); i < l ; i++) {
+          for (int i = 0, l = ((JsonArray) v).length(); i < l; i++) {
             ret += i > 0 ? "&" : "";
-            JsonValue e = ((JsonArray)v).get(i);
+            JsonValue e = ((JsonArray) v).get(i);
             ret += k + "[]=" + e.toJson();
           }
         } else {
@@ -312,12 +320,14 @@ public class JsonFactoryJre implements JsonFactory  {
 
   public IsProperties createBinder() {
     InvocationHandler handler = new JsonBuilderHandler();
-    return (IsProperties)Proxy.newProxyInstance(IsProperties.class.getClassLoader(), new Class[] {IsProperties.class}, handler);
+    return (IsProperties) Proxy.newProxyInstance(IsProperties.class.getClassLoader(),
+        new Class[] {IsProperties.class}, handler);
   }
 
   public IsProperties createBinder(JsonObject jso) {
     InvocationHandler handler = new JsonBuilderHandler(jso);
-    return (IsProperties)Proxy.newProxyInstance(IsProperties.class.getClassLoader(), new Class[] {IsProperties.class}, handler);
+    return (IsProperties) Proxy.newProxyInstance(IsProperties.class.getClassLoader(),
+        new Class[] {IsProperties.class}, handler);
   }
 
   @Override
index a50a57cbb0616a17ef3961b013aee5ace1f593a6..1aa8352c84369583f740416576fefceb8266e950 100644 (file)
@@ -26,11 +26,11 @@ import java.util.Map;
  */
 public class ResponseJre extends Response {
   private int status;
-  private Map<String,List<String>> headers;
+  private Map<String, List<String>> headers;
   private String responseText;
   private String statusText;
 
-  public ResponseJre(int status, String statusText, String text, Map<String,List<String>> headers) {
+  public ResponseJre(int status, String statusText, String text, Map<String, List<String>> headers) {
     this.status = status;
     this.headers = headers;
     this.responseText = text;
@@ -58,6 +58,7 @@ public class ResponseJre extends Response {
         public String getValue() {
           return v;
         }
+
         public String getName() {
           return s;
         }
@@ -66,19 +67,23 @@ public class ResponseJre extends Response {
     }
     return ret;
   }
+
   public String getHeadersAsString() {
     String ret = "";
     for (Header h : getHeaders()) {
-      ret += h.getName() + ":"  + h.getValue() + "\n";
+      ret += h.getName() + ":" + h.getValue() + "\n";
     }
     return ret;
   }
+
   public int getStatusCode() {
     return status;
   }
+
   public String getStatusText() {
     return statusText;
   }
+
   public String getText() {
     return responseText;
   }
index 00c9a07be9a5f9ced8c7eec498bbc4d4dc668bf0..9166190a26f66ed93e508995f2441ce564ded550 100644 (file)
@@ -74,9 +74,11 @@ public class PromiseRF extends DeferredPromiseImpl {
         public void onConstraintViolation(Set<ConstraintViolation<?>> violations) {
           dfd.reject(new ServerFailure("ConstraintViolation"), violations);
         }
+
         public void onFailure(ServerFailure error) {
           dfd.reject(error);
         }
+
         public void onSuccess(Object response) {
           responses.add(response);
           // Resolve only when all requests have been received