I have a class A, that contains a LinkedHashSet of another class named B. When I try to fetch that hash set, it returns a null pointer. BUT, when I run the program in debug mode, it works fine!! So I'm almost sure it is a bug? Or maybe something I'm doing wrong?
Here is a test class that shows the problem. (It has 3 files. test<main>, ObjectA, and ObjectB).
Sorry if my english is not perfect. Ask anything.
Thank you. Byee! ;)