Hi Hugo,
Thanks for the direction, I followed that pattern,
-Soheil
From: Hugo Trippaers [trip...@gmail.com]
Sent: Tuesday, March 18, 2014 12:43 PM
To: dev@cloudstack.apache.org
Subject: Re: Java Coding Convention Errors
Hey Soheil,
Isn't is possib
nfoblox/InfobloxNetworkView.java
>
>
> -Soheil
>
> From: Soheil Eizadi [seiz...@infoblox.com]
> Sent: Tuesday, March 18, 2014 6:26 AM
> To: dev@cloudstack.apache.org
> Subject: RE: Java Coding Conventi
/InfobloxNetworkView.java
-Soheil
From: Soheil Eizadi [seiz...@infoblox.com]
Sent: Tuesday, March 18, 2014 6:26 AM
To: dev@cloudstack.apache.org
Subject: RE: Java Coding Convention Errors
Here is a code fragment for serialization
: Hugo Trippaers [trip...@gmail.com]
Sent: Monday, March 17, 2014 11:30 PM
To: dev@cloudstack.apache.org
Subject: Re: Java Coding Convention Errors
Soheil,
How are these classes serialized? There are different ways to solve this like
annotations with the serialized name or a gson policy.
Cheers,
Hugo
Soheil,
How are these classes serialized? There are different ways to solve this like
annotations with the serialized name or a gson policy.
Cheers,
Hugo
Sent from my iPhone
> On 18 mrt. 2014, at 03:33, Soheil Eizadi wrote:
>
> Looks like in the new trunk we have turned on checks to enforce
Looks like in the new trunk we have turned on checks to enforce coding
conventions in Eclipse? I have errors with some classes that I need to turn off:
"Name 'is_default' must match pattern '^_?[a-zA-Z0-9]*$'."
For example a declaration:
private boolean is_default;
These classes are part of