- 13 Aug, 2010 3 commits
-
-
Philippe Merle authored
Set the scope of artifactId 'servlet-api' to 'provided' as this API is provided by the Web application server used at deployment time.
-
Philippe Merle authored
storeJavaInterface() must be called even when a ClassNotFoundException is thrown. * Added a test case for examples/examples-native/helloworld-binding-native
-
Philippe Merle authored
-
- 12 Aug, 2010 1 commit
-
-
Philippe Merle authored
-
- 11 Aug, 2010 19 commits
-
-
Philippe Merle authored
* Cosmetic updates.
-
Philippe Merle authored
* Cosmetic updates.
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* Cosmetic updates.
-
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 4 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.
-