I am creating a simple plug-in to generate Fibonacci series. In my java code I h

I am creating a simple plug-in to generate Fibonacci series. In my java code I have used ArrayList<Integer> a = new ArrayList<Integer>() to store all the numbers in an Array. At the end of the code, I return the ArrayList object i.e return a. But when I call my function in Expression Rule after exporting the plugin to the plugin folder, the function doesn't seem to exist. Is this because I am returning an Array of values? What should I do to generate an array of values?

I had made another simple plug-in to fetch the factorial of a number. This worked successfully.

OriginalPostID-223874

OriginalPostID-223874

  Discussion posts and replies are publicly visible