Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 378 Bytes

File metadata and controls

22 lines (14 loc) · 378 Bytes

Java Error Examples

This contains sample Java code with errors:

  1. com.example.FactorialCalcular throws a StackOverFlowException - run the unittest to see.
  2. com.example.store.Main throws NullPointerException when you run it.

Build Instructions

To build the project:

./gradlew build

Test instructions

To run the tests:

./gradlew test