You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error message: failed to map: 'xxData=new String[p.length][q.length]'.
I have tried to add mapType("java.lang.String[][]", "System.String[][]"); and mapType("[[Ljava.lang.String", "System.String[][]"); to configuration, but neither works. Is there any way to ignore the error if no simple solution?
The text was updated successfully, but these errors were encountered:
@kymowang I figured out through examing the sharpen source that you can add @sharpen.ignore to any method's javadoc and sharpen will skip over that method.
error message:
failed to map: 'xxData=new String[p.length][q.length]'.
I have tried to add
mapType("java.lang.String[][]", "System.String[][]");
andmapType("[[Ljava.lang.String", "System.String[][]");
to configuration, but neither works. Is there any way to ignore the error if no simple solution?The text was updated successfully, but these errors were encountered: