[jira] [Commented] (NETBEANS-2661) find-usages takes a LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
[ https://issues.apache.org/jira/browse/NETBEANS-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911875#comment-16911875 ] Shevek commented on NETBEANS-2661: -- Possibly related: I used to have to "download sources" once per hierarchy of projects, and netbeans understood that the sources were shared. Now I have to do it for each gradle submodule in a multi-module project? > find-usages takes a > LO > -- > > Key: NETBEANS-2661 > URL: https://issues.apache.org/jira/browse/NETBEANS-2661 > Project: NetBeans > Issue Type: Bug >Affects Versions: 11.0 > Environment: Linux, JDK 1.8, etc >Reporter: Shevek >Assignee: Laszlo Kishalmi >Priority: Major > Labels: PERFORMANCE, Performance, perf, perfomance, performance, > performence, pull-request-available > Attachments: find-usages-is-totally-unusable-11.1.npss, > image-2019-08-15-07-05-38-978.png, netbeans-find-usages.npss > > Time Spent: 10m > Remaining Estimate: 0h > > OOOng time, like 5 minutes. Please see attached profile. -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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] [Resolved] (NETBEANS-2149) Space-Formatting of == and === in PHP does not match "Binary Operators"
[ https://issues.apache.org/jira/browse/NETBEANS-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junichi Yamamoto resolved NETBEANS-2149. Fix Version/s: 11.2 Resolution: Fixed Fixed. Thank you for reporting. > Space-Formatting of == and === in PHP does not match "Binary Operators" > --- > > Key: NETBEANS-2149 > URL: https://issues.apache.org/jira/browse/NETBEANS-2149 > Project: NetBeans > Issue Type: Bug > Components: php - Formatting & Indentation >Affects Versions: 10.0, 11.1 >Reporter: Manuel Bohninger >Assignee: Junichi Yamamoto >Priority: Trivial > Labels: pull-request-available > Fix For: 11.2 > > Time Spent: 20m > Remaining Estimate: 0h > > When formatting code the current release does not interpret == or === as a > binary operator, but as an assignment Operator instead. > Autoformatting the following code: > $a=$b==$c; > $a=$b===$c; > With Spaces around "Binary Operators" only results in: > $a=$b== $c; > $a=$b=== $c; > Expected behavior would be: > $a=$b == $c; > $a=$b === $c; > Adding "Assignment Operators" results in: > $a = $b == $c; > $a = $b === $c; > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-3011) reduce the "warning: [cast] redundant cast to"
[ https://issues.apache.org/jira/browse/NETBEANS-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-3011: - Labels: pull-request-available (was: ) > reduce the "warning: [cast] redundant cast to" > -- > > Key: NETBEANS-3011 > URL: https://issues.apache.org/jira/browse/NETBEANS-3011 > Project: NetBeans > Issue Type: Improvement >Reporter: Brad Walker >Priority: Major > Labels: pull-request-available > > This work is to reduce the amount of warnings that are caused by a redundant > cast.. > For example, > {code:java} > [repeat] > /home/bwalker/netbeans/ide/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.java:302: > warning: [cast] redundant cast to DataObject > [repeat] DataObject dobj = (DataObject) > n.getLookup().lookup(DataObject.class); > [repeat] ^{code} > The only work done is to remove the redundant casting.. -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-3011) reduce the "warning: [cast] redundant cast to"
Brad Walker created NETBEANS-3011: - Summary: reduce the "warning: [cast] redundant cast to" Key: NETBEANS-3011 URL: https://issues.apache.org/jira/browse/NETBEANS-3011 Project: NetBeans Issue Type: Improvement Reporter: Brad Walker This work is to reduce the amount of warnings that are caused by a redundant cast.. For example, {code:java} [repeat] /home/bwalker/netbeans/ide/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.java:302: warning: [cast] redundant cast to DataObject [repeat] DataObject dobj = (DataObject) n.getLookup().lookup(DataObject.class); [repeat] ^{code} The only work done is to remove the redundant casting.. -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-3010) exception when starting net beans
Phil Longenecker created NETBEANS-3010: -- Summary: exception when starting net beans Key: NETBEANS-3010 URL: https://issues.apache.org/jira/browse/NETBEANS-3010 Project: NetBeans Issue Type: Bug Components: apisupport - Project Affects Versions: 11.1, 10.0 Environment: raspberry Pi 3B+, debian Buster Reporter: Phil Longenecker -->Log Session: Tuesday, August 20, 2019 at 2:01:37 PM Central Daylight Time>System Info: Product Version = Apache NetBeans IDE 10.0 (Build 20190125-debian-10.0) Operating System = Linux version 4.19.58-v7+ running on arm Java; VM; Vendor = 11.0.3; OpenJDK Server VM 11.0.3+7-post-Raspbian-5; Raspbian Runtime = OpenJDK Runtime Environment 11.0.3+7-post-Raspbian-5 Java Home = /usr/lib/jvm/java-11-openjdk-armhf System Locale; Encoding = en_US (nb); UTF-8 Home Directory = /home/phil Current Directory = /home/phil User Directory = /home/phil/.netbeans/10.0 Cache Directory = /home/phil/.cache/netbeans/10.0 Installation = /usr/share/netbeans/10.0/nb /usr/share/netbeans/10.0/ide /usr/share/netbeans/10.0/java /usr/share/netbeans/10.0/apisupport /usr/share/netbeans/10.0/harness /usr/share/netbeans/10.0/platform Boot & Ext. Classpath = Application Classpath = /usr/share/netbeans/10.0/platform/lib/boot.jar:/usr/share/netbeans/10.0/platform/lib/org-openide-modules.jar:/usr/share/netbeans/10.0/platform/lib/org-openide-util.jar:/usr/share/netbeans/10.0/platform/lib/org-openide-util-lookup.jar:/usr/share/netbeans/10.0/platform/lib/org-openide-util-ui.jar Startup Classpath = /usr/share/netbeans/10.0/platform/core/asm-all-5.0.1.jar:/usr/share/netbeans/10.0/platform/core/core.jar:/usr/share/netbeans/10.0/platform/core/org-openide-filesystems-compat8.jar:/usr/share/netbeans/10.0/platform/core/org-netbeans-libs-asm.jar:/usr/share/netbeans/10.0/platform/core/core-base.jar:/usr/share/netbeans/10.0/platform/core/org-openide-filesystems.jar:/usr/share/netbeans/10.0/nb/core/org-netbeans-upgrader.jar:/usr/share/netbeans/10.0/nb/core/locale/core_nb.jar---WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which is deprecated.WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.apisupport.ant, org.netbeans.modules.java.hints] use org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java Hints SPI (org.netbeans.spi.java.hints) instead.INFO [org.netbeans.JarClassLoader]: Could not bytecode-patch org.netbeans.modules.progress.spi.InternalHandlejava.lang.NullPointerException at org.netbeans.core.startup.Asm.delegateToFactory(Unknown Source) at org.netbeans.core.startup.Asm.patch(Unknown Source)Caused: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566)Caused: java.lang.IllegalStateException[catch] at org.netbeans.PatchByteCode.apply(Unknown Source) at org.netbeans.JarClassLoader.doLoadClass(Unknown Source) at org.netbeans.ProxyClassLoader.selfLoadClass(Unknown Source) at org.netbeans.ProxyClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016) at org.netbeans.JarClassLoader.doLoadClass(Unknown Source) at org.netbeans.ProxyClassLoader.selfLoadClass(Unknown Source) at org.netbeans.ProxyClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at org.netbeans.api.progress.ProgressHandleFactory.createHandle(Unknown Source) at org.netbeans.api.progress.ProgressHandleFactory.createHandle(Unknown Source) at org.netbeans.api.progress.ProgressHandleFactory.createHandle(Unknown Source) at org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.(Unkno
[jira] [Created] (NETBEANS-3009) AssertionError at com.sun.tools.javac.util.Assert.error
Shahrooz created NETBEANS-3009: -- Summary: AssertionError at com.sun.tools.javac.util.Assert.error Key: NETBEANS-3009 URL: https://issues.apache.org/jira/browse/NETBEANS-3009 Project: NetBeans Issue Type: Bug Components: javaee - Web Project Reporter: Shahrooz -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-3008) AssertionError when writing sql statement
Shahrooz created NETBEANS-3008: -- Summary: AssertionError when writing sql statement Key: NETBEANS-3008 URL: https://issues.apache.org/jira/browse/NETBEANS-3008 Project: NetBeans Issue Type: Bug Components: javaee - Web Project Affects Versions: 11.1 Environment: windows 10, Apache NetBeans 11.1 Reporter: Shahrooz Fix For: 11.1 Attachments: bug_20-aug-2019_at_1904.txt I was writing a sql preparedStatement when the notification appeared. -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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: [NETBEANS-2149] Space-Formatting of == and === in PHP does not match "Binary Operators"
This is an automated email from the ASF dual-hosted git repository. tmysik 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 8f10f68 [NETBEANS-2149] Space-Formatting of == and === in PHP does not match "Binary Operators" new 0ef95bb Merge pull request #1449 from junichi11/netbeans-2149-formatting-binary-operators 8f10f68 is described below commit 8f10f6811bc133977a52299c1985eec0b92a2562 Author: Junichi Yamamoto AuthorDate: Sun Aug 18 06:50:34 2019 +0900 [NETBEANS-2149] Space-Formatting of == and === in PHP does not match "Binary Operators" - Don't add `WHITESPACE_[BEFORE|AFTER]_ASSIGN_OP` to `==` and `===` Example: ``` $a=$b==$c; $a=$b===$c; ``` Before: ``` $a=$b== $c; $a=$b=== $c; ``` After: ``` $a=$b == $c; $a=$b === $c; ``` --- .../modules/php/editor/indent/FormatVisitor.java | 3 ++- .../formatting/spaces/netbeans2149_01.php | 22 .../spaces/netbeans2149_01.php.formatted | 23 + .../formatting/spaces/netbeans2149_02.php | 22 .../spaces/netbeans2149_02.php.formatted | 23 + .../formatting/spaces/netbeans2149_03.php | 22 .../spaces/netbeans2149_03.php.formatted | 23 + .../formatting/spaces/netbeans2149_04.php | 22 .../spaces/netbeans2149_04.php.formatted | 23 + .../php/editor/indent/PHPFormatterSpacesTest.java | 30 ++ 10 files changed, 212 insertions(+), 1 deletion(-) diff --git a/php/php.editor/src/org/netbeans/modules/php/editor/indent/FormatVisitor.java b/php/php.editor/src/org/netbeans/modules/php/editor/indent/FormatVisitor.java index f4bbeb7..e86b1e9 100644 --- a/php/php.editor/src/org/netbeans/modules/php/editor/indent/FormatVisitor.java +++ b/php/php.editor/src/org/netbeans/modules/php/editor/indent/FormatVisitor.java @@ -2058,7 +2058,8 @@ public class FormatVisitor extends DefaultVisitor { tokens.add(new FormatToken(FormatToken.Kind.WHITESPACE_AROUND_DECLARE_EQUAL, ts.offset() + ts.token().length())); break; } -if (TokenUtilities.endsWith(txt2, "=")) { // NOI18N +if (!TokenUtilities.startsWith(txt2, "==") // NOI18N NETBEANS-2149 +&& TokenUtilities.endsWith(txt2, "=")) { // NOI18N tokens.add(new FormatToken(FormatToken.Kind.WHITESPACE_BEFORE_ASSIGN_OP, ts.offset())); tokens.add(new FormatToken(FormatToken.Kind.TEXT, ts.offset(), ts.token().text().toString())); tokens.add(new FormatToken(FormatToken.Kind.WHITESPACE_AFTER_ASSIGN_OP, ts.offset() + ts.token().length())); diff --git a/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_01.php b/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_01.php new file mode 100644 index 000..3519963 --- /dev/null +++ b/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_01.php @@ -0,0 +1,22 @@ +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. + */ + +$a=$b==$c; +$a=$b===$c; diff --git a/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_01.php.formatted b/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_01.php.formatted new file mode 100644 index 000..a4ffe9e --- /dev/null +++ b/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_01.php.formatted @@ -0,0 +1,23 @@ +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. + */ + +$a=$b == $c; +$a=$b === $c; diff --git a/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_02.php b/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_02.php new file mode 100644 index 000..3519963 --- /dev/null +++ b/php/php.editor/test/unit/data/testfiles/formatting/spaces/netbeans2149_02.php @@ -0,0 +1,22 @@ +http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distribute
[jira] [Assigned] (NETBEANS-3007) Project does not open after creation
[ https://issues.apache.org/jira/browse/NETBEANS-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayan Pushp reassigned NETBEANS-3007: Assignee: (was: Ayan Pushp) > Project does not open after creation > > > Key: NETBEANS-3007 > URL: https://issues.apache.org/jira/browse/NETBEANS-3007 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Maven >Affects Versions: 11.1 > Environment: Windows 10 >Reporter: Ayan Pushp >Priority: Major > Fix For: 11.1 > > > > 2019-08-20T20:41:13 > 1566313873069 > 298 > 700 > 55 > UI_USER_CONFIGURATION > UI_USER_CONFIGURATION > org.netbeans.modules.uihandler.Bundle > Windows 10, 10.0, amd64 > Java HotSpot(TM) 64-Bit Server VM, 12.0.2+10, Java(TM) SE Runtime > Environment, 12.0.2+10 > Apache NetBeans IDE 11.1 > > IllegalArgumentException: Key contains code point U+ >reproduce> > * > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-3007) Project does not open after creation
Ayan Pushp created NETBEANS-3007: Summary: Project does not open after creation Key: NETBEANS-3007 URL: https://issues.apache.org/jira/browse/NETBEANS-3007 Project: NetBeans Issue Type: Bug Components: apisupport - Maven Affects Versions: 11.1 Environment: Windows 10 Reporter: Ayan Pushp Assignee: Ayan Pushp Fix For: 11.1 2019-08-20T20:41:13 1566313873069 298 700 55 UI_USER_CONFIGURATION UI_USER_CONFIGURATION org.netbeans.modules.uihandler.Bundle Windows 10, 10.0, amd64 Java HotSpot(TM) 64-Bit Server VM, 12.0.2+10, Java(TM) SE Runtime Environment, 12.0.2+10 Apache NetBeans IDE 11.1 IllegalArgumentException: Key contains code point U+* -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911262#comment-16911262 ] Emmanuel Hugonnet commented on NETBEANS-2415: - Partly, as it still depends on old DTDs which are LGPL. > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Assignee: Emmanuel Hugonnet >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910697#comment-16910697 ] Emmanuel Hugonnet edited comment on NETBEANS-2415 at 8/20/19 12:08 PM: --- you can try and build https://github.com/ehsavoie/netbeans/tree/wildfly The plugin source code is in contrib/javaee.wildfly It works with WildFly 17but I didn't give it complete testing. Here is a build I did on current master: https://www.dropbox.com/s/w4pe1btxxxd2fkv/org-netbeans-modules-javaee-wildfly.nbm?dl=0 was (Author: ehsavoie): you can try and build https://github.com/ehsavoie/netbeans/tree/wildfly The plugin source code is in contrib/javaee.wildfly It works with WildFly 17but I didn't give it complete testing. > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Assignee: Emmanuel Hugonnet >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911245#comment-16911245 ] Tom Eicher commented on NETBEANS-2415: -- but, have the "licensing issues" been resolved around this ? > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Assignee: Emmanuel Hugonnet >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Hugonnet reassigned NETBEANS-2415: --- Assignee: Emmanuel Hugonnet > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Assignee: Emmanuel Hugonnet >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910582#comment-16910582 ] Hans Adler edited comment on NETBEANS-2415 at 8/20/19 11:02 AM: I tried the simpler workaround described by Rik Giepmann, but couldn't get it to work. NetBeans does not recognise that WildFly is running, and tries to start it again. This prevents deployment. I think this is due to a known bug of the 8.0 plugin. See [https://netbeans.org/bugzilla/show_bug.cgi?id=262252] . I was successful with Dominik Derwiński's work-around from the bug report, which I implemented as follows under Linux: {code:java} cd $ECLIPSE_8.2_INSTALLDIR/enterprise tar cf /tmp/netbeans-wildfly-plugin.tar config/Modules/org-netbeans-modules-javaee-wildfly.xml modules/org-netbeans-modules-javaee-wildfly.jar update_tracking/org-netbeans-modules-javaee-wildfly.xml cd ~/.netbeans/11.0 tar xf /tmp/netbeans-wildfly-plugin.tar {code} This copies the three relevant files from the built-in WildFly plugin of NetBeans 8.2 (located in the enterprise sub-tree of the NetBeans installation) to the user's NetBeans 11.0 configuration. Tested with WildFly 16. was (Author: hans.adler): I tried the simpler workaround described by Rik Giepmann, but couldn't get it to work. NetBeans does not recognise that WildFly is running, and tries to start it again. This prevents deployment. I think this is due to a known bug of the 8.0 plugin. See [https://netbeans.org/bugzilla/show_bug.cgi?id=262252] . I was successful with Dominik Derwiński's work-around from the bug report, which I implemented as follows under Linux: {code:java} cd $ECLIPSE_8.2_INSTALLDIR/enterprise tar cf /tmp/netbeans-wildfly-plugin.tar config/Modules/org-netbeans-modules-javaee-wildfly.xml modules/org-netbeans-modules-javaee-wildfly.jar update_tracking/org-netbeans-modules-javaee-wildfly.xml cd ~/.netbeans/11.0 tar xf /tmp/netbeans-wildfly-plugin.tar {code} This copies the three relevant files from the built-in WildFly plugin of NetBeans 8.2 (located there in the enterprise directory) to the user's NetBeans 11.0 configuration. Tested with WildFly 16. > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910582#comment-16910582 ] Hans Adler edited comment on NETBEANS-2415 at 8/20/19 11:01 AM: I tried the simpler workaround described by Rik Giepmann, but couldn't get it to work. NetBeans does not recognise that WildFly is running, and tries to start it again. This prevents deployment. I think this is due to a known bug of the 8.0 plugin. See [https://netbeans.org/bugzilla/show_bug.cgi?id=262252] . I was successful with Dominik Derwiński's work-around from the bug report, which I implemented as follows under Linux: {code:java} cd $ECLIPSE_8.2_INSTALLDIR/enterprise tar cf /tmp/netbeans-wildfly-plugin.tar config/Modules/org-netbeans-modules-javaee-wildfly.xml modules/org-netbeans-modules-javaee-wildfly.jar update_tracking/org-netbeans-modules-javaee-wildfly.xml cd ~/.netbeans/11.0 tar xf /tmp/netbeans-wildfly-plugin.tar {code} This copies the three relevant files from the built-in WildFly plugin of NetBeans 8.2 (located there in the enterprise directory) to the user's NetBeans 11.0 configuration. Tested with WildFly 16. was (Author: hans.adler): I tried the simpler workaround described by Rik Giepmann, but couldn't get it to work. NetBeans does not recognise that Wildfly is running, and tries to start it again. This prevents deployment. I think this is due to a known bug of the 8.0 plugin. See [https://netbeans.org/bugzilla/show_bug.cgi?id=262252] . I was successful with Dominik Derwiński's work-around from the bug report, which I implemented as follows under Linux: {code:java} cd $ECLIPSE_8.2_INSTALLDIR/enterprise tar cf /tmp/netbeans-wildfly-plugin.tar config/Modules/org-netbeans-modules-javaee-wildfly.xml modules/org-netbeans-modules-javaee-wildfly.jar update_tracking/org-netbeans-modules-javaee-wildfly.xml cd ~/.netbeans/11.0 tar xf /tmp/netbeans-wildfly-plugin.tar {code} This copies the three relevant files from the built-in Wildfly plugin of NetBeans 8.2 (located there in the enterprise directory) to the user's NetBeans 11.0 configuration. Tested with Wildfly 16. > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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] [Comment Edited] (NETBEANS-2415) Bring back support for WildFly server
[ https://issues.apache.org/jira/browse/NETBEANS-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910582#comment-16910582 ] Hans Adler edited comment on NETBEANS-2415 at 8/20/19 11:00 AM: I tried the simpler workaround described by Rik Giepmann, but couldn't get it to work. NetBeans does not recognise that Wildfly is running, and tries to start it again. This prevents deployment. I think this is due to a known bug of the 8.0 plugin. See [https://netbeans.org/bugzilla/show_bug.cgi?id=262252] . I was successful with Dominik Derwiński's work-around from the bug report, which I implemented as follows under Linux: {code:java} cd $ECLIPSE_8.2_INSTALLDIR/enterprise tar cf /tmp/netbeans-wildfly-plugin.tar config/Modules/org-netbeans-modules-javaee-wildfly.xml modules/org-netbeans-modules-javaee-wildfly.jar update_tracking/org-netbeans-modules-javaee-wildfly.xml cd ~/.netbeans/11.0 tar xf /tmp/netbeans-wildfly-plugin.tar {code} This copies the three relevant files from the built-in Wildfly plugin of NetBeans 8.2 (located there in the enterprise directory) to the user's NetBeans 11.0 configuration. Tested with Wildfly 16. was (Author: hans.adler): I tried the simpler workaround described by Rik Giepmann, but couldn't get it to work. NetBeans does not recognise that Wildfly is running, and tries to start it again. This prevents deployment. I think this is due to a known bug of the 8.0 plugin. See [https://netbeans.org/bugzilla/show_bug.cgi?id=262252] . I was successful with Dominik Derwiński's work-around from the bug report, which I implemented as follows under Linux: {code:java} cd $ECLIPSE_8.2_INSTALLDIR/enterprise tar cf /tmp/netbeans-wildfly-plugin.tar config/Modules/org-netbeans-modules-javaee-wildfly.xml modules/org-netbeans-modules-javaee-wildfly.jar update_tracking/org-netbeans-modules-javaee-wildfly.xml cd ~/.netbeans/11.0 tar xf /tmp/netbeans-wildfly-plugin.tar {code} This copies the three relevant files from the built-in Wildfly plugin of NetBeans 8.2 (located there in the enterprise directory) to the user's NetBeans 11.0 configuration. > Bring back support for WildFly server > - > > Key: NETBEANS-2415 > URL: https://issues.apache.org/jira/browse/NETBEANS-2415 > Project: NetBeans > Issue Type: Wish > Components: serverplugins - WildFly >Affects Versions: 11.0 > Environment: n.a. >Reporter: Dominik Derwiński >Priority: Minor > > NetBeans 8.2 had WildFly server module, which helped greatly in debugging > Java EE applications directly from IDE. NetBeans 11.0 does not contain this > module, despite boasting to be the first version of Apache NetBeans to offer > full support for developing Java EE applications. > I don't think it would be very hard to bring back WildFly server module > (currently it does not complile), because copying files of the module from > NetBeans 8.2 into NetBeans 11.0 installation, and recreating userdir is > enough to bring back that functionality (so the old module still works, but > for how long?). > The files I have copied (after removing references to localization files) are: > * enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml > * enterprise/modules/org-netbeans-modules-javaee-wildfly.jar > * enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-2149) Space-Formatting of == and === in PHP does not match "Binary Operators"
[ https://issues.apache.org/jira/browse/NETBEANS-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-2149: - Labels: pull-request-available (was: ) > Space-Formatting of == and === in PHP does not match "Binary Operators" > --- > > Key: NETBEANS-2149 > URL: https://issues.apache.org/jira/browse/NETBEANS-2149 > Project: NetBeans > Issue Type: Bug > Components: php - Formatting & Indentation >Affects Versions: 10.0, 11.1 >Reporter: Manuel Bohninger >Assignee: Junichi Yamamoto >Priority: Trivial > Labels: pull-request-available > > When formatting code the current release does not interpret == or === as a > binary operator, but as an assignment Operator instead. > Autoformatting the following code: > $a=$b==$c; > $a=$b===$c; > With Spaces around "Binary Operators" only results in: > $a=$b== $c; > $a=$b=== $c; > Expected behavior would be: > $a=$b == $c; > $a=$b === $c; > Adding "Assignment Operators" results in: > $a = $b == $c; > $a = $b === $c; > -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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-3006) Exception while opening project
Alexander created NETBEANS-3006: --- Summary: Exception while opening project Key: NETBEANS-3006 URL: https://issues.apache.org/jira/browse/NETBEANS-3006 Project: NetBeans Issue Type: Bug Reporter: Alexander Attachments: messages.log -- This message was sent by Atlassian Jira (v8.3.2#803003) - 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