aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-0361-61/+61
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-042-19/+3
* NO-JIRA delete all useless package-info.java filesAurelien Poscia2023-09-281-23/+0
* Update license templates for 2023Pierre2023-01-0262-62/+62
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-285-5/+5
* SONAR-16591 remove PMD dependency and related, deprecated codePierre2022-06-304-198/+0
* Update license headers for 2022 [update headers]Pierre2022-01-2866-66/+66
* Improve code qualityDuarte Meneses2021-11-184-37/+26
* Fix code quality issuesDuarte Meneses2021-09-242-7/+5
* Code smell fix: Remove redundant castsBruno Andrade2021-07-121-2/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0866-66/+66
* Format all headers for 2020Wouter Admiraal2020-01-0766-66/+66
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-102-17/+8
* fix missing package-info.java filesSébastien Lesaint2019-10-149-0/+231
* Fix license headers for 2019Duarte Meneses2019-01-0257-57/+57
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-197-139/+5
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla...Duarte Meneses2018-07-197-5/+139
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-177-139/+5
* Fix some Java compiler warningsSimon Brandhof2018-03-121-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-0759-59/+59
* SONAR-9828 fix failure in CPD on Java 9Simon Brandhof2017-10-171-1/+10
* SONAR-9111 Remove Guava dependency from sonar-duplicationsJulien HENRY2017-10-044-25/+26
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-0/+4
* SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizerJulien HENRY2017-05-092-22/+15
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1059-118/+118
* fix quality flawsTeryk Bellahsene2016-11-103-18/+18
* Fix Quality flawsSimon Brandhof2016-09-081-1/+1
* Fix Quality flawsSimon Brandhof2016-09-082-18/+15
* Fix Quality flawsSimon Brandhof2016-07-182-14/+5
* remove use of Guava's Objects.equalSébastien Lesaint2016-05-241-2/+2
* SONAR-7158 Time limit for calculation of duplications is ineffectiveDuarte Meneses2016-03-153-1/+26
* squid:S1213 members of an interface decleration or class should appear in a p...Zeeshan Asghar2016-01-293-28/+28
* Fix project title in copyright headersSimon Brandhof2016-01-1359-59/+59
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0559-244/+236
* SONAR-2867 Standard copy-paste detection should happen within a project, not ...Duarte Meneses2015-12-213-34/+113
* Quality flawsSimon Brandhof2015-06-292-2/+4
* SONAR-6370 remove duplicated class DuplicationPredicatesSimon Brandhof2015-06-051-51/+0
* SONAR-6370 Decrease coupling of sonar-duplications with guavaSimon Brandhof2015-05-2813-88/+79
* Useless codeDavid Gageot2015-05-127-9/+9
* Fix quality flawsSimon Brandhof2015-04-241-3/+1
* Revert "Fix quality flaws"Julien Lancelot2015-02-235-7/+8
* Revert "Add missing null check on equals"Julien Lancelot2015-02-235-17/+9
* Add missing null check on equalsJulien Lancelot2015-02-235-9/+17
* Fix quality flawsJulien Lancelot2015-02-235-8/+7
* Add missing @Override annotationsSimon Brandhof2014-10-1014-0/+32
* Fix some quality flawsJulien HENRY2014-09-011-2/+1
* Fix some quality flawsJulien HENRY2014-09-011-1/+1
* SONAR-5389 New duplication APIJulien HENRY2014-07-306-17/+75
* Fix some quality flawsSimon Brandhof2014-07-171-5/+5
* Fix some quality flawsSimon Brandhof2014-03-192-2/+3
|\