Closed iarspider closed 9 years ago
Is it really necessary to throw exception in parseStringIntoRecipeItem if the string passed is not a valid item? Why not complain in the logs and keep on processing?
Because it will crash later in the line if a null item is used in a recipe.
Is it really necessary to throw exception in parseStringIntoRecipeItem if the string passed is not a valid item? Why not complain in the logs and keep on processing?