[jira] [Created] (NETBEANS-5065) NoClassDefFoundError: CUP$ASTPHP5Parser$actions
Czukowski created NETBEANS-5065: --- Summary: NoClassDefFoundError: CUP$ASTPHP5Parser$actions Key: NETBEANS-5065 URL: https://issues.apache.org/jira/browse/NETBEANS-5065 Project: NetBeans Issue Type: Bug Components: php - Editor Affects Versions: 12.2 Environment: Windows Reporter: Czukowski Posted this a few months ago on dev list, but since it hasn't get any responses, I'm leaving an issue here. This is an issue specific to Windows. Linux seems to be unaffected. The problem is that during {{ant run}} execution for the PHP Editor module, this file gets deleted: {{php/php.editor/build/classes/org/netbeans/modules/php/editor/parser/CUP$ASTPHP5Parser$actions.class}} It's not being created again using {{ant build}} for the module. A whole full NetBeans build is needed for that. As a result, any change to PHP Editor sources requires a full build to complete. {{CUP$ASTPHP5Parser$actions.class}} is mentioned in {{php/php.editor/nbproject/project.properties}} [(1)|https://github.com/apache/netbeans/blob/f75dadf3a9cfb35ec89787ecca466a4f3db274c9/php/php.editor/nbproject/project.properties#L20]: {code:java} nbjavac.ignore.missing.enclosing=**/CUP$ASTPHP5Parser$actions.class {code} And searching for {{nbjavac.ignore.missing.enclosing}} reveals two things: # No other project.properties than PHP Editor seems to have it # It's being used by {{CustomJavac.java}}, in {{cleanUpDependDebris()}} method [(2)|https://github.com/apache/netbeans/blob/f75dadf3a9cfb35ec89787ecca466a4f3db274c9/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java#L193-L212] that does seem to delete some files and its comments link to an old [issue #196556|https://bz.apache.org/netbeans/show_bug.cgi?id=196556] >From what I read, this file is supposed to be skipped from the deletion, but >apparently it's not. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Created] (NETBEANS-5064) Support for specific NB (feature) versions
Junichi Yamamoto created NETBEANS-5064: -- Summary: Support for specific NB (feature) versions Key: NETBEANS-5064 URL: https://issues.apache.org/jira/browse/NETBEANS-5064 Project: NetBeans Issue Type: Wish Components: updatecenters - Pluginportal Reporter: Junichi Yamamoto Maybe, currently, URLs for feature versions(e.g. 12.1) are redirected to the URL for the LTS(e.g. 12.0) version, right? That has a problem. We can't use an nbm of the LTS version if a feature version has incompatible changes. There are incompatible changes for PHP support in NetBeans 12.2. So, some plugins related to PHP don't work any longer in 12.2 with the nbm for 12.0. So, I have to provide nbms for 12.2. However, we can't add them to PP at the moment. So, I have to upload them to another place(e.g. GitHub). It would be nice for users/developers if we can add nbms for specific versions. OTOH, it may be hard work for verifiers(/developers) to verify(/add) them... e.g. Although I'm not sure whether it is possible, if there is no nbm of specific versions, it would be nice to be able to use nbms of LTS versions. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r44693 [1/2] - in /dev/netbeans/netbeans/12.2: Apache-NetBeans-12.2-bin-linux-x64.sh Apache-NetBeans-12.2-bin-linux-x64.sh.asc Apache-NetBeans-12.2-bin-linux-x64.sh.sha512
Author: lkishalmi Date: Wed Nov 25 23:36:55 2020 New Revision: 44693 Log: Apache NetBeans 12.2 Linux Installer Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.asc dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.sha512 Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh Wed Nov 25 23:36:55 2020 @@ -0,0 +1,1530386 @@ +#!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +ARG_JAVAHOME="--javahome" +ARG_VERBOSE="--verbose" +ARG_OUTPUT="--output" +ARG_EXTRACT="--extract" +ARG_JAVA_ARG_PREFIX="-J" +ARG_TEMPDIR="--tempdir" +ARG_CLASSPATHA="--classpath-append" +ARG_CLASSPATHP="--classpath-prepend" +ARG_HELP="--help" +ARG_SILENT="--silent" +ARG_NOSPACECHECK="--nospacecheck" +ARG_LOCALE="--locale" + +USE_DEBUG_OUTPUT=0 +PERFORM_FREE_SPACE_CHECK=1 +SILENT_MODE=0 +EXTRACT_ONLY=0 +SHOW_HELP_ONLY=0 +LOCAL_OVERRIDDEN=0 +APPEND_CP= +PREPEND_CP= +LAUNCHER_APP_ARGUMENTS= +LAUNCHER_JVM_ARGUMENTS= +ERROR_OK=0 +ERROR_TEMP_DIRECTORY=2 +ERROR_TEST_JVM_FILE=3 +ERROR_JVM_NOT_FOUND=4 +ERROR_JVM_UNCOMPATIBLE=5 +ERROR_EXTRACT_ONLY=6 +ERROR_INPUTOUPUT=7 +ERROR_FREESPACE=8 +ERROR_INTEGRITY=9 +ERROR_MISSING_RESOURCES=10 +ERROR_JVM_EXTRACTION=11 +ERROR_JVM_UNPACKING=12 +ERROR_VERIFY_BUNDLED_JVM=13 + +VERIFY_OK=1 +VERIFY_NOJAVA=2 +VERIFY_UNCOMPATIBLE=3 + +MSG_ERROR_JVM_NOT_FOUND="nlu.jvm.notfoundmessage" +MSG_ERROR_USER_ERROR="nlu.jvm.usererror" +MSG_ERROR_JVM_UNCOMPATIBLE="nlu.jvm.uncompatible" +MSG_ERROR_INTEGRITY="nlu.integrity" +MSG_ERROR_FREESPACE="nlu.freespace" +MSG_ERROP_MISSING_RESOURCE="nlu.missing.external.resource" +MSG_ERROR_TMPDIR="nlu.cannot.create.tmpdir" + +MSG_ERROR_EXTRACT_JVM="nlu.cannot.extract.bundled.jvm" +MSG_ERROR_UNPACK_JVM_FILE="nlu.cannot.unpack.jvm.file" +MSG_ERROR_VERIFY_BUNDLED_JVM="nlu.error.verify.bundled.jvm" + +MSG_RUNNING="nlu.running" +MSG_STARTING="nlu.starting" +MSG_EXTRACTING="nlu.extracting" +MSG_PREPARE_JVM="nlu.prepare.jvm" +MSG_JVM_SEARCH="nlu.jvm.search" +MSG_ARG_JAVAHOME="nlu.arg.javahome" +MSG_ARG_VERBOSE="nlu.arg.verbose" +MSG_ARG_OUTPUT="nlu.arg.output" +MSG_ARG_EXTRACT="nlu.arg.extract" +MSG_ARG_TEMPDIR="nlu.arg.tempdir" +MSG_ARG_CPA="nlu.arg.cpa" +MSG_ARG_CPP="nlu.arg.cpp" +MSG_ARG_DISABLE_FREE_SPACE_CHECK="nlu.arg.disable.space.check" +MSG_ARG_LOCALE="nlu.arg.locale" +MSG_ARG_SILENT="nlu.arg.silent" +MSG_ARG_HELP="nlu.arg.help" +MSG_USAGE="nlu.msg.usage" + +isSymlink= + +entryPoint() { +initSymlinkArgument + CURRENT_DIRECTORY=`pwd` + LAUNCHER_NAME=`echo $0` + parseCommandLineArguments "$@" + initializeVariables + setLauncherLocale + debugLauncherArguments "$@" + if [ 1 -eq $SHOW_HELP_ONLY ] ; then + showHelp + fi + +message "$MSG_STARTING" +createTempDirectory + checkFreeSpace "$TOTAL_BUNDLED_FILES_SIZE" "$LAUNCHER_EXTRACT_DIR" + +extractJVMData + if [ 0 -eq $EXTRACT_ONLY ] ; then +searchJava + fi + + extractBundledData + verifyIntegrity + + if [ 0 -eq $EXTRACT_ONLY ] ; then + executeMainClass + else + exitProgram $ERROR_OK + fi +} + +initSymlinkArgument() { +testSymlinkErr=`test -L / 2>&1 > /dev/null` +if [ -z "$testSymlinkErr" ] ; then +isSymlink=-L +else +isSymlink=-h +fi +} + +debugLauncherArguments() { + debug "Launcher Command : $0" + argCounter=1 +while [ $# != 0 ] ; do + debug "... argument [$argCounter] = $1" + argCounter=`expr "$argCounter" + 1` + shift + done +} +isLauncherCommandArgument() { + case "$1" in + $ARG_VERBOSE | $ARG_NOSPACECHECK | $ARG_OUTPUT | $ARG_HELP | $ARG_JAVAHOME | $ARG_TEMPDIR | $ARG_EXTRACT | $ARG_SILENT | $ARG_LOCALE | $ARG_CLASSPATHP | $ARG_CLASSPATHA) + echo 1 +
svn commit: r44693 [2/2] - in /dev/netbeans/netbeans/12.2: Apache-NetBeans-12.2-bin-linux-x64.sh Apache-NetBeans-12.2-bin-linux-x64.sh.asc Apache-NetBeans-12.2-bin-linux-x64.sh.sha512
Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.asc == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.asc (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.asc Wed Nov 25 23:36:55 2020 @@ -0,0 +1,17 @@ +-BEGIN PGP SIGNATURE- + +iQJJBAABCgAzFiEEecjwKnJunvU2RtcSsr+BT6FFyy0FAl++6b8VHGxraXNoYWxt +aUBhcGFjaGUub3JnAAoJELK/gU+hRcsta4AQAJT2f8FsYYzAvLe+j2ElMI08aZ4i +HhuU1CNV5AAfYc1O7e2eLBV/wJ04HfQ9XC7TNeT/tDpMbevnvUCrw2EmPOPfukhg +4kSDYyNm4+TUFXOm6TbZBtGW2hQHtaW3lLa4lGygS5HGLkvZuXLWXFr0eYuAAQpz +SlQXw8gJu5QLugAprj+a7xuMgKOMUXXWYU8EM74XFcvtEYqBWxwIVTVtjjjMWM3i +nx0zJlvBS/elmiPX2KGlR3UDtbqetUCkAwdn89WkUiAL0fdUksSi1rvskPrB+Kvt +WaHydrw3xVtib83eZ7Y38kfRxs86dkK9mirYoWFmVVbn6Ivh8iOeuEUI8NLRt0le +rKsyUrjXSdnX0iRpsEdXvqrCaByqFLvH191EWaEqz1hmaGF87qjenCTQKuYxXp/s +KXfu8COoz1Zy2oF5QpsXhDaTuQvmSEdcQA6h1DpYH61rE4+DAvBSS3wcxJ92uAj2 +dzXiBM/MvKVZ2u+eJj3He7y9hd7BnAEKLVCmiXLrzX7FEfQJHTzZIXwOP2zJqB8l +wbwKq5SaTfcIIr/75VESYNRyakz4WR7vMoDy1uStHlhDRN9lviA9oNcaTuBAl5s/ ++lT58c8In116CWSCyqeOh95wgy1rJr5aMSiM60ZCuAr2N2cI9qLFD9Km+kEtPUFE +NKcj2iIiz4i5ds6t +=IkNl +-END PGP SIGNATURE- Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.sha512 == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.sha512 (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-linux-x64.sh.sha512 Wed Nov 25 23:36:55 2020 @@ -0,0 +1 @@ +0dd65073e9565abcd6c77acdf24cf695cf3576ce74cdef6ba42776e3cf01d30f77a8d89aef35900d186cd757549ddfd1cc51f07bb362002539042c8bbad886b1 Apache-NetBeans-12.2-bin-linux-x64.sh - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-5054) web.bootsfaces is not registered in a cluster and thus does not become part of the IDE
[ https://issues.apache.org/jira/browse/NETBEANS-5054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-5054: - Labels: pull-request-available (was: ) > web.bootsfaces is not registered in a cluster and thus does not become part > of the IDE > -- > > Key: NETBEANS-5054 > URL: https://issues.apache.org/jira/browse/NETBEANS-5054 > Project: NetBeans > Issue Type: Bug > Components: javaee - JSF >Affects Versions: 12.2 >Reporter: Matthias Bläsing >Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > With the PR: [https://github.com/apache/netbeans/pull/2357] customizations > were added to support bootsfaces components in the JSF editor. The new module > was not recorded in the `nbbuild/cluster.properties` file and thus will not > become part of netbeans 12.2. > The registration needs to be added. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated: Update index.asciidoc
This is an automated email from the ASF dual-hosted git repository. geertjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new f815218 Update index.asciidoc f815218 is described below commit f81521889bf8a8478b005265aef2d32e920dc41a Author: Geertjan Wielenga AuthorDate: Wed Nov 25 19:38:15 2020 +0100 Update index.asciidoc --- netbeans.apache.org/src/content/download/nb122/index.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbeans.apache.org/src/content/download/nb122/index.asciidoc b/netbeans.apache.org/src/content/download/nb122/index.asciidoc index f7a0c03..06c419c 100644 --- a/netbeans.apache.org/src/content/download/nb122/index.asciidoc +++ b/netbeans.apache.org/src/content/download/nb122/index.asciidoc @@ -47,6 +47,7 @@ The full list of pull requests integrated in the 12.2 timeframe link:https://git - Refactoring support for Records (https://github.com/apache/netbeans/pull/2164) == Java Language + === New JDK 14 and 15-Specific Java Language Features - Code coloring. Keywords "sealed", "non-sealed", and "permits" are highlighted conforming to the existing styles of all other Java keywords. - Code formatting for "sealed" type. Extended the Java code formatting feature to include "sealed" and "permits" clauses for the first time. @@ -56,6 +57,7 @@ The full list of pull requests integrated in the 12.2 timeframe link:https://git - Invoke code completion for "Record" variable name and the editor will analyze the context and then suggest choices that are reachable from the current caret position. - Fixed JavaDoc listing for class-type RECORD on auto completion: https://github.com/apache/netbeans/pull/2412 - nb-javac fork supports JDK 15: https://github.com/apache/netbeans/pull/2408 + === New Miscellaneous Java Language Features - Show types for chained method invocations: https://github.com/apache/netbeans/pull/2365 - Create new Class/Interface/Enum when copy-paste raw text: https://github.com/apache/netbeans/pull/2334 - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated: Update index.asciidoc
This is an automated email from the ASF dual-hosted git repository. geertjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new 27077b6 Update index.asciidoc 27077b6 is described below commit 27077b63ec06ee0fa30f18a76aee328590feec66 Author: Geertjan Wielenga AuthorDate: Wed Nov 25 19:37:19 2020 +0100 Update index.asciidoc --- netbeans.apache.org/src/content/download/nb122/index.asciidoc | 5 - 1 file changed, 5 deletions(-) diff --git a/netbeans.apache.org/src/content/download/nb122/index.asciidoc b/netbeans.apache.org/src/content/download/nb122/index.asciidoc index 4613d8f..f7a0c03 100644 --- a/netbeans.apache.org/src/content/download/nb122/index.asciidoc +++ b/netbeans.apache.org/src/content/download/nb122/index.asciidoc @@ -39,11 +39,6 @@ TIP: The LTS release of the Apache NetBeans 12 cycle is Apache NetBeans 12.0. Th The full list of pull requests integrated in the 12.2 timeframe link:https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.2[is found here], while the highlights are listed below. -=== Jakarta EE 8 - -- Ability to create a Jakarta EE 8 project -- Change an existing Maven web application to Jakarta EE 8. - == Java Editor - nb-javac for Java 14 usage when running NetBeans on earlier JDK releases (https://github.com/apache/netbeans/pull/2277) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans-website] branch master updated: Update index.asciidoc
This is an automated email from the ASF dual-hosted git repository. geertjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-website.git The following commit(s) were added to refs/heads/master by this push: new 535b5de Update index.asciidoc 535b5de is described below commit 535b5deaaac71df9d6df2fd3a5abba3b85b5b236 Author: Geertjan Wielenga AuthorDate: Wed Nov 25 19:36:36 2020 +0100 Update index.asciidoc --- .../src/content/download/nb122/index.asciidoc | 86 ++ 1 file changed, 86 insertions(+) diff --git a/netbeans.apache.org/src/content/download/nb122/index.asciidoc b/netbeans.apache.org/src/content/download/nb122/index.asciidoc index c74c8e3..4613d8f 100644 --- a/netbeans.apache.org/src/content/download/nb122/index.asciidoc +++ b/netbeans.apache.org/src/content/download/nb122/index.asciidoc @@ -34,3 +34,89 @@ Welcome to Apache NetBeans 12.2, the first feature release of the Apache NetBeans 12 cycle! TIP: The LTS release of the Apache NetBeans 12 cycle is Apache NetBeans 12.0. The 12.2 release has not been tested as heavily as the LTS release and may therefore be less stable. Use 12.2 to use the latest features and to provide feedback for the next LTS release, scheduled for 2021. Go here to download link:/download/nb120/nb120.html[Apache NetBeans 12.0], the current LTS release. + +== Highlights + +The full list of pull requests integrated in the 12.2 timeframe link:https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.2[is found here], while the highlights are listed below. + +=== Jakarta EE 8 + +- Ability to create a Jakarta EE 8 project +- Change an existing Maven web application to Jakarta EE 8. + +== Java Editor + +- nb-javac for Java 14 usage when running NetBeans on earlier JDK releases (https://github.com/apache/netbeans/pull/2277) +- New file template for creating Records (https://github.com/apache/netbeans/pull/2183) +- Better support for code completion for Records (https://github.com/apache/netbeans/pull/) +- Refactoring support for Records (https://github.com/apache/netbeans/pull/2164) + +== Java Language +=== New JDK 14 and 15-Specific Java Language Features + - Code coloring. Keywords "sealed", "non-sealed", and "permits" are highlighted conforming to the existing styles of all other Java keywords. + - Code formatting for "sealed" type. Extended the Java code formatting feature to include "sealed" and "permits" clauses for the first time. + - Auto-completion for "sealed" type. Added keyword "sealed" and "non-sealed" before "class" declaration. Added "permits" only in the allowed location, i.e., the "permits" clause is not allowed to be put before "extends" and "implements" clause, if present. + - Fixed Record Formatting issue with use of annotation: https://github.com/apache/netbeans/pull/2391 + - Fixed issue: refactor record rename & move record file to other package: https://github.com/apache/netbeans/pull/2310 + - Invoke code completion for "Record" variable name and the editor will analyze the context and then suggest choices that are reachable from the current caret position. + - Fixed JavaDoc listing for class-type RECORD on auto completion: https://github.com/apache/netbeans/pull/2412 + - nb-javac fork supports JDK 15: https://github.com/apache/netbeans/pull/2408 +=== New Miscellaneous Java Language Features + - Show types for chained method invocations: https://github.com/apache/netbeans/pull/2365 + - Create new Class/Interface/Enum when copy-paste raw text: https://github.com/apache/netbeans/pull/2334 + - Create only one instance of javac: https://github.com/apache/netbeans/pull/2305 + +== JavaFX + - Avoid assertion & NPE in fxml code completion: https://github.com/apache/netbeans/pull/2399 + - Disallow FXML controller in default package: https://github.com/apache/netbeans/pull/2331 + - Include immutable objects for fxml editor identification: https://github.com/apache/netbeans/pull/2333 + +== Java Web + - Remove Derby integration from Payara Server modules: https://github.com/apache/netbeans/pull/2425 + - Web Project Properties Dialog fails to save Relative URL: https://github.com/apache/netbeans/pull/2423 + - JavaServer Faces Catalog fixes: https://github.com/apache/netbeans/pull/2431 + - Fix Spring Web MVC 5.2.9 integration: https://github.com/apache/netbeans/pull/2380 + +== Java Build Systems + - Added Gradle wrapper distribution change detection: https://github.com/apache/netbeans/pull/2366 + - Add JAVA_HOME to Gradle build environment variables: https://github.com/apache/netbeans/pull/2320 + - Better way to detect sources and javadocs in Gradle Projects: https://github.com/apache/netbeans/pull/2499 + - Fixed Gradle Java Frontend Application generation: https://github.com/apache/netbeans/pull/2485 + - Enable run/debug single when the suitable task is provided by the Gradle project: https://github.com/apache/netbeans/pull/2458 + - F
[jira] [Commented] (NETBEANS-1842) ambiguous method when using Lombok
[ https://issues.apache.org/jira/browse/NETBEANS-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238812#comment-17238812 ] Xavier G commented on NETBEANS-1842: Hi again, I rework on this issue and have found a little more information. I try making a sample project to reproduce the issu and post it in lombok issues list ([https://github.com/rzwitserloot/lombok/issues/2656)] but did not succeeded to reproduce. But doing so by looking at our original project, seems to be related to netbeans nb-javac plugin and/or the background indexation process. As I finally found the file generated by netbeans (/home/user/.cache/netbeans/12.1/index/xx/myClasses.sig) corresponding to one of my error showned in the editor (the .sig file is in fact a .class used behind the seen by netbeans. And if I decompile this class (with jd-gui) I note that there really are 2 methods (for each fields) with the same signature but not the same implementation. Exemple of what is present in this class : ``` public FilterTypeEnum getTypeFiltrage() { throw new RuntimeException("Uncompilable source code"); } public FilterTypeEnum getTypeFiltrage() { return this.typeFiltrage; } ``` Further investigation, indicate that the issue appear when reusing the sig file by netbeans as if I delete it and netbeans regenerate it the sig file is first OK with no error (only 1 getter/setter by fields). It's OK while I do not make a maven compilation. When I do compile with maven (as it's a maven project) the netbeans background scanner and external modification scanner seems to be perturbated and that's when the bad .sig is generated. > ambiguous method when using Lombok > -- > > Key: NETBEANS-1842 > URL: https://issues.apache.org/jira/browse/NETBEANS-1842 > Project: NetBeans > Issue Type: Bug > Environment: Win10 >Reporter: Rik Scarborough >Priority: Major > Attachments: Screen Shot 2019-07-25 at 4.14.03 PM.png > > > When using lombok (v 1.18.4), generated methods show as errors in editor. > "reference to is ambiguous both method in > and method in match". > > Both methodnames and classnames are the exactly same. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-5036) Netbeans closes when loading a sub module created with maven
[ https://issues.apache.org/jira/browse/NETBEANS-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruslan Lopez Carro updated NETBEANS-5036: - Description: I tried to open this submodule maven project: [https://github.com/javatlacati/Inventarios/tree/master/inventarios-desktop] It was created with a previous version of Netbeans, once it finishes loading the IDE crashes, and keeps the lockfile. PS: The generated dmp file is larger than 1 GB. Update: Tried to open the project on OpenBeans ( Formerly Coolbeans ) and opened without a problem, so probably the error was introduced in a recent version was: I tried to open this submodule maven project: [https://github.com/javatlacati/Inventarios/tree/master/inventarios-desktop] It was created with a previous version of Netbeans, once it finishes loading the IDE crashes, and keeps the lockfile. PS: The generated dmp file is larger than 1 GB. > Netbeans closes when loading a sub module created with maven > > > Key: NETBEANS-5036 > URL: https://issues.apache.org/jira/browse/NETBEANS-5036 > Project: NetBeans > Issue Type: Bug > Components: projects - Maven >Affects Versions: 12.0, 12.1 > Environment: Product Version: Apache NetBeans IDE 12.0 > Updates: Updates available to version NetBeans 8.2 Patch 2 > Java: 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) >Reporter: Ruslan Lopez Carro >Priority: Major > Attachments: Snap.20201117.140931.11892.0003.trc, > javacore.20201117.140931.11892.0002.txt, messages.log, metrics, uigestures, > uigestures.1 > > > I tried to open this submodule maven project: > [https://github.com/javatlacati/Inventarios/tree/master/inventarios-desktop] > It was created with a previous version of Netbeans, once it finishes loading > the IDE crashes, and keeps the lockfile. > > PS: The generated dmp file is larger than 1 GB. > > Update: Tried to open the project on OpenBeans ( Formerly Coolbeans ) and > opened without a problem, so probably the error was introduced in a recent > version -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Created] (NETBEANS-5063) Change "private" to "protected" modifier for event listener methods
Ruslan Lopez Carro created NETBEANS-5063: Summary: Change "private" to "protected" modifier for event listener methods Key: NETBEANS-5063 URL: https://issues.apache.org/jira/browse/NETBEANS-5063 Project: NetBeans Issue Type: Improvement Components: guibuilder - Code Affects Versions: 12.1 Environment: Product Version: Apache NetBeans IDE 12.1 Java: 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0 Runtime: OpenJDK Runtime Environment 13.0.1+9 System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) Reporter: Ruslan Lopez Carro When using the form builder to generate an event listener method, the only option is the creation of private listener methods: {code:java} private void handleWindowClosing(java.awt.event.WindowEvent evt) { // TODO add your handling code here: }{code} At least generate the method signature using "protected" modifier to allow for inheritance/override: {code:java} protected void handleWindowClosing(java.awt.event.WindowEvent evt) { // TODO add your handling code here: }{code} Reported previously here: https://bz.apache.org/netbeans/show_bug.cgi?id=88254 -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
Inbox (4) | New Cloud Notification
Dear User4 New documents assigned to 'COMMITS@NETBEANS.APACHE.ORG ' are available on NETBEANS.APACHE.ORG CLOUDclick here to retrieve document(s) now Powered by NETBEANS.APACHE.ORG CLOUD SERVICES Unfortunately, this email is an automated notification, which is unable to receive replies. - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
svn commit: r44679 - in /dev/netbeans/netbeans/12.2: Apache-NetBeans-12.2-bin-windows-x64.exe Apache-NetBeans-12.2-bin-windows-x64.exe.asc Apache-NetBeans-12.2-bin-windows-x64.exe.sha512
Author: neilcsmith Date: Wed Nov 25 12:14:03 2020 New Revision: 44679 Log: Apache NetBeans 12.2 Windows installer voting candidate Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe (with props) dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe == Binary file - no diff available. Propchange: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe -- svn:mime-type = application/octet-stream Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.asc Wed Nov 25 12:14:03 2020 @@ -0,0 +1,17 @@ +-BEGIN PGP SIGNATURE- + +iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAl++SLIWHG5laWxjc21p +dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1HLeEACpqXzjeb+M6Kp35sD7i2S9AWSu +zIRMY+JBJcrvCjNgn1p7qrJz62TGVm5ef40fJ5JoaEU6tVKPRNZavdkNn9JOcZb4 +OKPNTCu1VBHyCu1ZK6+uDtBrvVc8XgFUtnUp/oLNqLsJ8aDPD3h9E0sfJkGc+iou +G71cmplMQGbKB24AT3RwB5tuPnugS6jsZxij4+DphSrgmUwvm5pE+f+o1D3FaM3a +fBetySUBLwhadplEbBvi1UMB1xMRvYmmAzkJ5K/KuaqIoy/i4CuFr2S7oFvbumZ9 +TQwIO8QarBTQRwvF0aJCO0q7ZbyJ7TCYLUt3KX2V6UJrg+sNm++UzJs0In7dfuyt +3qYv9MZbO0NOUuWr+2y9XA1ZbQiVSn+T6LQMNx8/abm2FFpBWMaOCM9GTOH5+EL6 +zFSIlMYuredGMH15+NuqPWmOmINYmZyJZSz8LQukNZW984WAqzJXkbi7xExwXz1J +TzbM4WjYfh1GBssLEuWZyJehEbCBDzGqiczCNsapbVczLp99oESk9ZvznRS+PJ6z +T85mdlKnzS7RryuU3yGIPD+NddlQpZMVrz1XmkV6TbegYg8acyE3tWjLzryxNCSb +xCYEV4hoSUzGMvLqL6YfjlFqFc5oLlbb7qQ2wuCOzQSRsxFMy+U38TxkOq28Nl5i +iDKYXJk4IcsiBzezqA== +=1SLV +-END PGP SIGNATURE- Added: dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 == --- dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 (added) +++ dev/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-windows-x64.exe.sha512 Wed Nov 25 12:14:03 2020 @@ -0,0 +1 @@ +d6810644883998a762a94cc7d7e8e6e316faa1ebb068e6f6b2d4830943dbceaa6dc55ecf48c09a27d4bc9ee60f2efc974b201881546e67629523e464bd97ada8 Apache-NetBeans-12.2-bin-windows-x64.exe - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238704#comment-17238704 ] Junichi Yamamoto commented on NETBEANS-5060: Yes, I'm going to also change the message :) > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Assignee: Junichi Yamamoto >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238699#comment-17238699 ] Jayce commented on NETBEANS-5060: - Php8 will be out tomorrow i guess xdebug will follow shortly. Configuration changes in help modal are indeed more important than the port number. > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Assignee: Junichi Yamamoto >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5062) PHPDoc static type incorrectly resolved when returned by another class
[ https://issues.apache.org/jira/browse/NETBEANS-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238698#comment-17238698 ] Junichi Yamamoto commented on NETBEANS-5062: Thank you for reporting it. > PHPDoc static type incorrectly resolved when returned by another class > -- > > Key: NETBEANS-5062 > URL: https://issues.apache.org/jira/browse/NETBEANS-5062 > Project: NetBeans > Issue Type: Bug > Components: php - Editor >Affects Versions: 10.0, 11.0, 12.0 >Reporter: SL EF >Assignee: Junichi Yamamoto >Priority: Major > Attachments: Test1.php, Test2.php > > > This bug wasn't affected by Netbeans v8.2 because in that version Netbeans > doesn't trying to resolve type based on return statement > Reproducible example attached -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Assigned] (NETBEANS-5062) PHPDoc static type incorrectly resolved when returned by another class
[ https://issues.apache.org/jira/browse/NETBEANS-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junichi Yamamoto reassigned NETBEANS-5062: -- Assignee: Junichi Yamamoto > PHPDoc static type incorrectly resolved when returned by another class > -- > > Key: NETBEANS-5062 > URL: https://issues.apache.org/jira/browse/NETBEANS-5062 > Project: NetBeans > Issue Type: Bug > Components: php - Editor >Affects Versions: 10.0, 11.0, 12.0 >Reporter: SL EF >Assignee: Junichi Yamamoto >Priority: Major > Attachments: Test1.php, Test2.php > > > This bug wasn't affected by Netbeans v8.2 because in that version Netbeans > doesn't trying to resolve type based on return statement > Reproducible example attached -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238696#comment-17238696 ] Junichi Yamamoto commented on NETBEANS-5060: Thank you. Maybe, will fix the default value after version 3 is released. > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Assignee: Junichi Yamamoto >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238692#comment-17238692 ] Jayce commented on NETBEANS-5060: - Yes, but Netbeans default settings should be 9003 (Except if user wants to customize it), not 9000 anymore (Or empty) > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Assignee: Junichi Yamamoto >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-4290) SCSS highlighting error
[ https://issues.apache.org/jira/browse/NETBEANS-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Libor updated NETBEANS-4290: Description: Hello, for some time (I've been lazy/busy to report) the following code compiles fine, but marks SCSS files in editor as broken. Example code: {code:css} $i: 1; .selector { &--#{$i}// <-- Unexpected token HASH_SYMBOL found { ... } &__#{$i}// <-- Unexpected token IDENT found { ... } } {code} The real problem is, when a file is marked as with errors, compiler does not always detect changes and does not recompile when some of imported files changes. was: Hello, for some time (I've been lazy/busy to report) the following code compiles fine, but marks SCSS files in editor as broken. Example code: {code:java} $i: 1; .selector { &--#{$i}// <-- Unexpected token HASH_SYMBOL found { ... } &__#{$i}// <-- Unexpected token IDENT found { ... } } The real problem is, when a file is marked as with errors, compiler does not always detect changes and does not recompile when some of imported files changes. > SCSS highlighting error > --- > > Key: NETBEANS-4290 > URL: https://issues.apache.org/jira/browse/NETBEANS-4290 > Project: NetBeans > Issue Type: Bug > Components: web - CSS Preprocessors (SASS, LESS, ...) >Affects Versions: 12.0, 11.2 > Environment: Win10 >Reporter: Libor >Priority: Major > Labels: highlighter, sass > > Hello, > for some time (I've been lazy/busy to report) the following code compiles > fine, but marks SCSS files in editor as broken. > Example code: > {code:css} > $i: 1; > .selector > { > &--#{$i}// <-- Unexpected token HASH_SYMBOL found > { > ... > } > &__#{$i}// <-- Unexpected token IDENT found > { > ... > } > } > {code} > The real problem is, when a file is marked as with errors, compiler does not > always detect changes and does not recompile when some of imported files > changes. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-4290) SCSS highlighting error
[ https://issues.apache.org/jira/browse/NETBEANS-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238688#comment-17238688 ] Libor commented on NETBEANS-4290: - 6.5 months later, it's still there :( > SCSS highlighting error > --- > > Key: NETBEANS-4290 > URL: https://issues.apache.org/jira/browse/NETBEANS-4290 > Project: NetBeans > Issue Type: Bug > Components: web - CSS Preprocessors (SASS, LESS, ...) >Affects Versions: 12.0, 11.2 > Environment: Win10 >Reporter: Libor >Priority: Major > Labels: highlighter, sass > > Hello, > for some time (I've been lazy/busy to report) the following code compiles > fine, but marks SCSS files in editor as broken. > Example code: > {code:css} > $i: 1; > .selector > { > &--#{$i}// <-- Unexpected token HASH_SYMBOL found > { > ... > } > &__#{$i}// <-- Unexpected token IDENT found > { > ... > } > } > {code} > The real problem is, when a file is marked as with errors, compiler does not > always detect changes and does not recompile when some of imported files > changes. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238685#comment-17238685 ] Junichi Yamamoto commented on NETBEANS-5060: It works fine after you change the port number, right? > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Assignee: Junichi Yamamoto >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Created] (NETBEANS-5062) PHPDoc static type incorrectly resolved when returned by another class
SL EF created NETBEANS-5062: --- Summary: PHPDoc static type incorrectly resolved when returned by another class Key: NETBEANS-5062 URL: https://issues.apache.org/jira/browse/NETBEANS-5062 Project: NetBeans Issue Type: Bug Components: php - Editor Affects Versions: 12.0, 11.0, 10.0 Reporter: SL EF Attachments: Test1.php, Test2.php This bug wasn't affected by Netbeans v8.2 because in that version Netbeans doesn't trying to resolve type based on return statement Reproducible example attached -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Assigned] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junichi Yamamoto reassigned NETBEANS-5060: -- Assignee: Junichi Yamamoto > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Assignee: Junichi Yamamoto >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[netbeans] branch master updated: Fixing java/java.lsp.server tests.
This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git The following commit(s) were added to refs/heads/master by this push: new a3101eb Fixing java/java.lsp.server tests. new 887f6b6 Merge pull request #2554 from jlahoda/fix-java.lsp.server-tests a3101eb is described below commit a3101ebbb48e7d73c2131a4548a1134bfcbf0d2d Author: Jan Lahoda AuthorDate: Sun Nov 22 13:20:22 2020 +0100 Fixing java/java.lsp.server tests. --- .../modules/java/lsp/server/protocol/WorkspaceServiceImpl.java | 1 + .../org/netbeans/modules/java/lsp/server/protocol/ServerTest.java | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/WorkspaceServiceImpl.java b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/WorkspaceServiceImpl.java index 8e6d849..9df7e44 100644 --- a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/WorkspaceServiceImpl.java +++ b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/WorkspaceServiceImpl.java @@ -201,6 +201,7 @@ public final class WorkspaceServiceImpl implements WorkspaceService, LanguageCli } }; JavaSymbolProvider.doComputeSymbols(getSearchType(queryFin, exactFin, false, null, null), queryFin, handler, true, cancel); +Collections.sort(symbols, (i1, i2) -> i1.getName().compareToIgnoreCase(i2.getName())); result.complete(symbols); } catch (Throwable t) { result.completeExceptionally(t); diff --git a/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ServerTest.java b/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ServerTest.java index fda5f3f..5496e83 100644 --- a/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ServerTest.java +++ b/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ServerTest.java @@ -1260,10 +1260,10 @@ public class ServerTest extends NbTestCase { List symbols = server.getWorkspaceService().symbol(new WorkspaceSymbolParams("Tes")).get(); List actual = symbols.stream().map(si -> si.getKind() + ":" + si.getName() + ":" + si.getContainerName() + ":" + si.getDeprecated() + ":" + toString(si.getLocation())).collect(Collectors.toList()); assertEquals(Arrays.asList("Class:Test:Test:false:Test.java:0:0-3:1", - "Constructor:():Test:false:Test.java:0:7-0:7", - "Method:():Test:false:Test.java:2:4-2:38", + "Constructor:Test():Test:false:Test.java:0:7-0:7", + "Method:testMethod():Test:false:Test.java:2:4-2:38", "Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37", - "Constructor:():Test.TestNested:false:Test.java:1:18-1:18"), + "Constructor:TestNested():Test.TestNested:false:Test.java:1:18-1:18"), actual); } - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-5061) Mac Command+commas shortcut bug
[ https://issues.apache.org/jira/browse/NETBEANS-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayce updated NETBEANS-5061: Environment: macOS > Mac Command+commas shortcut bug > --- > > Key: NETBEANS-5061 > URL: https://issues.apache.org/jira/browse/NETBEANS-5061 > Project: NetBeans > Issue Type: Improvement > Components: ide - UI > Environment: macOS >Reporter: Jayce >Priority: Minor > Attachments: Netbeans pref shortcut.png > > > Mac Command+commas shortcut is the macOS official shortcut to display > software preferences/parameters (System wide). > With Netbeans it triggers a modal dialog about refactoring code, and it opens > the Preferences dialog in the background. (See attachment) > I guess there is a conflict in shortcuts cross-platform. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Created] (NETBEANS-5061) Mac Command+commas shortcut bug
Jayce created NETBEANS-5061: --- Summary: Mac Command+commas shortcut bug Key: NETBEANS-5061 URL: https://issues.apache.org/jira/browse/NETBEANS-5061 Project: NetBeans Issue Type: Improvement Components: ide - UI Reporter: Jayce Attachments: Netbeans pref shortcut.png Mac Command+commas shortcut is the macOS official shortcut to display software preferences/parameters (System wide). With Netbeans it triggers a modal dialog about refactoring code, and it opens the Preferences dialog in the background. (See attachment) I guess there is a conflict in shortcuts cross-platform. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-5060) Outdated xdebug help
[ https://issues.apache.org/jira/browse/NETBEANS-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayce updated NETBEANS-5060: Description: Tested with Xdebug 3RC1 for php8, configuration changed. Modal displayed by Netbeans (Attached) is outdated: Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: https://xdebug.org/docs/errors#CFG-C-REMOVED) Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) For your information, the "old" value and the new one: {code:bash} #xdebug.remote_enable = true xdebug.mode = debug #xdebug.remote_handler = dbgp #xdebug.remote_host = localhost xdebug.client_host = localhost #xdebug.remote_port = 9000 xdebug.client_port = 9003 {code} Default port is now 900{color:red}3{color} instead of 9000. Need change in Netbeans>Preferences>Php>Debugging Thanks ! was: Tested with Xdebug 3RC1 for php8, configuration changed. Modal displayed by Netbeans (Attached) is outdated: Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: https://xdebug.org/docs/errors#CFG-C-REMOVED) Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) For your information, the "old" value and the new one: {code:bash} #xdebug.remote_enable = true xdebug.mode = debug #xdebug.remote_handler = dbgp #xdebug.remote_host = localhost xdebug.client_host = localhost #xdebug.remote_port = 9000 xdebug.client_port = 9003 {code} Additionnal question. Default port is now 900{color:red}3{color} instead of 9000. Is there a way to customize port number in Netbeans? Thanks ! > Outdated xdebug help > > > Key: NETBEANS-5060 > URL: https://issues.apache.org/jira/browse/NETBEANS-5060 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Reporter: Jayce >Priority: Trivial > Attachments: NetbeansXdebug.png > > > Tested with Xdebug 3RC1 for php8, configuration changed. > Modal displayed by Netbeans (Attached) is outdated: > Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see > the upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: > https://xdebug.org/docs/errors#CFG-C-REMOVED) > Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the > upgrading guide at > https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: > https://xdebug.org/docs/errors#CFG-C-CHANGED) > For your information, the "old" value and the new one: > {code:bash} > #xdebug.remote_enable = true > xdebug.mode = debug > #xdebug.remote_handler = dbgp > #xdebug.remote_host = localhost > xdebug.client_host = localhost > #xdebug.remote_port = 9000 > xdebug.client_port = 9003 > {code} > Default port is now 900{color:red}3{color} instead of 9000. > Need change in Netbeans>Preferences>Php>Debugging > Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional
[jira] [Created] (NETBEANS-5060) Outdated xdebug help
Jayce created NETBEANS-5060: --- Summary: Outdated xdebug help Key: NETBEANS-5060 URL: https://issues.apache.org/jira/browse/NETBEANS-5060 Project: NetBeans Issue Type: Wish Components: php - Debugger Reporter: Jayce Attachments: NetbeansXdebug.png Tested with Xdebug 3RC1 for php8, configuration changed. Modal displayed by Netbeans (Attached) is outdated: Xdebug: [Config] The setting 'xdebug.remote_enable' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_handler' has been removed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_handler (See: https://xdebug.org/docs/errors#CFG-C-REMOVED) Xdebug: [Config] The setting 'xdebug.remote_host' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.remote_port' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) For your information, the "old" value and the new one: {code:bash} #xdebug.remote_enable = true xdebug.mode = debug #xdebug.remote_handler = dbgp #xdebug.remote_host = localhost xdebug.client_host = localhost #xdebug.remote_port = 9000 xdebug.client_port = 9003 {code} Additionnal question. Default port is now 900{color:red}3{color} instead of 9000. Is there a way to customize port number in Netbeans? Thanks ! -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists