Deploys nightly Demo and publishes nightly to sourceforge
Commits
Comparison is available only for releases created from the same branch as this release.
Author
Commit
Message
Commit date
Lluis Martinez <lluismf@gmail.com>
aefeaa0348d2e90324fa52ecc358abb2b84af89d
Static fields and methods accessed in a static way
Ivo Ulrich <teleivo@users.noreply.github.com>
bad48e459ae74698a0f95c52d1238474c49ccd12
Merge pull request #2053 from teleivo/TRUNK-5102 TRUNK-5102 Remove leftover suppresswarnings
teleivo <mrteleivo@gmail.com>
897056239bbf6bc36ed0a5c7f74ce0fd8e9904bb
TRUNK-5102 Remove leftover suppresswarnings
Remove leftover SuppressWarnings annotations which have been
left over after refactorings that got rid of the expressions causing
the warning that this annotation should suppress. Remove them so we do
get warnings from now on again!
Ivo Ulrich <teleivo@users.noreply.github.com>
7d9a823ca4ca5a2e0bb2bc9f651e2a52d83b8c0b
Merge pull request #2052 from teleivo/replace-old-junit
Replace deprecated junit.framework with org.junit
teleivo <mrteleivo@gmail.com>
0c7113b6ed7941c2579b90fb7b874af442d4cc6d
Replace deprecated junit.framework with org.junit
replace deprecated junit.framework with org.junit in tests
Ivo Ulrich <teleivo@users.noreply.github.com>
863f98b4612ef59496e9844eec9b87c0ea4f3ddd
Merge pull request #2051 from teleivo/TRUNK-5086 TRUNK-5086 Remove unused and organize imports in tests
teleivo <mrteleivo@gmail.com>
ffa5e6f814e3a049c798f35139211f98e7f9a9b8
TRUNK-5086 Remove unused and organize imports in tests
used eclipse cleanup feature on all packages, now tests are also clean
of unused imports and are organized according to our convention
TRUNK-5098 Add missing override annotations
used eclipse cleanup feature to add missing override annotations
Ivo Ulrich <teleivo@users.noreply.github.com>
4791a15f97d7fc3bc95fe5ce60e20aae7dacae10
Merge pull request #2049 from teleivo/TRUNK-5097 TRUNK-5097 Unnecessary fully qualified name
teleivo <mrteleivo@gmail.com>
4fa82423d7e9ad0b52afdc0f1eaca3b5f7a9f743
TRUNK-5097 Unnecessary fully qualified name
The use of a fully qualified name which is covered by an import statement is redundant.
Use the non-fully qualified name.
Ivo Ulrich <teleivo@users.noreply.github.com>
3ca8a248a8b80104943f726632cd278b6db12f09
Merge pull request #2048 from teleivo/TRUNK-5086 TRUNK-5086 Remove unused imports and reorder
teleivo <mrteleivo@gmail.com>
c200cc9209b2e9b9639fe6811e39f22317ee3ccf
TRUNK-5086 Remove unused imports and reorder
* remove imports only needed because of javadocs by replacing them with
fully qualified names
* reorder imports