Skip to content

Commit

Permalink
Add resources for test
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Sep 8, 2018
1 parent 9e147f9 commit b08e2a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Log file
*.log
!sample.log

# BlueJ files
*.ctxt
Expand All @@ -12,6 +13,7 @@

# Package Files #
*.jar
!atos.jar
*.war
*.nar
*.ear
Expand Down Expand Up @@ -45,3 +47,4 @@ Thumbs.db
.classpath
.project
.settings/

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
java.lang.ClassCastException: java.base/java.lang.Boolean cannot be cast to java.base/java.lang.String
at eu.stamp.uc.atos.poc.evocrash.MyObject.badIdea(MyObject.java:11)
at eu.stamp.uc.atos.poc.evocrash.MyObject.callBadIdea(MyObject.java:17)
at eu.stamp.uc.atos.poc.evocrash.MyObject.unnecessaryMethod(MyObject.java:21)
at eu.stamp.uc.atos.poc.evocrash.DoIt.main(DoIt.java:6)
Binary file not shown.

0 comments on commit b08e2a4

Please sign in to comment.