Timeline for Making abstract method parameters final in Java
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:32 | history | edited | URL Rewriter Bot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Jul 18, 2013 at 10:35 | vote | accept | amaidment | ||
| Jul 18, 2013 at 10:21 | comment | added | amaidment | @ErikPragt- amended question on the motivation. | |
| Jul 18, 2013 at 10:21 | history | edited | amaidment | CC BY-SA 3.0 | added motivation |
| Jul 18, 2013 at 9:46 | comment | added | Erik Pragt | What exactly are you trying to accomplish? Immutability? | |
| Jul 18, 2013 at 9:45 | answer | added | morgano | timeline score: 4 | |
| Jul 18, 2013 at 9:45 | comment | added | Matthias | But even if a method reassigns the variable handed to it, it has no consequences for the caller as the object reference is passed by value. Things turn a lot more evil if you change to object by modifying its state. | |
| Jul 18, 2013 at 9:44 | answer | added | Jon Skeet | timeline score: 12 | |
| Jul 18, 2013 at 9:42 | history | asked | amaidment | CC BY-SA 3.0 |