Artyom Drozdov
Artyom Drozdov
If some exception occurs during data write process, data will be partially written. It can only happen during initial data saving, when no backup file created.
Allows to build the project on machine with Java 9 only by updating build tools and gradle wrapper.
This code depends on generated class: ``` FragmentA fragment = new Fragment_(); ``` It would be a big problem, if it is the only place. E.g. I want to make...
The method BackgroundExecutor.hasSerialRunning() now runs under synchronization with complexity O(N). Maybe we should consider some another approach? I don't have a solution at the moment, but I'm pretty sure, that...
Hey! I'm working on internal plugin for tracking tests state. For that reason I have to add listener to the spoon runner. Looks like you originally planned this ability, so...