aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorAurelien Poscia <aurelien.poscia@sonarsource.com>2023-08-24 18:03:55 +0200
committersonartech <sonartech@sonarsource.com>2023-08-25 20:02:41 +0000
commitb9860a1165074546f64536cbfe64e33e360186ec (patch)
treefb61eb76a4c69d64b47e798ba4bcbd853869a765 /sonar-ws
parentac02a47ce78aa3ec9483a1bb5e10a71f9803d8d2 (diff)
downloadsonarqube-b9860a1165074546f64536cbfe64e33e360186ec.tar.gz
sonarqube-b9860a1165074546f64536cbfe64e33e360186ec.zip
SONAR-20258 Add all missing package-info.java
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/component/package-info.java23
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/githubprovisioning/package-info.java23
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/monitoring/package-info.java23
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/push/package-info.java23
4 files changed, 92 insertions, 0 deletions
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/component/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/component/package-info.java
new file mode 100644
index 00000000000..7e84d11862a
--- /dev/null
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/component/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2023 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.sonarqube.ws.client.component;
+
+import javax.annotation.ParametersAreNonnullByDefault;
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/githubprovisioning/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/githubprovisioning/package-info.java
new file mode 100644
index 00000000000..7682c98c094
--- /dev/null
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/githubprovisioning/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2023 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.sonarqube.ws.client.githubprovisioning;
+
+import javax.annotation.ParametersAreNonnullByDefault;
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/monitoring/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/monitoring/package-info.java
new file mode 100644
index 00000000000..0302ccba4cc
--- /dev/null
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/monitoring/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2023 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.sonarqube.ws.client.monitoring;
+
+import javax.annotation.ParametersAreNonnullByDefault;
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/push/package-info.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/push/package-info.java
new file mode 100644
index 00000000000..4d76a2c1cc0
--- /dev/null
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/push/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * SonarQube
+ * Copyright (C) 2009-2023 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.sonarqube.ws.client.push;
+
+import javax.annotation.ParametersAreNonnullByDefault;