FindBugs: May expose internal representation by returning reference to mutable object
19. November 2014 Keine Kommentare zu FindBugs: May expose internal representation by returning reference to mutable objectFindBugs is a neat tool to monitor your code quality. The sooner or later you will probably hit this malicious code vulnerability: „Method-X may expose internal representation by storing/returning an externally mutable object into/from Field-Y“. In most cases, this relates to storing or returning
Read more