I need a new rule
In our project we use (formely Sonar) to manage our code quality. It is a great tool and I recommend everyone to set it up and read its reports.
Recently, we’ve Read more
In our project we use (formely Sonar) to manage our code quality. It is a great tool and I recommend everyone to set it up and read its reports.
Recently, we’ve Read more
In our project we use (formely Sonar) to manage our code quality. It is a great tool and I recommend everyone to set it up and read its reports.
Recently, we’ve Read more
java.lang.IllegalStateException: No thread-bound
Read more There is no doubt that integration tests phase is crucial in modern applications development. We need to test behaviour of our subsystems and how they interact with other Read more
Even since I started to write tests for my Grails application I couldn’t find many articles on using mocks. Everyone is talking about tests and TDD but if you search Read more
Suppose we have such classes and interfaces
public class AddOrganizationAction implements Action {}
public class AddPersonToOrganizationAction implements Action Read more