Reviewers
Request review
No reviewers
Labels
Clear labels
1
13
2
21
3
34
5
55
8
Something isn't working
Event Bus Core
This doesn't hurt
This issue or pull request already exists
New feature or request
Extra attention is needed
This is absolutely necessary
Event Bus Proc
Further information is needed
This should be implemented
This won't be implemented (for now)
Something is not working
Fixes a bug
This has to be discussed
Related to documentation
Introduces a new feature
Branches where 300 < X <= 600 lines are added and more than one work day is needed
Branches where 100 < X <=300 lines are added
Related to project maintenance
Won't be done in the immediate future
Refactoring code or architectures
Branches where X <= 100 lines are added or less than 30 minutes are needed
Will not be fixed in this state of development
Branch where X > 600 lines are added and more than two work days are needed
Apply labels
1
1
13
13
2
2
21
21
3
3
34
34
5
5
55
55
8
8
bug
Something isn't working
core
Event Bus Core
could have
This doesn't hurt
duplicate
This issue or pull request already exists
enhancement
New feature or request
help wanted
Extra attention is needed
must have
This is absolutely necessary
proc
Event Bus Proc
question
Further information is needed
should have
This should be implemented
wont have
This won't be implemented (for now)
bug
Something is not working
bugfix
Fixes a bug
discussion
This has to be discussed
documentation
Related to documentation
feature
Introduces a new feature
L
Branches where 300 < X <= 600 lines are added and more than one work day is needed
M
Branches where 100 < X <=300 lines are added
maintenance
Related to project maintenance
postponed
Won't be done in the immediate future
refactoring
Refactoring code or architectures
S
Branches where X <= 100 lines are added or less than 30 minutes are needed
wontfix
Will not be fixed in this state of development
XL
Branch where X > 600 lines are added and more than two work days are needed
No Label
1
13
2
21
3
34
5
55
8
bug
core
could have
duplicate
enhancement
help wanted
must have
proc
question
should have
wont have
bug
bugfix
discussion
documentation
feature
L
M
maintenance
postponed
refactoring
S
wontfix
XL
Milestone
Set milestone
Clear milestone
No items
No Milestone
Assignees
Assign users
Clear assignees
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
No dependencies set.
Reference: zdm/event-bus#37
Reference in New Issue
There is no content yet.
Delete Branch 'f/handler-caching'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Closes #20
@ -405,0 +435,4 @@
var it = binding.iterator();
while (it.hasNext()) {
var handler = it.next();
if (handler.getListener() == listener) {
Maybe add a comment on why
==
instead ofequals
.As we implicitly test using
equals
inregisterListener(...)
, I will change this as well.@ -67,0 +71,4 @@
@Test
void testBindingCache() {
String executionOrder = bus.debugExecutionOrder(SimpleEventSub.class);
System.out.println(executionOrder);
Why?
cc5c07079a
into develop 1 year agoReviewers
cc5c07079a
.