aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/source/FileSourceDaoTest.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-192/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-241-18/+3
* SONAR-8185 FileSourceDao.readLineHashesStream supports null in DBSébastien Lesaint2016-09-281-1/+33
* SONAR-8185 FileSourceDao.selectLineHashes supports null in DBSébastien Lesaint2016-09-281-0/+19
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* Remove useless methodJulien Lancelot2015-09-221-1/+4
* SONAR-6818 Add revision column in file_sources db tableTeryk Bellahsene2015-09-161-5/+8
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-8/+8
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-35/+23
* FIX Redundant throws clauseDavid Gageot2015-07-071-1/+1
* Fix quality flaws in DaoSimon Brandhof2015-07-061-18/+8
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-061-0/+175