(Object o)
| 897 | /// @deprecated this method serves as a temporary workaround for an XMLVM bug and will be removed |
| 898 | /// once the bug is fixed |
| 899 | public static boolean instanceofObjArray(Object o) { |
| 900 | return getImplementation().instanceofObjArray(o); |
| 901 | } |
| 902 | |
| 903 | /// This method allows working around [issue 58](http://code.google.com/p/codenameone/issues/detail?id=58) |
| 904 | /// |
no test coverage detected