Re: Possible bug with FunctionType3?

2022-06-14 Thread Tilman Hausherr
Am 15.06.2022 um 05:42 schrieb Tilman Hausherr: float[] functionResult = function.eval(functionValues); eval is an abstract method, but I don't see how any of its implementation would return null :-(   (but I just woke up) oops, the return of eval() is irrelevant here. Anyway, I fixed the

Re: Possible bug with FunctionType3?

2022-06-14 Thread Tilman Hausherr
float[] functionResult = function.eval(functionValues); eval is an abstract method, but I don't see how any of its implementation would return null :-(   (but I just woke up) oh wait, there's this:     if (functionsArray.length == 1)     {     // This doesn't make sense but

Possible bug with FunctionType3?

2022-06-14 Thread John Lussmyer
We are using PDFBox to render various PDF files in our product. One customer is having issues due to PDFBox throwing a NullPointerException when certain files are rendered. (No, I don't have copies of the files - yet) Any ideas on what could cause this? java.lang.NullPointerException: null