uweschaefer / wicket-modelfactory

API to create Wicket PropertyModels in a typesafe and refactoring-safe way
http://www.wicketeer.org/wicket-modelfactory/getting_started.html
Other
3 stars 1 forks source link

NPE on navigation beyond final methods #1

Open uweschaefer opened 9 years ago

uweschaefer commented 9 years ago

MF needs to detect final methods when trying to create an ad hoc proxy. problem is, we probably should not warn for just any final method, because maybe it never is called. on the other hand, once a method is called, it is too late.

open for suggestions here.

Kudos for finding this one go to R.Kuehne