|
From: Randall W. <ran...@al...> - 2017-02-01 12:33:40
|
Branch: refs/heads/master Home: https://github.com/JMRI/JMRI Commit: b7ff84595f29da77693e498d64d2ac5d05e3de26 https://github.com/JMRI/JMRI/commit/b7ff84595f29da77693e498d64d2ac5d05e3de26 Author: Randall Wood <ran...@al...> Date: 2017-02-01 (Wed, 01 Feb 2017) Changed paths: M java/src/jmri/jmrit/logix/OBlock.java Log Message: ----------- Ignore collection in hashCode (#2979) The addresses #2976. The removed problematic line can cause a circular reference and eventual stack overflow if an item in the referred to collection refers back to the OBlock. |