We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8db51 commit ca5f480Copy full SHA for ca5f480
1 file changed
scripts/releng/apiReport/exclusions.txt
@@ -23,6 +23,7 @@ org.commonmark
23
com.ibm.icu
24
org.mortbay.jasper.mortbay-apache-jsp
25
com.github.weisj.jsvg
26
+com.sun.jna.platform
27
28
## SPECIAL CASE FOR SWT: THE FRAGMENT IS ANALYZED AS PART OF THE HOST
29
org.eclipse.swt.cocoa.macosx.aarch64
@@ -34,6 +35,9 @@ org.eclipse.swt.gtk.linux.x86_64
34
35
org.eclipse.swt.win32.win32.aarch64
36
org.eclipse.swt.win32.win32.x86_64
37
38
+## Tests
39
+org.eclipse.jface.text.tests
40
+
41
## Can't guarantee other Eclipse Projects bundles API stabiltiy
42
org.eclipse.jetty.continuation
43
org.eclipse.jetty.http
0 commit comments