issues Search Results · repo:UnquietCode/JState language:Java
Filter by
24 results
(97 ms)24 results
inUnquietCode/JState (press backspace or delete to remove)Hello,
it looks like the transition method now calls transitionAsync internally (rather than the other way around) and I m
finding that legacy code that relies on thread locals is failing with newer versions. ...
mkoppanen
- 1
- Opened on Jan 23, 2019
- #25
- [x] move SequenceHandler to sequences package
- [x] make old class extend new class
- [x] deprecate old class
Improvement
UnquietCode
- Opened on Nov 26, 2018
- #23
There is a deadlock because the outer transition holds the lock, and as part of the action a new transition is called.
Clearly this is bad behavior, but the deadlock is somewhat off-putting. It should ...
Bug
Improvement
UnquietCode
- Opened on Aug 26, 2018
- #22
Hello,
with the new version 3.0 when I have in the code a sequence
esm.onSequence(list012, new SequenceHandler State () {
@Override
public void onMatch(List State pattern) {
...
fraVerryns
- 1
- Opened on Jul 31, 2018
- #21
It would be great if sequence matching could operate with one or more wildcard states. During matching, these states
would always match the input state.
Feature
Improvement
UnquietCode
- Opened on Jul 16, 2018
- #20
The initial state of a state machine should qualify as a real state for pattern matching. Currently only transitions are
counted as recent states.
Bug
UnquietCode
- Opened on Jul 16, 2018
- #19
The initial state provided to a WrappedStateMachine, such as EnumStateMachine, is not calling the wrap method which
passes through the cache. As a consequence multiple versions of a wrapper are being created. ...
Bug
UnquietCode
- Opened on Jul 16, 2018
- #18
Hello, I am using your library for a project. I have a question about onSequence. It seems like the list should have the
same size. If for example I have two lists: one of size 3 and the other of size ...
Bug
fraVerryns
- 1
- Opened on Jul 16, 2018
- #17
- [x] give the ol readme a once-over
- [x] update version to 3.0
- [x] mention JDK 8 requirement
- [x] new features (wildcards)
Task
UnquietCode
- Opened on Apr 27, 2018
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.