A little bit lost here. Just having one of those stupid moments again and cannot figure out why I am getting "java.lang.RuntimeException: Method: checkPoints not matched."
In the B4J code and inline Java code it logs:
So, it seems that the instances in the B4J and inline Java code are the same but for some reason it says the methods are not matched when calling the inline Java code from the B4J code.
Can someone please guide this dummy (me.As(Stupid)) in the right direction?
JS
In the B4J code and inline Java code it logs:
B4X:
b4j.example.main$Point@1625e379
b4j.example.main$Point@50825d5a
b4j.example.main$Point@13b6edf9
b4j.example.main$Point@50262488
b4j.example.main$Point@69a13bde
b4j.example.main$Point@2b0bc33d
b4j.example.main$Point@ff63a80
***************
(Point) b4j.example.main$Point@1625e379
(Point) b4j.example.main$Point@50825d5a
(Point) b4j.example.main$Point@13b6edf9
(Point) b4j.example.main$Point@50262488
(Point) b4j.example.main$Point@69a13bde
(Point) b4j.example.main$Point@2b0bc33d
(Point) b4j.example.main$Point@ff63a80
main._appstart (java line: 130)
java.lang.RuntimeException: Method: checkPoints not matched.
So, it seems that the instances in the B4J and inline Java code are the same but for some reason it says the methods are not matched when calling the inline Java code from the B4J code.
Can someone please guide this dummy (me.As(Stupid)) in the right direction?
JS