netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Snapshot of APIS as of NetBeans 24

Open ebarboni opened this issue 1 year ago • 0 comments

Snapshot of APIs as of NetBeans 24

# checkout branch (or release tag)
git checkout release230
git clean -dxf
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb250a1
git stash pop
git add -A
git commit -m "Snapshot of APIS as of NetBeans 24"
# remove getPeer() calls
find . -name "*.sig" -exec sed -i '/java.awt.peer.ComponentPeer/{N;d;}' {} \;
# check git diff
git add -A
git commit --amend

Filtered diff created using -

curl -L https://github.com/apache/netbeans/pull/<PR_ID>.diff | filterdiff -#2- > filtered-apis-nb240.txt

filtered-apis-nb240.txt

ebarboni avatar Oct 22 '24 15:10 ebarboni