Skip to content

Commit

Permalink
Updating existing signatures files with APIs as of release 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach committed Apr 6, 2019
1 parent 2e513f5 commit b8b3fb0
Show file tree
Hide file tree
Showing 350 changed files with 646 additions and 654 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.75.1
#Version 2.76.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.26.1
#Version 1.27.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.79.1
#Version 1.80.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.40.1
#Version 1.42.1

CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.87.1
#Version 3.88.1

CLSS public java.beans.FeatureDescriptor
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.17.1
#Version 1.18.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.66.1
#Version 1.67.1

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.42.1
#Version 1.43.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.32.1
#Version 3.33.1

CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
Expand Down
2 changes: 1 addition & 1 deletion harness/nbjunit/nbproject/org-netbeans-modules-nbjunit.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.91.1
#Version 1.92.1

CLSS public java.io.IOException
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion harness/o.n.insane/nbproject/org-netbeans-insane.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.32.1
#Version 1.33.1

CLSS public abstract interface java.io.Serializable

Expand Down
2 changes: 1 addition & 1 deletion ide/api.debugger/nbproject/org-netbeans-api-debugger.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.57.1
#Version 1.58.1

CLSS public abstract interface java.beans.PropertyChangeListener
intf java.util.EventListener
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.56.1
#Version 1.58.1

CLSS public abstract interface java.io.Serializable

Expand Down Expand Up @@ -174,17 +174,25 @@ meth public abstract void pathsRemoved(org.netbeans.api.java.classpath.GlobalPat

CLSS public final org.netbeans.api.java.queries.BinaryForSourceQuery
innr public abstract interface static Result
innr public abstract static Result2
meth public static org.netbeans.api.java.queries.BinaryForSourceQuery$Result findBinaryRoots(java.net.URL)
meth public static org.netbeans.api.java.queries.BinaryForSourceQuery$Result2 findBinaryRoots2(java.net.URL)
supr java.lang.Object
hfds LOG
hcls DefaultResult
hfds CACHE,LOG
hcls DefaultResult,QueriesAccessorImpl,Result2Impl

CLSS public abstract interface static org.netbeans.api.java.queries.BinaryForSourceQuery$Result
outer org.netbeans.api.java.queries.BinaryForSourceQuery
meth public abstract java.net.URL[] getRoots()
meth public abstract void addChangeListener(javax.swing.event.ChangeListener)
meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)

CLSS public abstract static org.netbeans.api.java.queries.BinaryForSourceQuery$Result2
outer org.netbeans.api.java.queries.BinaryForSourceQuery
intf org.netbeans.api.java.queries.BinaryForSourceQuery$Result
meth public abstract boolean preferBinaries()
supr java.lang.Object

CLSS public org.netbeans.api.java.queries.SourceForBinaryQuery
innr public abstract interface static Result
innr public static Result2
Expand Down Expand Up @@ -309,6 +317,14 @@ hfds pListeners
CLSS public abstract interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation
meth public abstract org.netbeans.api.java.queries.BinaryForSourceQuery$Result findBinaryRoots(java.net.URL)

CLSS public abstract interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2<%0 extends java.lang.Object>
intf org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation
meth public abstract boolean computePreferBinaries({org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2%0})
meth public abstract java.net.URL[] computeRoots({org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2%0})
meth public abstract void computeChangeListener({org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2%0},boolean,javax.swing.event.ChangeListener)
meth public abstract {org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2%0} findBinaryRoots2(java.net.URL)
meth public org.netbeans.api.java.queries.BinaryForSourceQuery$Result2 findBinaryRoots(java.net.URL)

CLSS public abstract interface org.netbeans.spi.java.queries.SourceForBinaryQueryImplementation
meth public abstract org.netbeans.api.java.queries.SourceForBinaryQuery$Result findSourceRoots(java.net.URL)

Expand Down
2 changes: 1 addition & 1 deletion ide/api.xml.ui/nbproject/org-netbeans-api-xml-ui.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.47.1
#Version 1.48.1

CLSS public java.beans.FeatureDescriptor
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion ide/api.xml/nbproject/org-netbeans-api-xml.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.47.1
#Version 1.48.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.11.1
#Version 1.12.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.112.1
#Version 1.113.1

CLSS public abstract interface java.io.Serializable

Expand Down
2 changes: 1 addition & 1 deletion ide/bugzilla/nbproject/org-netbeans-modules-bugzilla.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.80.1
#Version 1.81.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.29.1
#Version 1.30.1

CLSS public java.lang.Object
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion ide/core.browser/nbproject/org-netbeans-core-browser.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.31.1
#Version 1.32.1

CLSS public java.lang.Object
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion ide/core.ide/nbproject/org-netbeans-core-ide.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.44.1
#Version 1.45.1

CLSS public abstract interface java.lang.annotation.Annotation
meth public abstract boolean equals(java.lang.Object)
Expand Down
2 changes: 1 addition & 1 deletion ide/csl.api/nbproject/org-netbeans-modules-csl-api.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.57.1
#Version 2.58.1

CLSS public abstract interface java.awt.event.ActionListener
intf java.util.EventListener
Expand Down
2 changes: 1 addition & 1 deletion ide/csl.types/nbproject/org-netbeans-modules-csl-types.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.3.1
#Version 1.4.1

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.71.1
#Version 1.72.1

CLSS public abstract interface java.io.Serializable

Expand Down
2 changes: 1 addition & 1 deletion ide/css.lib/nbproject/org-netbeans-modules-css-lib.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.85.1
#Version 1.86.1

CLSS public abstract interface java.io.Serializable

Expand Down
2 changes: 1 addition & 1 deletion ide/css.model/nbproject/org-netbeans-modules-css-model.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.34.1
#Version 1.35.1

CLSS public abstract interface java.beans.PropertyChangeListener
intf java.util.EventListener
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.35.1
#Version 3.36.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
2 changes: 1 addition & 1 deletion ide/db.core/nbproject/org-netbeans-modules-db-core.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.40.1
#Version 1.41.1

CLSS public java.beans.FeatureDescriptor
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.36.1
#Version 1.37.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.14.1
#Version 1.15.1

CLSS public abstract interface java.io.Serializable

Expand Down
2 changes: 1 addition & 1 deletion ide/db.mysql/nbproject/org-netbeans-modules-db-mysql.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 0.31.1
#Version 0.32.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.39.1
#Version 1.40.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.34.1
#Version 2.35.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
2 changes: 1 addition & 1 deletion ide/db/nbproject/org-netbeans-modules-db.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.69.1
#Version 1.70.1

CLSS public java.beans.FeatureDescriptor
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion ide/dbapi/nbproject/org-netbeans-modules-dbapi.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.37.1
#Version 1.38.1

CLSS public java.lang.Object
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion ide/derby/nbproject/org-netbeans-modules-derby.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.43.1
#Version 1.44.1

CLSS public java.lang.Object
cons public init()
Expand Down
2 changes: 1 addition & 1 deletion ide/diff/nbproject/org-netbeans-modules-diff.sig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.54.1
#Version 1.55.1

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.3.1
#Version 1.4.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.42.1
#Version 1.43.1

CLSS public abstract interface java.awt.event.ActionListener
intf java.util.EventListener
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.26.1
#Version 1.27.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.23.1
#Version 1.24.1

CLSS public abstract interface java.io.Closeable
intf java.lang.AutoCloseable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.42.1
#Version 1.43.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.20.1
#Version 1.21.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.46.1
#Version 1.47.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.47.1
#Version 1.48.1

CLSS public abstract interface !annotation java.lang.FunctionalInterface
anno 0 java.lang.annotation.Documented()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.34.1
#Version 1.35.1

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.12.1
#Version 1.13.1

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.35.1
#Version 2.36.1

CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
meth public abstract int compareTo({java.lang.Comparable%0})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.48.1
#Version 1.49.1

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.36.1
#Version 1.37.1

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.25.1
#Version 1.26.1

CLSS public java.lang.Object
cons public init()
Expand Down
Loading

0 comments on commit b8b3fb0

Please sign in to comment.