thomashan / zkgrails

Automatically exported from code.google.com/p/zkgrails
0 stars 0 forks source link

Improve Error Report for "afterCompose" #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a case that we put a wrong type to afterCompose and the error report 
is very misleading.

To reproduce change the parameter to be like this:

def afterCompose = { Button wnd ->
}

The ZUL servlet should be reporting that "wnd" is type-mismatched. Rather than
"No signature of method: static java.lang.Math.max()"

Original issue reported on code.google.com by chanwit on 10 Dec 2012 at 11:47

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 29 Dec 2012 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 14 Jan 2013 at 4:14

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 7 Feb 2013 at 11:15

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 18 Mar 2013 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 15 Apr 2013 at 7:52

GoogleCodeExporter commented 8 years ago
Fixed by commit: 1f52321407a424e598e81ddae80cb53b33391846

Original comment by chanwit on 27 Apr 2013 at 4:28