diff --git a/harness/jellytools.platform/src/org/netbeans/jellytools/TreeTableOperator.java b/harness/jellytools.platform/src/org/netbeans/jellytools/TreeTableOperator.java index c5c457c9e26d..e48dad4cf7a9 100644 --- a/harness/jellytools.platform/src/org/netbeans/jellytools/TreeTableOperator.java +++ b/harness/jellytools.platform/src/org/netbeans/jellytools/TreeTableOperator.java @@ -165,7 +165,6 @@ public RenderedMouseDriver() { * @param mouseButton mouse button identification * @param modifiers modifiers pressed during mouse click */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void pressMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) { checkSupported(oper); ComponentOperator realOper = ((RenderedTreeOperator)oper).getRealOperator(); @@ -179,7 +178,6 @@ public void pressMouse(ComponentOperator oper, int x, int y, int mouseButton, in * @param mouseButton mouse button identification * @param modifiers modifiers pressed during mouse click */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void releaseMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) { checkSupported(oper); ComponentOperator realOper = ((RenderedTreeOperator)oper).getRealOperator(); @@ -195,7 +193,6 @@ public void releaseMouse(ComponentOperator oper, int x, int y, int mouseButton, * @param modifiers modifiers pressed during mouse click * @param mouseClick timeout of mouse click */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void clickMouse(ComponentOperator oper, int x, int y, int clickCount, int mouseButton, int modifiers, Timeout mouseClick) { checkSupported(oper); @@ -208,7 +205,6 @@ public void clickMouse(ComponentOperator oper, int x, int y, int clickCount, int * @param x x position of mouse operation * @param y y position of mouse operation */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void moveMouse(ComponentOperator oper, int x, int y) { checkSupported(oper); ComponentOperator realOper = ((RenderedTreeOperator)oper).getRealOperator(); @@ -222,7 +218,6 @@ public void moveMouse(ComponentOperator oper, int x, int y) { * @param mouseButton mouse button identification * @param modifiers modifiers pressed during mouse click */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void dragMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) { checkSupported(oper); ComponentOperator realOper = ((RenderedTreeOperator)oper).getRealOperator(); @@ -241,7 +236,6 @@ public void dragMouse(ComponentOperator oper, int x, int y, int mouseButton, int * @param before timeout before drag * @param after timeout after drop */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void dragNDrop(ComponentOperator oper, int start_x, int start_y, int end_x, int end_y, int mouseButton, int modifiers, Timeout before, Timeout after) { checkSupported(oper); @@ -253,7 +247,6 @@ public void dragNDrop(ComponentOperator oper, int start_x, int start_y, int end_ /** Enters mouse on operator given by {@link TreeTableOperator.RenderedTreeOperator#getRealOperator getRealOperator()} method. * @param oper operator which delegates events on an real operator */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void enterMouse(ComponentOperator oper){ checkSupported(oper); ComponentOperator realOper = ((RenderedTreeOperator)oper).getRealOperator(); @@ -263,7 +256,6 @@ public void enterMouse(ComponentOperator oper){ /** Exits mouse on operator given by {@link TreeTableOperator.RenderedTreeOperator#getRealOperator getRealOperator()} method. * @param oper operator which delegates events on an real operator */ - @org.netbeans.api.annotations.common.SuppressWarnings("BC_UNCONFIRMED_CAST") //suppres FindBugs warning public void exitMouse(ComponentOperator oper) { checkSupported(oper); ComponentOperator realOper = ((RenderedTreeOperator)oper).getRealOperator(); diff --git a/harness/jellytools.platform/src/org/netbeans/jellytools/actions/Action.java b/harness/jellytools.platform/src/org/netbeans/jellytools/actions/Action.java index d766d1f2611f..da3b74d6e7c4 100644 --- a/harness/jellytools.platform/src/org/netbeans/jellytools/actions/Action.java +++ b/harness/jellytools.platform/src/org/netbeans/jellytools/actions/Action.java @@ -359,8 +359,6 @@ public Action(String menuPath, String popupPath, String systemActionClass, KeySt defaultComparator = new DefaultStringComparator(compareExactly, true); } - //This is to suppress the FindBugs warning that all targets throw UnsupportedOperationException - @org.netbeans.api.annotations.common.SuppressWarnings("DMI_UNSUPPORTED_METHOD") private void perform(int mode) { switch (mode) { case POPUP_MODE: diff --git a/ide/code.analysis/nbproject/project.xml b/ide/code.analysis/nbproject/project.xml index b71ef7369bc6..e04418d4f0a1 100644 --- a/ide/code.analysis/nbproject/project.xml +++ b/ide/code.analysis/nbproject/project.xml @@ -281,8 +281,6 @@ org.netbeans.modules.cnd.analysis.api org.netbeans.modules.cnd.analysis.impl org.netbeans.modules.cnd.highlight - org.netbeans.modules.findbugs - org.netbeans.modules.findbugs.installer org.netbeans.modules.java.hints org.netbeans.modules.java.hints.ui org.netbeans.modules.java.j2seprofiles diff --git a/ide/hudson.tasklist/src/org/netbeans/modules/hudson/tasklist/AnalysisPluginImpl.java b/ide/hudson.tasklist/src/org/netbeans/modules/hudson/tasklist/AnalysisPluginImpl.java index fdb08d14590a..2f53053087f4 100644 --- a/ide/hudson.tasklist/src/org/netbeans/modules/hudson/tasklist/AnalysisPluginImpl.java +++ b/ide/hudson.tasklist/src/org/netbeans/modules/hudson/tasklist/AnalysisPluginImpl.java @@ -59,7 +59,7 @@ public class AnalysisPluginImpl implements JobScanner { * See {@code PluginDescriptor.getPluginName} for syntax. * Could also include {@code tasks} but {@code message} is always null, which is not very nice for our purposes. */ - private static final String[] PLUGINS = {"findbugs", "checkstyle", "pmd", "warnings", "dry"}; + private static final String[] PLUGINS = {"checkstyle", "pmd", "warnings", "dry"}; @Override public void findTasks(Project p, HudsonJob job, int buildNumber, TaskAdder callback) throws IOException { List roots = new ArrayList(); diff --git a/ide/options.editor/nbproject/project.xml b/ide/options.editor/nbproject/project.xml index 61f2d4f0fad0..2ba0ae7734ab 100644 --- a/ide/options.editor/nbproject/project.xml +++ b/ide/options.editor/nbproject/project.xml @@ -355,7 +355,6 @@ org.netbeans.modules.csl.api org.netbeans.modules.diff org.netbeans.modules.editor.indent.project - org.netbeans.modules.findbugs org.netbeans.modules.groovy.grailsproject org.netbeans.modules.html.editor org.netbeans.modules.j2ee.clientproject diff --git a/java/findbugs.installer/build.xml b/java/findbugs.installer/build.xml deleted file mode 100644 index 360de7b06fff..000000000000 --- a/java/findbugs.installer/build.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Builds, tests, and runs the project org.netbeans.modules.findbugs.installer - - diff --git a/java/findbugs.installer/manifest.mf b/java/findbugs.installer/manifest.mf deleted file mode 100644 index 41669321a87c..000000000000 --- a/java/findbugs.installer/manifest.mf +++ /dev/null @@ -1,8 +0,0 @@ -Manifest-Version: 1.0 -AutoUpdate-Show-In-Client: false -OpenIDE-Module: org.netbeans.modules.findbugs.installer -xOpenIDE-Module-Layer: org/netbeans/modules/findbugs/installer/layer.xml -OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/findbugs/installer/Bundle.properties -OpenIDE-Module-Provides: org.netbeans.modules.findbugs.installer -OpenIDE-Module-Specification-Version: 1.31 - diff --git a/java/findbugs.installer/nbproject/project.properties b/java/findbugs.installer/nbproject/project.properties deleted file mode 100644 index 0f4ec98bc91a..000000000000 --- a/java/findbugs.installer/nbproject/project.properties +++ /dev/null @@ -1,18 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -javac.source=1.8 -javac.compilerargs=-Xlint -Xlint:-serial diff --git a/java/findbugs.installer/nbproject/project.xml b/java/findbugs.installer/nbproject/project.xml deleted file mode 100644 index 1a9ee7b7cba3..000000000000 --- a/java/findbugs.installer/nbproject/project.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - org.netbeans.modules.apisupport.project - - - org.netbeans.modules.findbugs.installer - - - org.netbeans.api.progress - - - - 1 - 1.40 - - - - org.netbeans.modules.autoupdate.ui - - - - 1.35 - - - - org.netbeans.modules.code.analysis - - - - 0 - 1.2 - - - - org.netbeans.modules.options.api - - - - 1 - 1.25 - - - - org.netbeans.spi.editor.hints - - - - 0 - 1.22 - - - - org.openide.awt - - - - 7.42 - - - - org.openide.dialogs - - - - 7.24 - - - - org.openide.util.ui - - - - 9.3 - - - - org.openide.util - - - - 9.3 - - - - org.openide.util.lookup - - - - 8.12 - - - - - - - diff --git a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/Bundle.properties b/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/Bundle.properties deleted file mode 100644 index 08c90657908d..000000000000 --- a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/Bundle.properties +++ /dev/null @@ -1,20 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -OpenIDE-Module-Name=FindBugs Installer -FindBugsPanel.jLabel2.text=FindBugs not installed. -FindBugsPanel.install.text=Install. -Editors/text/findbugs+x-java=FindBugs diff --git a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FakeAnalyzer.java b/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FakeAnalyzer.java deleted file mode 100644 index 8bdf4ed1e29c..000000000000 --- a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FakeAnalyzer.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package org.netbeans.modules.findbugs.installer; - -import java.util.Arrays; -import java.util.Collection; -import java.util.Collections; -import org.netbeans.modules.analysis.spi.Analyzer; -import org.netbeans.spi.editor.hints.ErrorDescription; -import org.openide.util.NbBundle.Messages; -import org.openide.util.lookup.ServiceProvider; - -/** - * - * @author lahvac - */ -public class FakeAnalyzer implements Analyzer { - - @Override - public Iterable analyze() { - return Collections.emptyList(); - } - - @Override - public boolean cancel() { - return true; - } - - @ServiceProvider(service=AnalyzerFactory.class) - public static final class FakeAnalyzerFactory extends AnalyzerFactory { - - @Messages("DN_FindBugs=FindBugs") - public FakeAnalyzerFactory() { - super("findbugs", Bundle.DN_FindBugs(), (String) null); - } - - @Override - public Iterable getWarnings() { - return Collections.emptyList(); - } - - @Messages("DN_FindBugsIntegration=FindBugs Integration") - @Override - public Collection requiredPlugins(Context context) { - return Arrays.asList(new MissingPlugin("org.netbeans.modules.findbugs", Bundle.DN_FindBugsIntegration())); - } - - @Override - public CustomizerProvider getCustomizerProvider() { - return null; - } - - @Override - public Analyzer createAnalyzer(Context context) { - return new FakeAnalyzer(); - } - - } - -} diff --git a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsOptionsPanelController.java b/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsOptionsPanelController.java deleted file mode 100644 index fae8e604f051..000000000000 --- a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsOptionsPanelController.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package org.netbeans.modules.findbugs.installer; - -import java.beans.PropertyChangeListener; -import java.beans.PropertyChangeSupport; -import javax.swing.JComponent; -import org.netbeans.spi.options.OptionsPanelController; -import org.openide.util.HelpCtx; -import org.openide.util.Lookup; - -//@OptionsPanelController.SubRegistration(location = "Advanced", -//displayName = "#AdvancedOption_DisplayName_FindBugs", -//keywords = "#AdvancedOption_Keywords_FindBugs", -//keywordsCategory = "Advanced/FindBugs") -//@org.openide.util.NbBundle.Messages({"AdvancedOption_DisplayName_FindBugs=FindBugs", "AdvancedOption_Keywords_FindBugs=findbugs,java"}) -public final class FindBugsOptionsPanelController extends OptionsPanelController { - - private FindBugsPanel panel; - private final PropertyChangeSupport pcs = new PropertyChangeSupport(this); - private boolean changed; - - public void update() { - getPanel().load(); - changed = false; - } - - public void applyChanges() { - getPanel().store(); - changed = false; - } - - public void cancel() { - // need not do anything special, if no changes have been persisted yet - } - - public boolean isValid() { - return getPanel().valid(); - } - - public boolean isChanged() { - return changed; - } - - public HelpCtx getHelpCtx() { - return null; // new HelpCtx("...ID") if you have a help set - } - - public JComponent getComponent(Lookup masterLookup) { - return getPanel(); - } - - public void addPropertyChangeListener(PropertyChangeListener l) { - pcs.addPropertyChangeListener(l); - } - - public void removePropertyChangeListener(PropertyChangeListener l) { - pcs.removePropertyChangeListener(l); - } - - private FindBugsPanel getPanel() { - if (panel == null) { - panel = new FindBugsPanel(this); - } - return panel; - } - - void changed() { - if (!changed) { - changed = true; - pcs.firePropertyChange(OptionsPanelController.PROP_CHANGED, false, true); - } - pcs.firePropertyChange(OptionsPanelController.PROP_VALID, null, null); - } -} diff --git a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form b/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form deleted file mode 100644 index 5c12c4ba0452..000000000000 --- a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.form +++ /dev/null @@ -1,79 +0,0 @@ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.java b/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.java deleted file mode 100644 index a2e12483dc66..000000000000 --- a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/FindBugsPanel.java +++ /dev/null @@ -1,95 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package org.netbeans.modules.findbugs.installer; - -import org.netbeans.modules.autoupdate.ui.api.PluginManager; -import org.openide.util.Exceptions; -import org.openide.util.NbBundle.Messages; - -final class FindBugsPanel extends javax.swing.JPanel { - - private final FindBugsOptionsPanelController controller; - - FindBugsPanel(FindBugsOptionsPanelController controller) { - this.controller = controller; - initComponents(); - } - - /** - * This method is called from within the constructor to initialize the form. - * WARNING: Do NOT modify this code. The content of this method is always - * regenerated by the Form Editor. - */ - // //GEN-BEGIN:initComponents - private void initComponents() { - - jLabel2 = new javax.swing.JLabel(); - install = new javax.swing.JButton(); - - org.openide.awt.Mnemonics.setLocalizedText(jLabel2, org.openide.util.NbBundle.getMessage(FindBugsPanel.class, "FindBugsPanel.jLabel2.text")); // NOI18N - - org.openide.awt.Mnemonics.setLocalizedText(install, org.openide.util.NbBundle.getMessage(FindBugsPanel.class, "FindBugsPanel.install.text")); // NOI18N - install.addActionListener(new java.awt.event.ActionListener() { - public void actionPerformed(java.awt.event.ActionEvent evt) { - installActionPerformed(evt); - } - }); - - javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this); - this.setLayout(layout); - layout.setHorizontalGroup( - layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(layout.createSequentialGroup() - .addComponent(jLabel2) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) - .addComponent(install) - .addGap(0, 273, Short.MAX_VALUE)) - ); - layout.setVerticalGroup( - layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(layout.createSequentialGroup() - .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(jLabel2) - .addComponent(install)) - .addGap(0, 395, Short.MAX_VALUE)) - ); - }// //GEN-END:initComponents - - @Messages("FindBugs_Library=FindBugs Library") - private void installActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_installActionPerformed - PluginManager.installSingle("org.netbeans.modules.findbugs", Bundle.FindBugs_Library()); - }//GEN-LAST:event_installActionPerformed - - void load() { - } - - void store() { - } - - boolean valid() { - // TODO check whether form is consistent and complete - return true; - } - - // Variables declaration - do not modify//GEN-BEGIN:variables - private javax.swing.JButton install; - private javax.swing.JLabel jLabel2; - // End of variables declaration//GEN-END:variables - -} diff --git a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/layer.xml b/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/layer.xml deleted file mode 100644 index db8c20d21890..000000000000 --- a/java/findbugs.installer/src/org/netbeans/modules/findbugs/installer/layer.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/java.kit/nbproject/project.xml b/java/java.kit/nbproject/project.xml index 607df4c24f55..3f769e425eb0 100644 --- a/java/java.kit/nbproject/project.xml +++ b/java/java.kit/nbproject/project.xml @@ -54,12 +54,6 @@ 1.19 - - org.netbeans.modules.findbugs.installer - - 1.0 - - org.netbeans.modules.i18n diff --git a/java/java.lsp.server/nbcode/nbproject/platform.properties b/java/java.lsp.server/nbcode/nbproject/platform.properties index 63733d7fd954..f527bd461b3b 100644 --- a/java/java.lsp.server/nbcode/nbproject/platform.properties +++ b/java/java.lsp.server/nbcode/nbproject/platform.properties @@ -147,7 +147,6 @@ disabled.modules=\ org.netbeans.modules.editor.tools.storage,\ org.netbeans.modules.extbrowser.chrome,\ org.netbeans.modules.extexecution.impl,\ - org.netbeans.modules.findbugs.installer,\ org.netbeans.modules.form,\ org.netbeans.modules.form.kit,\ org.netbeans.modules.form.nb,\ diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties index 0120da02fca4..ea30ad5ec85d 100644 --- a/nbbuild/cluster.properties +++ b/nbbuild/cluster.properties @@ -612,7 +612,6 @@ nb.cluster.java=\ debugger.jpda.ui,\ debugger.jpda.visual,\ editor.htmlui,\ - findbugs.installer,\ form,\ form.kit,\ form.nb,\ @@ -1269,7 +1268,6 @@ nb.cluster.stableuc=\ cloud.oracle,\ db.mysql.sakila,\ deployment.deviceanywhere,\ - findbugs,\ j2me.cdc.kit,\ j2me.cdc.platform,\ j2me.cdc.platform.nokias80,\ @@ -1289,7 +1287,6 @@ nb.cluster.stableuc=\ jmx,\ jmx.common,\ libs.aguiswinglayout,\ - libs.findbugs,\ libs.oracle.cloud,\ libs.ppawtlayout,\ loadgenerator,\ diff --git a/platform/api.annotations.common/src/org/netbeans/annotations/common/resources/Bundle.properties b/platform/api.annotations.common/src/org/netbeans/annotations/common/resources/Bundle.properties index 96e4a33802e2..9df04661f38a 100644 --- a/platform/api.annotations.common/src/org/netbeans/annotations/common/resources/Bundle.properties +++ b/platform/api.annotations.common/src/org/netbeans/annotations/common/resources/Bundle.properties @@ -15,6 +15,6 @@ # specific language governing permissions and limitations # under the License. OpenIDE-Module-Long-Description=\ - Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs. + Contains annotations useful for static analysis, such as a @SuppressWarnings. OpenIDE-Module-Name=Common Annotations OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.