Skip to content

Commit

Permalink
feat(objectionary#534): add one more puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Apr 2, 2024
1 parent 3fef602 commit 51f591f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
* These directives then can be used to build an XML document.
*
* @since 0.3
* @todo #534:90min Refactor the code to reduce complexity and remove null values.
* Currently many classes use null checks in many places, including DirectivesAnnotationVisitor.
* This happens because the Java ASM library produce them a lot.
* I added accidentally checks, but they look awful.
* We need to refactor the code to remove these checks and make it more readable.
* Moreover, I would pay attention to all Null usages in the project.
*/
public final class DirectivesAnnotationVisitor extends AnnotationVisitor {

Expand Down

0 comments on commit 51f591f

Please sign in to comment.