Wednesday, November 5, 2025

gwtCompile infinite recursion bug?

Hello all,

I had a recursive setter get created while switching a field's name.

I ended up with:

public void setSearchTerm(String searchTerm) {     setSearchTerm(searchTerm);  }  

And the gwtCompile just stops and sits there… (I presume after a very very very very long time it would error out?)

Is this a known bug? Feature?

-Mike

No comments:

Post a Comment