Skip to content

Commit

Permalink
Remove todo (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 committed Aug 3, 2023
1 parent 24f6e3f commit 1a0138a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,3 @@ if (parser.next()) {
String sdValue = results.getSdValue("event_key@12345","paramKey");
}
----

== Todo

=== RFC5424Parser.java
* Take maximum allocation sizes from ParserResultset for string length checking
* Throw if maximum size is exceeded
* Throw if quotation exceed maximum line. THIS STALLS AT THE MOMENT.
* Honour the subscription map
* Extract rest of the switch case states from the next() to private methods
* Try extracting sdParsing to a dedicated class
* Try extracting buffer handling to a dedicated class

=== Tests

* More test cases, see palindromicity code

0 comments on commit 1a0138a

Please sign in to comment.