Representative Line: The Longest Method? |
An anonymous reader was chatting with their fellow developers on Slack. They work for a telecom, and thus have to support software and hardware from a variety of vendors. In one Apple-provided API, they found this method.
ALUnlockWebServiceRequest appleUnlockWSRequest = new ALUnlockWebServiceRequest();
appleUnlockWSRequest.getAddPendingUnlockDeviceRequestAndCheckUnlockStatusDeviceRequestAndRemoveUnlockDeviceRequest();

Now, that is a pretty long method name, and its certainly a WTF. That said, Java has classes like this one, and theres always Spring, if you want to find something really long. Besides, its not the length of the name thats important, its how you invoke it.
| Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |