aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.settings
Commit message (Collapse)AuthorAgeFilesLines
* require Javadoc to have tag descriptions or no tagsBananeweizen2015-02-101-1/+1
|
* use more automatic cleanup actions on save in EclipseBananeweizen2015-01-111-11/+11
|
* enable more strict Javadoc checking in EclipseBananeweizen2014-12-221-2/+2
|
* enable more JavaDoc checks also in EclipseBananeweizen2014-11-231-0/+14
|
* remove wrong settings from eclipse projectBananeweizen2014-09-081-1/+1
| | | | Static import favorites must be configured in the workspace settings unfortunately.
* static imports for Espresso tests in EclipseBananeweizen2014-09-072-2/+19
|
* switch to Java 1.7Bananeweizen2014-07-171-3/+4
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* reduce null analysis warningsBananeweizen2014-03-251-1/+1
| | | | | | This change allows unchecked conversion from non annotated expressions to nonnull expressions. Those are needed whenever we call a framework method (where we cannot add annotations ourselfes) and cause more warnings in Eclipse than they actually help.
* enable eclipse null analysis on test projectBananeweizen2014-01-121-12/+16
|
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-161-0/+133
|
* code cleanup: remove JDT warningsBananeweizen2013-04-221-1/+15
|
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-354/+353
| | | | * boxing/unboxing * name shadowing
* Enabled (and fixed) (more) warningsblafoo2011-11-183-284/+402
|
* Apply the same style settings to tests as to main sourcesSamuel Tardieu2011-09-164-1/+349
|
* Reorganize tests to include them in the main repositorySamuel Tardieu2011-09-161-0/+3