commit | c5d43f76fd7c3ccb91f1b75618a9c9e8f202505b | [log] [tgz] |
---|---|---|
author | László Dávid <laszlo.david@gmail.com> | Fri Nov 23 00:26:22 2012 +0100 |
committer | László Dávid <laszlo.david@gmail.com> | Fri Nov 23 00:26:22 2012 +0100 |
tree | f95c27b40338f5e0e57ead1d0e2a2d9a1fdaae17 | |
parent | 7e007ff83738a83f43cb59ddc023a2b860367074 [diff] |
Fix infinite recursive loop FindBugs description: There is an apparent recursive loop at IntProperty.java in method set(Object, Integer) This method unconditionally invokes itself. This would seem to indicate an infinite recursive loop that will result in a stack overflow. Change-Id: I2f52dd3689198cb948925aa65dd9c95be7888fe7