Re: [Math] Utilization of Lombok

2015-09-28 Thread Ole Ersoy
On 09/27/2015 11:14 PM, venkatesha murthy wrote: Do we know if lombok is supported on all flavours of java for instance IBM JDK, Open JDK , java 8 etc... Was just thinking of the future proof readiness. Iam absolutely interested in lombok and even today use it for most demo purposes and have

Re: [Math] Utilization of Lombok

2015-09-27 Thread Thomas Neidhart
On 09/28/2015 06:14 AM, venkatesha murthy wrote: > Do we know if lombok is supported on all flavours of java for instance IBM > JDK, Open JDK , java 8 etc... > > Was just thinking of the future proof readiness. > > Iam absolutely interested in lombok and even today use it for most demo > purposes

Re: [Math] Utilization of Lombok

2015-09-27 Thread venkatesha murthy
Do we know if lombok is supported on all flavours of java for instance IBM JDK, Open JDK , java 8 etc... Was just thinking of the future proof readiness. Iam absolutely interested in lombok and even today use it for most demo purposes and have been stressing for its use where Oracle JDK is the pr

Re: [Math] Utilization of Lombok

2015-09-25 Thread Ole Ersoy
On 09/25/2015 12:55 PM, Thomas Neidhart wrote: On 09/25/2015 05:04 PM, Ole Ersoy wrote: Hi Thomas, On 09/25/2015 08:45 AM, Thomas Neidhart wrote: Hi Ole, can you explain why you think that the addition of lombok brings any benefit to our users? Sure - I'm looking at the LevenbergMarquardtO

Re: [Math] Utilization of Lombok

2015-09-25 Thread Thomas Neidhart
On 09/25/2015 05:04 PM, Ole Ersoy wrote: > Hi Thomas, > > On 09/25/2015 08:45 AM, Thomas Neidhart wrote: >> Hi Ole, >> >> can you explain why you think that the addition of lombok brings any >> benefit to our users? > Sure - I'm looking at the LevenbergMarquardtOptimizer ATM, and it has > the foll

Re: [Math] Utilization of Lombok

2015-09-25 Thread Ole Ersoy
Hi Thomas, On 09/25/2015 08:45 AM, Thomas Neidhart wrote: Hi Ole, can you explain why you think that the addition of lombok brings any benefit to our users? Sure - I'm looking at the LevenbergMarquardtOptimizer ATM, and it has the following set of parameters: /* configuration parameters

Re: [Math] Utilization of Lombok

2015-09-25 Thread Thomas Neidhart
Hi Ole, can you explain why you think that the addition of lombok brings any benefit to our users? >From my point of view, lombok can help developers by taking over some tedious tasks, but this is quite irrelevant in the case of CM as the majority of work goes into algorithm design and verificati

[Math] Utilization of Lombok

2015-09-25 Thread Ole Ersoy
Hello, I'm going to utilize Lombok in a CM design experiment. Once the experiment is done CM can decide if it likes Lombok. I know that CM tries to stay dependency free, so I just want to make clear that Lombok is compile time only: http://stackoverflow.com/questions/6107197/how-does-lombok-w