- 11 Aug, 2010 14 commits
-
-
Philippe Merle authored
* Cosmetic updates.
-
Philippe Merle authored
* Cosmetic updates.
-
Lionel Seinturier authored
-
Lionel Seinturier authored
-
Lionel Seinturier authored
-
Philippe Merle authored
-
Philippe Merle authored
* Cosmetic updates.
-
Philippe Merle authored
* Added some comments.
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* Cosmetic updates.
-
- 10 Aug, 2010 10 commits
-
-
Lionel Seinturier authored
-
Lionel Seinturier authored
-
Lionel Seinturier authored
-
Romain Rouvoy authored
-
Romain Rouvoy authored
-
Romain Rouvoy authored
-
Romain Rouvoy authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
Deleted the directory where source files will be generated. This avoids to recompile files generated previously.
-
- 09 Aug, 2010 1 commit
-
-
Philippe Merle authored
- Added 'final' to all not overridden methods. - Moved from 'protected' to 'private' fields. - Removed 'public' to interface methods. - Removed 'public static final' to interface fields. - Removed unused import statements. - Added @SuppressWarnings("serial"). - Added missed brackets for if/else statements. - Added getter methods into Twitter JAXB-based classes. * Replaced 'USTL' by 'University of Lille 1'. * Updated copyright date to 2010. * Cosmetic updates.
-
- 06 Aug, 2010 1 commit
-
-
Philippe Merle authored
* Removed unused import statements. * Moved from 'protected' to 'private' fields. * Added 'final' to not overridden methods. * Added 'final' to constant declarations. * Added private constructor to utility classes. * Removed 'public' modifier to methods of interfaces. * Removed local variables returned immediately. * Added brackets to if, if/else statements. * Updated 'throw new Error(...)' to use a move adequate exception. * Used String.indexOf(char) instead of String.indexOf(String). * Moved from 'USTL' 'University of Lille 1'. * Various other cosmetic updates.
-
- 05 Aug, 2010 1 commit
-
-
Philippe Merle authored
Unfortunately EasyViper does System.setProperty("julia.config", "julia.cfg") and this has a side effect on other FraSCAti modules using OW2 Fractal Julia. So to avoid this, it is required to unset the 'julia.config' system property.
-
- 04 Aug, 2010 7 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
Previously, interfaces of @Service xor all implemented interfaces were reified. Now, interfaces of @Service and only implemented interfaces annotated with @Service are reified. The issue appeared when running code coverage with Sonar.
-
Philippe Merle authored
* Added a new parent pom for all modules requiring to compile SCA composites with OW2 Fractal Juliac. * Copied src/main/resources/* into target/classes/* before executing OW2 Juliac Maven plugin. * Excluded src/main/resources from the class loader used by the OW2 FraSCAti SCA Parser.
-
Philippe Merle authored
Avoided to set the global 'julia.config' system property when initializing MyJulia, else this could have a side effect on other FraSCAti modules using OW2 Fractal Julia.
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* Declared 'Map' instead of 'HashMap' fields. * Switched from 'protected' to 'private' fields and added needed getter methods. * Added a 'final' modifier to methods not overridden. * Removed string constant duplications. * Removed local variable declarations when they are immediately returned. * Avoided to catch Throwable. * Declared a protected constructor for utility classes. * Removed unnecessary 'public' modifier for interface methods. * Added 'final' modifier to all constants. * Avoided to throw Error instances. * Added brackets for if, if/else, while statements.
-
- 02 Aug, 2010 1 commit
-
-
Philippe Merle authored
Added logging.properties into directory examples/ to be sure that this is always the same logging.properties file used in both the global build and the standalone distribution.
-
- 01 Aug, 2010 3 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
- 29 Jul, 2010 2 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-