aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.settings/org.eclipse.jdt.core.prefs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-181-284/+354
|
* Apply the same style settings to tests as to main sourcesSamuel Tardieu2011-09-161-0/+284