What steps will reproduce the problem?
1. I m having a cell table which has a sortable column.
2. To show up/down arrow while sorting we have to write below statement
cellTable.getColumnSortList().push(someColumn);
@see: https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellTable
When I run junit for the widget which has above statement it throws below
error. I am not able to test a single line of my widget since the above code is
in initTable() which is called in Widget constructor. Please help.
I am using 0.43 version and GWT-2.5.0
java.lang.UnsatisfiedLinkError:
com.google.gwt.dom.builder.shared.HtmlStylesBuilder$FastStringMapClient.getImpl(
Lcom/google/gwt/core/client/JavaScriptObject;Ljava/lang/String;)Ljava/lang/Strin
g;
at com.google.gwt.dom.builder.shared.HtmlStylesBuilder$FastStringMapClient.getImpl(Native Method)
at com.google.gwt.dom.builder.shared.HtmlStylesBuilder$FastStringMapClient.get(HtmlStylesBuilder.java:101)
at com.google.gwt.dom.builder.shared.HtmlStylesBuilder.toHyphenatedForm(HtmlStylesBuilder.java:164)
at com.google.gwt.dom.builder.shared.HtmlStylesBuilder.trustedProperty(HtmlStylesBuilder.java:438)
Original issue reported on code.google.com by kunal22...@gmail.com on 3 Mar 2013 at 12:15
Original issue reported on code.google.com by
kunal22...@gmail.com
on 3 Mar 2013 at 12:15