Does this method work when called from the associated JUnit test? (BTW, this code is missing a finally block to correctly clean up resources and looks like sensitive to SQL injection attack, but let's table that for now I guess).
2018-02-06 11:45 GMT+01:00 Virginia Mesa <[email protected]>: > Hi, > > Look,this is the Java method: > > > > The method returns an array of string, does it always return a JSON? > > What happens is that then I use that array to fill a table, so I need it to > be an array to go through it like this: > > > > > To that variable 'orderOfcomps', I want to give it the value of the array to > be able to traverse it, and in this way I would already have it. > > Thank you very much again, I hope I do not cause you much trouble. > > A greeting. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/296aa94d-a93d-4181-ae0b-046465b64cc2% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/296aa94d-a93d-4181-ae0b-046465b64cc2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS6fkxUEVW-6qz-YSmjThGK0CG4XhxhmFQdoR26oeHGJGw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
