• Joined on 2026年04月15日
mrlem created repository mrlem/java-gi-examples 2026年06月24日 08:46:24 +02:00
mrlem created repository mrlem/java-gi 2026年06月24日 08:35:04 +02:00
mrlem commented on issue java-gi/java-gi#349 2026年05月15日 09:53:26 +02:00
TreeListStore exception due to wrong item typing

I see your point. Maybe we could add a javadoc warning in the constructor as you mentionned, and add one in getItem() too? (as it's the likely place it will crash: a @throws clause?)

mrlem commented on issue java-gi/java-gi#349 2026年04月15日 20:27:58 +02:00
TreeListStore exception due to wrong item typing

Adding generation of a TreeListModel getItem method like:

mrlem commented on issue java-gi/java-gi#349 2026年04月15日 19:07:15 +02:00
TreeListStore exception due to wrong item typing

Ok, indeed this is a misusage, that makes sense.

mrlem opened issue java-gi/java-gi#349 2026年04月15日 17:31:26 +02:00
TreeListStore exception due to wrong item typing