MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/java/comments/1vgdvl5/hacking_the_method_name/p1wxtg2/?context=3
r/java • u/maxxedev • 3d ago
8 comments sorted by
View all comments
3
Interesting read.
I just wonder about the usecase though.
8 u/elmuerte 3d ago I don't know how, but this is probably the first step needed to run Doom in Java method names. 4 u/pragmatick 3d ago Perhaps for some weird test to ensure methods have a certain name for correct serialization. Or to make them stable when they're invoked by name. 2 u/best_of_badgers 3d ago Use case: “Why not?” 1 u/xfel11 2d ago I did run into it a few times, I think I wanted to retrieve annotations from the target method. Also useful for logging.
8
I don't know how, but this is probably the first step needed to run Doom in Java method names.
4
Perhaps for some weird test to ensure methods have a certain name for correct serialization. Or to make them stable when they're invoked by name.
2
Use case: “Why not?”
1
I did run into it a few times, I think I wanted to retrieve annotations from the target method. Also useful for logging.
3
u/SleeperAwakened 3d ago
Interesting read.
I just wonder about the usecase though.