Highlights
- Arctic Code Vault Contributor
Pinned
661 contributions in the last year
Less
More
Activity overview
Contributed to
KvanTTT/MarkConv,
antlr/grammars-v4,
KvanTTT/ExcessNullChecker
and 5 other
repositories
Contribution activity
March 2021
KvanTTT has no activity
yet for this period.
February 2021
Created 75 commits in 2 repositories
Created 1 repository
- KvanTTT/ExcessNullChecker Kotlin
Created a pull request in AvaloniaUI/Avalonia that received 1 comment
Compile time parsing (Brush, RelativePoint)
What does the pull request do? Adds compile-time parsing for brushes and other classes. What is the current behavior? Runtime parsing. What is the …
+250
−44
•
1
comment
Opened 2 other pull requests in 1 repository
KvanTTT/ExcessNullChecker
1
open
1
merged
Created an issue in KvanTTT/ExcessNullChecker that received 1 comment
Support of ATHROW opcode
static void throwException(Object a) throws Exception { if (a == null) throw new Exception(); if (a != null) { // Test: condition_is_always_true } }
1
comment
Opened 9 other issues in 1 repository
KvanTTT/ExcessNullChecker
6
open
3
closed
- Support of synchronized (MONITORENTER, MONITOREXIT opcodes)
- Support try-catch-finally blocks (exception table)
- Correct support of INSTANCEOF opcode
- Support of accessing via arrays indexes
- Support of switch-case block (TABLESWITCH, LOOKUPSWITCH opcodes)
- Add README
- Support of combination of early exit and subsequent same condition
- Print clear error messages
- Support of full directory scan (.java or .class files)