diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-10-10 10:36:02 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-14 20:21:05 +0200 |
commit | 7d2b20e368c4d680bf40b1b5b1b48fad8f205fab (patch) | |
tree | 5ab71df792dfcdf707bc65d3b68316dd01370c1c /sonar-duplications | |
parent | 3d660ba1644f39020415230e593b7c818308acaf (diff) | |
download | sonarqube-7d2b20e368c4d680bf40b1b5b1b48fad8f205fab.tar.gz sonarqube-7d2b20e368c4d680bf40b1b5b1b48fad8f205fab.zip |
fix missing package-info.java files
Diffstat (limited to 'sonar-duplications')
9 files changed, 231 insertions, 0 deletions
diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/cpd/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/cpd/package-info.java new file mode 100644 index 00000000000..26290b5c06e --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/cpd/package-info.java @@ -0,0 +1,24 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.cpd; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/detector/original/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/detector/original/package-info.java new file mode 100644 index 00000000000..0c709ca28ec --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/detector/original/package-info.java @@ -0,0 +1,24 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.detector.original; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/detector/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/detector/package-info.java new file mode 100644 index 00000000000..7121b590100 --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/detector/package-info.java @@ -0,0 +1,24 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.detector; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/detector/suffixtree/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/detector/suffixtree/package-info.java new file mode 100644 index 00000000000..4cfa23f453d --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/detector/suffixtree/package-info.java @@ -0,0 +1,24 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.detector.suffixtree; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/internal/pmd/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/internal/pmd/package-info.java new file mode 100644 index 00000000000..9771aee96ca --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/internal/pmd/package-info.java @@ -0,0 +1,29 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +/** + * Provides a basic framework to create list of statements from list of tokens. + * + * The entry point of this framework is the {@link org.sonar.duplications.statement.StatementChunker} class. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.internal.pmd; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/java/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/java/package-info.java new file mode 100644 index 00000000000..a04787cad78 --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/java/package-info.java @@ -0,0 +1,29 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +/** + * Provides a basic framework to create list of statements from list of tokens. + * + * The entry point of this framework is the {@link org.sonar.duplications.statement.StatementChunker} class. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.java; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/package-info.java new file mode 100644 index 00000000000..a17319ce937 --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/package-info.java @@ -0,0 +1,24 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/statement/matcher/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/statement/matcher/package-info.java new file mode 100644 index 00000000000..070e200a6e0 --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/statement/matcher/package-info.java @@ -0,0 +1,29 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +/** + * Provides a basic framework to create list of statements from list of tokens. + * + * The entry point of this framework is the {@link org.sonar.duplications.statement.StatementChunker} class. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.statement.matcher; + +import javax.annotation.ParametersAreNonnullByDefault; + diff --git a/sonar-duplications/src/main/java/org/sonar/duplications/utils/package-info.java b/sonar-duplications/src/main/java/org/sonar/duplications/utils/package-info.java new file mode 100644 index 00000000000..e58567ca54a --- /dev/null +++ b/sonar-duplications/src/main/java/org/sonar/duplications/utils/package-info.java @@ -0,0 +1,24 @@ +/* + * SonarQube + * Copyright (C) 2009-2019 SonarSource SA + * mailto:info AT sonarsource DOT com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ +@ParametersAreNonnullByDefault +package org.sonar.duplications.utils; + +import javax.annotation.ParametersAreNonnullByDefault; + |