Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public void testGetSourceLevel() {
String path = "java/junit/src/org/netbeans/modules/junit/api/JUnitSettings.java";
FileObject f = nbRoot().getFileObject(path);
assertNotNull("found " + path, f);
assertEquals("1.8 used for an average module", "1.8", SourceLevelQuery.getSourceLevel(f));
String expected = "17"; // must be bumped on module lang level updates
assertEquals(expected + " used for an average module", expected, SourceLevelQuery.getSourceLevel(f));
}

}
2 changes: 1 addition & 1 deletion java/ant.browsetask/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

ant.jar=${ant.core.lib}
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml

# web.browser.api.dir is sometimes not set during the build (eg. nbms-and-javadoc build)
Expand Down
2 changes: 1 addition & 1 deletion java/ant.debugger/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
spec.version.base=1.67.0
test.unit.run.cp.extra=${tools.jar}
# Make the debugger find it, even if it is not on the startup debug classpath:
Expand Down
2 changes: 1 addition & 1 deletion java/ant.freeform/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

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

Expand Down
2 changes: 1 addition & 1 deletion java/ant.grammar/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.eager=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
test.unit.cp.extra=
test.unit.run.cp.extra=
Expand Down
2 changes: 1 addition & 1 deletion java/ant.hints/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
2 changes: 1 addition & 1 deletion java/api.debugger.jpda/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
is.autoload=true
cp.extra=${tools.jar}:${jpda.classes.dir}
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
jpda.classes.dir=${build.dir}/jpda/classes/
Expand Down
2 changes: 1 addition & 1 deletion java/api.java/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.autoload=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.apichanges=${basedir}/apichanges.xml
javadoc.arch=${basedir}/arch.xml
test.unit.run.cp.extra=${o.n.core.dir}/lib/boot.jar:${o.n.core.dir}/core/core.jar
Expand Down
2 changes: 1 addition & 1 deletion java/api.maven/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

is.autoload=true
javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
javadoc.apichanges=${basedir}/apichanges.xml
javadoc.arch=${basedir}/arch.xml
Expand Down
2 changes: 1 addition & 1 deletion java/beans/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
spec.version.base=1.81.0


Expand Down
2 changes: 1 addition & 1 deletion java/classfile/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.autoload=true
javac.compilerargs=-Xlint:all -Xlint:-serial
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml

Expand Down
2 changes: 1 addition & 1 deletion java/dbschema/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
spec.version.base=1.71.0

test.config.stable.includes=**/XMLGraphSerializerTest.class
2 changes: 1 addition & 1 deletion java/debugger.jpda.ant/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
is.eager=true
ant.jar=${ant.core.lib}
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
requires.nb.javac=true
2 changes: 1 addition & 1 deletion java/debugger.jpda.js/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

cp.extra=${tools.jar}
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
requires.nb.javac=true
2 changes: 1 addition & 1 deletion java/debugger.jpda.jsui/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

cp.extra=${tools.jar}
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
requires.nb.javac=true
2 changes: 1 addition & 1 deletion java/debugger.jpda.kit/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.

javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
2 changes: 1 addition & 1 deletion java/debugger.jpda.projects/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.autoload=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
requires.nb.javac=true

test.config.stableBTD.includes=**/*Test.class
Expand Down
2 changes: 1 addition & 1 deletion java/debugger.jpda.projectsui/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.autoload=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
requires.nb.javac=true

test.config.stableBTD.includes=**/*Test.class
Expand Down
2 changes: 1 addition & 1 deletion java/debugger.jpda.truffle/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint:unchecked
javac.release=11
javac.release=17
javadoc.arch=${basedir}/arch.xml
nbm.module.author=Martin Entlicher
requires.nb.javac=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.eager=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
nbm.module.author=Martin Entlicher
requires.nb.javac=true
Expand Down
2 changes: 1 addition & 1 deletion java/debugger.jpda/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ is.autoload=true
cp.extra=${tools.jar}:${jpda.classes.dir}
#cp.extra=${java.home}/../lib/tools.jar
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
jpda.classes.dir=${build.dir}/jpda/classes/
requires.nb.javac=true
Expand Down
2 changes: 1 addition & 1 deletion java/editor.htmlui/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
requires.nb.javac=true
2 changes: 1 addition & 1 deletion java/form.nb/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
spec.version.base=0.48.0
requires.nb.javac=true
2 changes: 1 addition & 1 deletion java/form.refactoring/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
spec.version.base=0.47.0
requires.nb.javac=true
2 changes: 1 addition & 1 deletion java/gradle.dependencies/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
spec.version.base=1.7.0

Expand Down
2 changes: 1 addition & 1 deletion java/gradle.htmlui/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
is.eager=true
2 changes: 1 addition & 1 deletion java/gradle.java.coverage/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
nbm.module.author=Laszlo Kishalmi
is.eager=true
Expand Down
2 changes: 1 addition & 1 deletion java/gradle.kit/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
2 changes: 1 addition & 1 deletion java/gradle.persistence/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
nbm.module.author=Laszlo Kishalmi
2 changes: 1 addition & 1 deletion java/gradle.spring/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
nbm.module.author=Laszlo Kishalmi
2 changes: 1 addition & 1 deletion java/hudson.ant/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# specific language governing permissions and limitations
# under the License.
is.eager=true
javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial
2 changes: 1 addition & 1 deletion java/hudson.maven/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
is.eager=true
javac.source=1.8
javac.release=17
javac.compilerargs=-Xlint -Xlint:-serial

test.config.stableBTD.includes=**/*Test.class
2 changes: 1 addition & 1 deletion java/i18n.form/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

is.eager=true
javac.source=1.8
javac.release=17
spec.version.base=1.80.0

test.config.stableBTD.includes=**/*Test.class
2 changes: 1 addition & 1 deletion java/i18n/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

javac.source=1.8
javac.release=17
javadoc.arch=${basedir}/arch.xml
disable.qa-functional.tests=true

Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.core.utilities/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

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

is.autoload=true

Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.eclipselink/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

is.autoload=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
jnlp.indirect.jars=\
modules/ext/eclipselink/org.eclipse.persistence.core-2.7.12.jar,\
modules/ext/eclipselink/org.eclipse.persistence.asm-9.4.0.jar,\
Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.eclipselinkmodelgen/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
jnlp.indirect.jars=\
modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.7.12.jar

Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.jpa.refactoring/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
requires.nb.javac=true

test.unit.run.cp.extra=\
Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.jpa.verification/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# specific language governing permissions and limitations
# under the License.
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javac.release=17
requires.nb.javac=true
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
requires.nb.javac=true

test.unit.cp.extra=\
Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.metadata/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

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

javadoc.arch=${basedir}/arch.xml
Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.persistence/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javac.release=17
spec.version.base=1.85.0

test.unit.run.cp.extra=\
Expand Down
2 changes: 1 addition & 1 deletion java/j2ee.persistenceapi/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

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

javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
Expand Down
2 changes: 1 addition & 1 deletion java/java.debug/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
javac.source=1.8
javac.release=17
spec.version.base=1.68.0
requires.nb.javac=true

2 changes: 1 addition & 1 deletion java/java.editor.lib/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
javadoc.title=Java Editor Library
javadoc.apichanges=${basedir}/apichanges.xml

javac.source=1.8
javac.release=17

spec.version.base=1.60.0
is.autoload=true
Expand Down
2 changes: 1 addition & 1 deletion java/java.freeform/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

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

Expand Down
Loading