Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use default javac release option for the NetBeans build #5455

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 1 addition & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*/build/
/*/nbproject/private/
/*/*/nbproject/private/
**/nbproject/private/
/*/*/build/
/*/*/dist/
/*/*/*/nbproject/private/
/*/*/*/build/
/*/*/*/dist/
/*/external/*.zip
Expand Down Expand Up @@ -35,7 +33,6 @@
/nbbuild/netbeansrelease.json
/nbi/engine/native/*/*/dist/
/nb-javac/
/java.source.nbjavac/test/test-nb-javac/nbproject/private/
/java/java.lsp.server/vscode/.vscode-test/
/harness/apisupport.harness/windows-launcher-src/*.exe
/harness/apisupport.harness/windows-launcher-src/*.res
Expand All @@ -49,13 +46,10 @@
# Various files that may be generated if the launcher projects are opened in NetBeans 8.2.
/harness/apisupport.harness/windows-launcher-src/nbproject/Makefile-*.mk
/harness/apisupport.harness/windows-launcher-src/nbproject/Package-*.bash
/harness/apisupport.harness/windows-launcher-src/nbproject/private/
/nb/ide.launcher/windows/nbproject/Makefile-*.mk
/nb/ide.launcher/windows/nbproject/Package-*.bash
/nb/ide.launcher/windows/nbproject/private/
/platform/o.n.bootstrap/launcher/windows/nbproject/Makefile-*.mk
/platform/o.n.bootstrap/launcher/windows/nbproject/Package-*.bash
/platform/o.n.bootstrap/launcher/windows/nbproject/private/

# Database logs
derby.log
Expand All @@ -78,16 +72,10 @@ derby.log
/websvccommon/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb/
/websvccommon/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/oauth/
/websvccommon/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/wadl/
/javafx2.samples/FXML-LoginDemo/nbproject/private/

# OS generated files - test related #
#####################################
/debugger.jpda.ui/test/qa-functional/data/debugTestProject/nbproject/private/
/debugger.jpda.ui/test/qa-functional/data/debugTestProjectAnt/nbproject/private/
/platform/o.n.bootstrap/test/unit/data/jars
/xml/test/qa-functional/data/DTDActionsTestProject/nbproject/private/
/xml/test/qa-functional/data/ActionsTestProject/nbproject/private/
/xml/test/qa-functional/data/CoreTemplatesTestProject/nbproject/private/

# Snapcraft Generated files #
#######################
Expand Down
1 change: 0 additions & 1 deletion apisupport/apisupport.ant/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ antsrc.cp=\

requires.nb.javac=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javadoc.arch=${basedir}/arch.xml

test-unit-sys-prop.test.nbroot=${nb_all}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.
is.eager=true
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
# 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
nbm.module.author=Dmitry Lipin
1 change: 0 additions & 1 deletion apisupport/apisupport.kit/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
# specific language governing permissions and limitations
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
1 change: 0 additions & 1 deletion apisupport/apisupport.project/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8

javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# under the License.

is.eager=true
javac.source=1.8
requires.nb.javac=true
1 change: 0 additions & 1 deletion apisupport/apisupport.wizards/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
# 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
requires.nb.javac=true
1 change: 0 additions & 1 deletion apisupport/maven.apisupport/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

is.eager=true
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial

test.config.stableBTD.includes=**/*Test.class
Expand Down
1 change: 0 additions & 1 deletion apisupport/timers/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# under the License.

javac.compilerargs=-Xlint:unchecked
javac.source=1.8
test.unit.run.cp.extra=\
${openide.options.dir}/modules/org-openide-awt.jar:\
Expand Down
1 change: 0 additions & 1 deletion contrib/cordova.platforms.ios/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# 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
release.external/ios-sim=bin/ios-sim
release.external/libiDeviceNativeBinding.dylib=bin/libiDeviceNativeBinding.dylib
Expand Down
1 change: 0 additions & 1 deletion contrib/form.j2ee/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
# under the License.

is.eager=true
javac.source=1.8
spec.version.base=0.36.0
requires.nb.javac=true
1 change: 0 additions & 1 deletion contrib/groovy.grails/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
nbm.homepage=http://wiki.netbeans.org/groovy
nbm.module.author=Martin Adamek, Petr Hejl, Matthias Schmidt

Expand Down
1 change: 0 additions & 1 deletion contrib/groovy.grailsproject/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javadoc.arch=${basedir}/arch.xml
nbm.homepage=http://wiki.netbeans.org/groovy
nbm.module.author=Martin Adamek, Matthias Schmidt
Expand Down
1 change: 0 additions & 1 deletion contrib/hibernateweb/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
build.compiler.deprecation=false
is.eager=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8


1 change: 0 additions & 1 deletion contrib/j2ee.jboss4/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
#javac.compilerargs=-Xlint:unchecked


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jar.name=JBoss4EjbTest.jar
javac.classpath=
javac.debug=true
javac.deprecation=false
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ javac.classpath=
javac.compilerargs=
javac.debug=true
javac.deprecation=false
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ javac.classpath=
javac.compilerargs=
javac.debug=true
javac.deprecation=false
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
Expand Down
1 change: 0 additions & 1 deletion contrib/j2ee.weblogic9/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# under the License.
#

javac.source=1.8
spec.version.base=1.45.0

test.config.stableBTD.includes=**/*Test.class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


is.eager=true
javac.source=1.8
release.external/svnClientAdapter-svnkit-1.10.12.jar=modules/ext/svnClientAdapter-svnkit.jar
release.external/org.tmatesoft.svnkit_1.8.12.r10533_v20160129_0158.jar=modules/ext/svnkit.jar
release.external/sqljet-1.1.10.jar=modules/ext/sqljet.jar
Expand Down
1 change: 0 additions & 1 deletion contrib/websvc.metro.model/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
is.eager=true
javac.source=1.8
javadoc.title=Configuration model for metro.xml config file
javadoc.overview=${basedir}/overview.html
javadoc.arch=${basedir}/../arch/arch-websvc-metro-model.xml
Expand Down
1 change: 0 additions & 1 deletion contrib/websvc.wsitconf/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javadoc.title=Web Services Interoperability Technologies Configuration Module
javadoc.overview=${basedir}/overview.html
javadoc.arch=${basedir}/../arch/arch-websvc-wsitconf.xml
Expand Down
1 change: 0 additions & 1 deletion contrib/websvc.wsitmodelext/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# specific language governing permissions and limitations
# under the License.
is.autoload=true
javac.source=1.8
javadoc.title=Web Services Interoperability Technologies WSDL Extensions Module
javadoc.overview=${basedir}/overview.html
javadoc.arch=${basedir}/../arch/arch-websvc-wsitmodelext.xml
Expand Down
1 change: 0 additions & 1 deletion cpplite/cpplite.debugger/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@

release.external/cpplite-mi-f8f8250283be.jar=modules/ext/cpplite-mi-f8f8250283be.jar
file.reference.cpplite-mi-f8f8250283be.jar=release/modules/ext/cpplite-mi-f8f8250283be.jar
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
1 change: 0 additions & 1 deletion cpplite/cpplite.editor/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
1 change: 0 additions & 1 deletion cpplite/cpplite.kit/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
1 change: 0 additions & 1 deletion cpplite/cpplite.project/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
1 change: 0 additions & 1 deletion enterprise/api.web.webmodule/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial

is.autoload=true
Expand Down
1 change: 0 additions & 1 deletion enterprise/cloud.amazon/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
# 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
1 change: 0 additions & 1 deletion enterprise/cloud.common/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
# 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
1 change: 0 additions & 1 deletion enterprise/cloud.oracle/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ release.external/resilience4j-circuitbreaker-1.2.0.jar=modules/ext/resilience4j-
release.external/resilience4j-core-1.2.0.jar=modules/ext/resilience4j-core-1.2.0.jar
release.external/vavr-0.10.2.jar=modules/ext/vavr-0.10.2.jar
release.external/vavr-match-0.10.2.jar=modules/ext/vavr-match-0.10.2.jar
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
spec.version.base.fatal.warning=false
1 change: 0 additions & 1 deletion enterprise/el.lexer/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

is.autoload=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
#javadoc.arch=${basedir}/arch.xml
#javadoc.apichanges=${basedir}/apichanges.xml
javadoc.title=Expression Language Lexer API
Expand Down
1 change: 0 additions & 1 deletion enterprise/glassfish.common/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8

test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
Expand Down
1 change: 0 additions & 1 deletion enterprise/glassfish.eecommon/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
is.autoload=true
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
spec.version.base=1.57.0

Expand Down
1 change: 0 additions & 1 deletion enterprise/glassfish.javaee/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8

test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
Expand Down
1 change: 0 additions & 1 deletion enterprise/glassfish.tooling/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
# 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
1 change: 0 additions & 1 deletion enterprise/gradle.javaee/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
nbm.module.author=Laszlo Kishalmi
is.eager=true
1 change: 0 additions & 1 deletion enterprise/j2ee.api.ejbmodule/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
is.autoload=true

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javadoc.overview=${basedir}/arch/overview.html
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
Expand Down
1 change: 0 additions & 1 deletion enterprise/j2ee.clientproject/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec.version.base=1.66.0
javadoc.arch=${basedir}/arch.xml
javadoc.preview=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8

test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
Expand Down
1 change: 0 additions & 1 deletion enterprise/j2ee.common/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml

Expand Down
1 change: 0 additions & 1 deletion enterprise/j2ee.core/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8

is.autoload=true

Expand Down
1 change: 0 additions & 1 deletion enterprise/j2ee.dd.webservice/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
is.autoload=true

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javadoc.apichanges=${basedir}/apichanges.xml
javadoc.arch=${basedir}/arch.xml
javadoc.docfiles=${basedir}/doc
Expand Down
1 change: 0 additions & 1 deletion enterprise/j2ee.dd/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

javac.compilerargs=-Xlint:all -Xlint:-serial
javac.source=1.8
javac.fork=true
spec.version.base=1.60.0
is.autoload=true
Expand Down
Loading