Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/src/example_usecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The code examples make use of various JVerify features that, unless you've read
Without instructions, JVerify will detect many common types of bugs. Here's some code that shows two `NullPointerException`s being detected by JVerify:

```java
{{#include ../../../examples/src/test/java/org/strata/jverify/examples/NullCheck.java}}
{{#include ../../../examples/src/test/java/org/strata/jverify/examples/SimpleNullCheck.java}}
```

#### Prevent dereferencing null without checking it
Expand Down
Loading