Skip to content

Commit

Permalink
Remove unused problem filter
Browse files Browse the repository at this point in the history
This fixes quality gate warning

"The API problem filter for: 'The visibility of the constructor
org.eclipse.pde.core.plugin.PluginRegistry.PluginRegistry() has been
reduced' is no longer used"
  • Loading branch information
iloveeclipse committed Sep 4, 2024
1 parent b2c330e commit a9cd097
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ui/org.eclipse.pde.core/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.pde.core" version="2">
<resource path="src/org/eclipse/pde/core/plugin/PluginRegistry.java" type="org.eclipse.pde.core.plugin.PluginRegistry">
<filter id="354463860">
<message_arguments>
<message_argument value="org.eclipse.pde.core.plugin.PluginRegistry"/>
<message_argument value="PluginRegistry()"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/pde/internal/core/project/BundleProjectService.java" type="org.eclipse.pde.internal.core.project.BundleProjectService">
<filter comment="Platform Team allows use of bundle importers for PDE import from source repository" id="640712815">
<message_arguments>
Expand Down

0 comments on commit a9cd097

Please sign in to comment.