-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify listener class checks in posting hot-path (#62)
Remove the need for Objects#equals in the posting hot-path Remove null check in ASMEventHandler#invoke The handler is created by the factory, which for ASM and ClassFactory goes through IEventListenerFactory#getUniqueName, which would throw an NPE during handler creation, therefore handler can never be null. Cleanup ASMEventHandler, make filter final
- Loading branch information
1 parent
42eba1c
commit 913fb17
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters