Daniil Desna

Results 2 comments of Daniil Desna

I had a problem also with this rule. Here is code that fb-contrib considers as circular dependency: ```java public class Customer { private Date regDate; public void setRegDate(Date regDate) {...

Thanks for you suggestions @ThrawnCA, this si what I did, move Customer validation to another helper class. Sorry for offtopic.