JavaForFun
2016-11-27 Gustavo Martin Mor... Writing test for XVIII
2016-11-27 Gustavo Martin Mor... Writing test for X
2016-11-27 Gustavo Martin Mor... Writing test for VII
2016-11-27 Gustavo Martin Mor... Testing another simple case, V
2016-11-27 Gustavo Martin Mor... tripservice: link to youtube tutorial
2016-11-27 Gustavo Martin Mor... Generalize code.
2016-11-27 Gustavo Martin Mor... Again we write the simplest thing to make our test...
2016-11-27 Gustavo Martin Mor... We always write the simplest thing to make our test...
2016-11-27 Gustavo Martin Mor... RomanNumeralGenerator, first test passing
2016-11-27 Gustavo Martin Mor... RomanNumeralGenerator, creating test (first) and class...
2016-11-27 Gustavo Martin Mor... romannumerals
2016-11-27 Gustavo Martin Mor... different projects for codurance
2016-11-27 Gustavo Martin Mor... new projects, tdd and sandomancuso
2016-11-27 Gustavo Martin Mor... README file
2016-11-27 Gustavo Martin Mor... TripService we can refactor as much as we want because...
2016-11-27 Gustavo Martin Mor... Required dependency for @Inject
2016-11-27 Gustavo Martin Mor... TripServiceShould green
2016-11-27 Gustavo Martin Mor... return_friend_trips_when_users_are_friends fails
2016-11-27 Gustavo Martin Mor... return_friend_trips_when_users_are_friends stops working
2016-11-27 Gustavo Martin Mor... TripDAO, always test before refactoring
2016-11-25 Gustavo Martin Mor... Removing loggedInUser from Test.
2016-11-25 Gustavo Martin Mor... Getting rid of getLoggedInUser() method
2016-11-25 Gustavo Martin Mor... MVC, Model should know nothing about View.
2016-11-24 Gustavo Martin Mor... TripService refactored
2016-11-24 Gustavo Martin Mor... Getting rid of variable makes code easier.
2016-11-24 Gustavo Martin Mor... Using ternary operation
2016-11-24 Gustavo Martin Mor... Getting rid of variables in legacy code is great.
2016-11-24 Gustavo Martin Mor... Moving Guard Condition to the top
2016-11-24 Gustavo Martin Mor... Inline isFriendsWith(user)
2016-11-24 Gustavo Martin Mor... User isFriendsWith(user) method in TripService
2016-11-24 Gustavo Martin Mor... isFriendsWith(user) method added to User
2016-11-24 Gustavo Martin Mor... Moving UserBuilder to production code
2016-11-24 Gustavo Martin Mor... Thoughts about Feature Envy and path to follow when...
2016-11-24 Gustavo Martin Mor... Merge branch 'master' of https://github.com/gumartinm...
2016-11-24 Gustavo Martin Mor... Improvement with fluent interface for our test
2016-11-24 Gustavo Martin Mor... Improvement with fluent interface for our test
2016-11-23 Gustavo Martin Mor... Removing duplicated code
2016-11-23 Gustavo Martin Mor... We must always turn static methods into protected ones.
2016-11-23 Gustavo Martin Mor... Removing duplicated code
2016-11-20 Gustavo Martin Mor... We test the next branch.
2016-11-20 Gustavo Martin Mor... Creating test for refactoring legacy code.
2016-11-20 Gustavo Martin Mor... Sandro Mancuso, tripservicekata.
2016-09-14 Gustavo Martin Mor... spring-jpa, liquibase, examples about how to update...
2016-08-27 Gustavo Martin Mor... STOMP: log4j2 improvements
2016-08-27 Gustavo Martin Mor... Spring STOMP simple server: a few improvements
2016-08-23 Gustavo Martin Mor... Spring JPA: missing Named annotation in a few Spring...
2016-08-23 Gustavo Martin Mor... SonarQube custom plugins, little improvement
2016-08-22 Gustavo Martin Mor... SonarQube custom JavaScript plugin, unit tests
2016-08-22 Gustavo Martin Mor... SonarQube custom Java plugin, unit tests
2016-08-22 Gustavo Martin Mor... sonar java plugin: unit tests
2016-08-22 Gustavo Martin Mor... JPA project: maven site and Javadoc working
2016-08-21 Gustavo Martin Mor... SonarQube JavaScript custom plugin, improvements in...
2016-08-21 Gustavo Martin Mor... sonar JavaScript plugin: use always interfaces.
2016-08-21 Gustavo Martin Mor... sonar JavaScript plugin: AngularJS $rootScope.$on detection
2016-08-21 Gustavo Martin Mor... sonar Java plugin: no time for comments
2016-08-21 Gustavo Martin Mor... sonar Java plugin: multiple improvements
2016-08-21 Gustavo Martin Mor... sonar Java plugin, no time for comments
2016-08-21 Gustavo Martin Mor... sonar JavaScript plugin: any class extending CustomJava...
2016-08-21 Gustavo Martin Mor... sonar Java plugin: non required Sensor because we will...
2016-08-19 Gustavo Martin Mor... sonar custom Java plugin: some improvements
2016-08-17 Gustavo Martin Mor... sonar custom java plugin: removing non required dependency
2016-08-10 Gustavo Martin Mor... sona java plugin: missing rule description
2016-08-09 Gustavo Martin Mor... sonar-java-plugin: fixing profile name
2016-08-09 Gustavo Martin Mor... sonar-java-plugin: check for mutable Spring Service...
2016-08-07 Gustavo Martin Mor... JPA: GET revisions, HTTP examples
2016-08-07 Gustavo Martin Mor... SonarQube tryint to create a custom JavaScript plugin
2016-08-07 Gustavo Martin Mor... no time for comments
2016-08-07 Gustavo Martin Mor... sonar java plugin: renaming packages
2016-08-07 Gustavo Martin Mor... sonar-custom-java-plugin: renaming from HelloWorld...
2016-08-05 Gustavo Martin Mor... Sonarqube custom rules: custom plugin for JavaScript
2016-08-05 Gustavo Martin Mor... SonarQube, custom Java rules.
2016-08-04 Gustavo Martin Mor... Sonarqube simple rule: missing required CheckRegistrar
2016-08-03 Gustavo Martin Mor... Sonarqube rule: improvements
2016-08-02 Gustavo Martin Mor... sonarqube helloworld plugin, renaming group and artifac...
2016-08-02 Gustavo Martin Mor... sonarqube 5.6.1: trying to implement custom rule.
2016-07-31 Gustavo Martin Mor... Messing around with sonarqube
2016-07-31 Gustavo Martin Mor... Getting ready for integration with Sonar (using Jacoco...
2016-07-29 Gustavo Martin Mor... Explanation about Spring overriding beans when running...
2016-07-27 Gustavo Martin Mor... Spring JPA: generic classes for implementing Controller...
2016-07-26 Gustavo Martin Mor... Spring JPA: AdDescription revisions
2016-07-26 Gustavo Martin Mor... Spring JPA: Spring REST interceptor
2016-07-26 Gustavo Martin Mor... Spring JPA: spring-data-envers, serializing data
2016-07-26 Gustavo Martin Mor... Spring JPA: MyCustomRevision, serializing revision...
2016-07-26 Gustavo Martin Mor... Spring JPA: jackson custom serializing
2016-07-26 Gustavo Martin Mor... Spring JPA: spring-data-envers does not work yet with...
2016-07-26 Gustavo Martin Mor... Spring JPA: modify resource
2016-07-25 Gustavo Martin Mor... Spring JPA: I must be doing something wrong because...
2016-07-25 Gustavo Martin Mor... Spring JPA: logging Hibernate query parameters with...
2016-07-25 Gustavo Martin Mor... Spring JPA: a few improvements
2016-07-25 Gustavo Martin Mor... Spring JPA: no way of injecting bean in JPA entities
2016-07-21 Gustavo Martin Mor... Spring JPA: no time for comments
2016-07-21 Gustavo Martin Mor... Spring JPA: using spring-data-envers
2016-07-21 Gustavo Martin Mor... Spring JPA: Envers tables, auditory.
2016-07-20 Gustavo Martin Mor... Spring JPA: no time for comments
2016-07-20 Gustavo Martin Mor... Spring JPA: Username HTTP Handler
2016-07-20 Gustavo Martin Mor... Spring JPA: H2 datasource, comments explaining why...
2016-07-20 Gustavo Martin Mor... Spring JPA: improvements in changeLogs.xml (liquibase...
2016-07-20 Gustavo Martin Mor... Spring JPA: data base, column names with caps
2016-07-20 Gustavo Martin Mor... Spring JPA: README, new URLs
2016-07-20 Gustavo Martin Mor... Spring JPA: cleaning up POM files
next