Releases: bibaev/stream-debugger-plugin
Releases · bibaev/stream-debugger-plugin
Add a version for Android Studio
Version for 2017.2
- Update UI
- Bug-fixes and improvements
StreamEx support
- Support StreamEx library
- Minor fixes and improvements
Remove usage of unsupported API
- Remove usage of unsupported API LambdaUtil#isFullyInfered
Transitions for terminal operations
- Add transitions for toArray/collect/find*/*Match terminal methods
- Support stream with nulls
- Fix bug when IDE hangs
- Minor fixes and improvements
Small fixes
- Improve lines drawing
- Minor fixes and improvements
Initial
Improve stream detection
- Support ambiguous stream chains
- Show popup when many candidates to trace found
- Multi-level search for stream chains
- Correct handle compilation and run-time errors (not in the user code)
- Minor improvements and bugfixes
Fixes after preview
- Fix redundant boxing for primitive results
- Add default size for the trace window
- Fix bug when transitions for
sorted
callDoubleStream.of(0., -0.).sorted().sum()
were wrong
Minor fixes and improvements
- Add result tree to the flat view,
- Close Trace View when debugger session stopped,
- Draw transition lines when linked item relatively far too,
- Fix bug when the trace expression use a not imported class
- Small code-style fixes