-
-
Notifications
You must be signed in to change notification settings - Fork 14
add debug logs; remove custom handler api #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #97 +/- ##
=============================================
- Coverage 94.96% 77.96% -17.00%
- Complexity 82 92 +10
=============================================
Files 24 24
Lines 258 472 +214
Branches 2 2
=============================================
+ Hits 245 368 +123
- Misses 9 100 +91
Partials 4 4
|
5a0e594 to
5669d63
Compare
src/main/java/org/rocstreaming/roctoolkit/NativeObjectCleaner.java
Outdated
Show resolved
Hide resolved
src/main/java/org/rocstreaming/roctoolkit/NativeObjectCleaner.java
Outdated
Show resolved
Hide resolved
src/main/java/org/rocstreaming/roctoolkit/NativeObjectCleaner.java
Outdated
Show resolved
Hide resolved
f8987af to
90db3c6
Compare
|
TODO: remove hand-crafted toString from *Config |
|
Regarding naming: what about renaming tryOpen+destructor to constructor+destructor or construct+destroy or tryConstruct+destroy? |
fix #53