[jira] [Created] (NETBEANS-3361) java.io.IOException: java.nio.file.ClosedWatchServiceException

2019-11-08 Thread Alvaro Salazar (Jira)
Alvaro Salazar created NETBEANS-3361:


 Summary: java.io.IOException: 
java.nio.file.ClosedWatchServiceException
 Key: NETBEANS-3361
 URL: https://issues.apache.org/jira/browse/NETBEANS-3361
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
Reporter: Alvaro Salazar


Gradually increment memory usage.
 from 73% system memory available to 0%



--
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 (3e9de83 -> b78c6ce)

2019-11-08 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 3e9de83  Merge pull request #1617 from matthiasblaesing/html_fix
 add b78c6ce  Putting the date back to the development Snap package version 
instead of the Hash, it is more informative in that case.

No new revisions were added by this update.

Summary of changes:
 nbbuild/packaging/netbeans-dev_snap/snap/snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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-3335) NB 11.2 NullPointerException - Enter key doesn't work in editor in certain files

2019-11-08 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing resolved NETBEANS-3335.

Fix Version/s: 11.3
 Assignee: Matthias Bläsing
   Resolution: Fixed

Fix was merged to master

> NB 11.2 NullPointerException - Enter key doesn't work in editor in certain 
> files
> 
>
> Key: NETBEANS-3335
> URL: https://issues.apache.org/jira/browse/NETBEANS-3335
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - HTML Editor
>Affects Versions: 11.2
> Environment: Windows 10 64-bit, JDK 11.0.1 and 13.0.1 
>Reporter: Michal Koscielny
>Assignee: Matthias Bläsing
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> I've just tried NetBeans 11.2 for PHP projects and this version appears to be 
> unusable for PHP due to lots of NPE errors, which in effect prevent the Enter 
> key from working in the editor. It looks like certain code structures trigger 
> the NPE's. So far I've come across them in js and tpl (Smarty) files. And I 
> have a way of reproducing the problem:
>  # Create a new PHP project or open an existing one.
>  # Create a new Smarty .tpl file (or open an existing one).
>  # In the editor paste this code:
> {code:java}
>  href="{url('new')}">{code}
>  # Try pressing Enter anywhere in the editor - an NPE comes up and the Enter 
> key does not work.
> There seem to be more code samples that trigger the error but for now I'm 
> reporting the first one that caught my attention. Here is the error:
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.lib.html.lexer.HtmlLexer.equals(HtmlLexer.java:1557) at 
> org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1051) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at 
> org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:171)
>  at org.netbeans.lib.lexer.BatchTokenList.tokenCount(BatchTokenList.java:122) 
> at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:607) at 
> org.netbeans.modules.html.editor.lib.ElementsParser.forTokenIndex(ElementsParser.java:106)
>  at 
> org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.(ElementsIterator.java:63)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.(SyntaxAnalyzer.java:57)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.create(SyntaxAnalyzer.java:53)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndenter.(HtmlIndenter.java:63)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.(HtmlIndentTask.java:40)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTaskFactory.createTask(HtmlIndentTaskFactory.java:32)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask(TaskHandler.java:531)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.addItem(TaskHandler.java:315) 
> at 
> org.netbeans.modules.editor.indent.TaskHandler.collectTasks(TaskHandler.java:133)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.indentLock(IndentImpl.java:136) 
> at org.netbeans.modules.editor.indent.api.Indent.lock(Indent.java:91) at 
> org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1518)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900) 
> at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948) 
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6413) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
>  at 

[netbeans] branch master updated (4ede016 -> 3e9de83)

2019-11-08 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 4ede016  Travis, run tests for harness modules
 new 2107941  [NETBEANS-3335] Enhance robustness of HTML Lexer
 new e791b5c  [NETBEANS-3335] Enhance robustness of HTML Lexer
 new 3e9de83  Merge pull request #1617 from matthiasblaesing/html_fix

The 3075 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/html.lexer/src/org/netbeans/lib/html/lexer/HtmlLexer.java| 8 ++--
 .../data/testfiles/parserErrors/testParserNETBEANS3335_01.tpl| 1 +
 ...erErrors5.tpl.errors => testParserNETBEANS3335_01.tpl.errors} | 0
 .../data/testfiles/parserErrors/testParserNETBEANS3335_02.tpl| 1 +
 ...erErrors5.tpl.errors => testParserNETBEANS3335_02.tpl.errors} | 0
 .../modules/php/smarty/editor/parser/TplParserErrorsTest.java| 9 +
 6 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 
php/php.smarty/test/unit/data/testfiles/parserErrors/testParserNETBEANS3335_01.tpl
 copy 
php/php.smarty/test/unit/data/testfiles/parserErrors/{testParserErrors5.tpl.errors
 => testParserNETBEANS3335_01.tpl.errors} (100%)
 create mode 100644 
php/php.smarty/test/unit/data/testfiles/parserErrors/testParserNETBEANS3335_02.tpl
 copy 
php/php.smarty/test/unit/data/testfiles/parserErrors/{testParserErrors5.tpl.errors
 => testParserNETBEANS3335_02.tpl.errors} (100%)


-
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-3303) Modular Gradle project fails to recognize Javadoc and Sources

2019-11-08 Thread Laszlo Kishalmi (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Kishalmi reassigned NETBEANS-3303:
-

Assignee: Laszlo Kishalmi

> Modular Gradle project fails to recognize Javadoc and Sources
> -
>
> Key: NETBEANS-3303
> URL: https://issues.apache.org/jira/browse/NETBEANS-3303
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: javadoc-window.png
>
>
> In the description below, I'm using the JavaFX sample project for NetBeans 
> defined in the [Modular 
> Gradle|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Modular/Gradle]
>  directory of the [openjfx/samples|https://github.com/openjfx/samples] 
> repository.
> Even after setting up the Gradle cache as described in the [parent 
> issue|https://issues.apache.org/jira/browse/NETBEANS-3296], the project fails 
> to recognize the Javadoc and Sources. The toolbar buttons to show the 
> documentation in an external Web browser and to open the source in the editor 
> are both disabled.
> !javadoc-window.png!
> Holding down the _Ctrl_ key and clicking a method does nothing. The _Show 
> Javadoc (Alt-F1)_ item in the context menu does nothing.
> The Gradle cache contains the Javadoc and Sources with their original names 
> and with their Linux platform-specific names.
> {code}
> $ cd .gradle/caches/modules-2/files-2.1/org.openjfx/javafx-graphics/13
> $ find * -type f 
> 6f9144cf24ab576d79e3bcdfbd48bdff31d0c509/javafx-graphics-13.pom
> 9dd89f728a41d898591ee9d0fb1dfb2020dab334/javafx-graphics-13-javadoc.jar
> 9dd89f728a41d898591ee9d0fb1dfb2020dab334/javafx-graphics-13-linux-javadoc.jar
> a9407212df2b75d557a509ec14a9e8e282494b4e/javafx-graphics-13.jar
> bbcbc616702a086567585183efcb0ab8eb22a66b/javafx-graphics-13-win.jar
> d407d8267c270f775482a3e05fef7d857b824b47/javafx-graphics-13-sources.jar
> d407d8267c270f775482a3e05fef7d857b824b47/javafx-graphics-13-linux-sources.jar
> d6b0cddb2d9f5c46cf78365b3683b147981321e0/javafx-graphics-13-mac.jar
> d853d12684f60037dfeea1a47e61396e0febfdfd/javafx-graphics-13-linux.jar
> $ cd 9dd89f728a41d898591ee9d0fb1dfb2020dab334
> $ diff -s javafx-graphics-13-javadoc.jar javafx-graphics-13-linux-javadoc.jar
> Files javafx-graphics-13-javadoc.jar and javafx-graphics-13-linux-javadoc.jar 
> are identical
> $ cd ../d407d8267c270f775482a3e05fef7d857b824b47
> $ diff -s diff javafx-graphics-13-linux-sources.jar 
> javafx-graphics-13-sources.jar
> Files javafx-graphics-13-linux-sources.jar and javafx-graphics-13-sources.jar 
> are identical
> {code}



--
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-3360) Refactor/Rename Failures

2019-11-08 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16970297#comment-16970297
 ] 

Geertjan Wielenga commented on NETBEANS-3360:
-

What happens when you uninstall nb-javac, go to Tools | Plugins to do so.

> Refactor/Rename Failures
> 
>
> Key: NETBEANS-3360
> URL: https://issues.apache.org/jira/browse/NETBEANS-3360
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 11.1, 11.2
> Environment: Windows 10 Pro
>Reporter: Michael Leonardi
>Priority: Major
>
> Unable to perform simple renames of Java files from the directory listing or 
> from the file editor.  These are very simple files and don't need to be 
> referenced in order to fail.  When the failure occurs, the file is renamed, 
> but the code is not changed.  If the class is referenced in other classes, 
> those references are not changed.
> See DOCS TEXT below.
>  



--
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-3360) Refactor/Rename Failures

2019-11-08 Thread Michael Leonardi (Jira)
Michael Leonardi created NETBEANS-3360:
--

 Summary: Refactor/Rename Failures
 Key: NETBEANS-3360
 URL: https://issues.apache.org/jira/browse/NETBEANS-3360
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring
Affects Versions: 11.1, 11.2
 Environment: Windows 10 Pro
Reporter: Michael Leonardi


Unable to perform simple renames of Java files from the directory listing or 
from the file editor.  These are very simple files and don't need to be 
referenced in order to fail.  When the failure occurs, the file is renamed, but 
the code is not changed.  If the class is referenced in other classes, those 
references are not changed.

See DOCS TEXT below.

 



--
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-3359) Can't save Changes In Project

2019-11-08 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luis Felipe Quiñones Nieto updated NETBEANS-3359:
-
Affects Version/s: 11.2

> Can't save Changes In Project
> -
>
> Key: NETBEANS-3359
> URL: https://issues.apache.org/jira/browse/NETBEANS-3359
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Luis Felipe Quiñones Nieto
>Priority: Blocker
>
> Netbeans 11.2 throws an error while trying to save a file with a simple 
> modification:
>  
> 
>  2019-11-08T09:46:32
>  1573224392500
>  55
>  300
>  17
>  SCREEN SIZE
>  1920
>  1080
>  1
> 
> 
>  2019-11-08T09:46:32
>  1573224392500
>  56
>  700
>  17
>  IDE_STARTUP
> 
> 
>  2019-11-08T09:46:33
>  1573224393877
>  65
>  800
>  17
>  USG_LOOK_AND_FEEL
>  GTK
>  GTK look and feel
> 
> 
>  2019-11-08T09:46:35
>  1573224395479
>  67
>  800
>  30
>  USG_VCS_CLIENT
>  GIT
>  JAVALIB
> 
> 
>  2019-11-08T09:46:39
>  1573224399485
>  70
>  800
>  29
>  MEMORY
>  8152875008
> 
> 
>  2019-11-08T09:46:51
>  1573224411625
>  71
>  500
>  22
>  UI_ACTION_EDITOR
>  
> java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Ctrl+X,when=1573224411621,modifiers=Ctrl]
>  on 
> org.openide.text.QuietEditorPane[,0,0,2008x13804,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@48ea4bb2,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=java.awt.Color[r=0,g=0,b=0],disabledTextColor=javax.swing.plaf.ColorUIResource[r=139,g=142,b=143],editable=true,margin=java.awt.Insets[top=0,left=0,bottom=0,right=0],selectedTextColor=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255],selectionColor=javax.swing.plaf.ColorUIResource[r=233,g=84,b=32],kit=org.netbeans.modules.php.smarty.editor.TplKit@281edcdb,typeHandlers=]
>  
> java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Ctrl+X,when=1573224411621,modifiers=Ctrl]
>  on 
> org.openide.text.QuietEditorPane[,0,0,2008x13804,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@48ea4bb2,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=java.awt.Color[r=0,g=0,b=0],disabledTextColor=javax.swing.plaf.ColorUIResource[r=139,g=142,b=143],editable=true,margin=java.awt.Insets[top=0,left=0,bottom=0,right=0],selectedTextColor=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255],selectionColor=javax.swing.plaf.ColorUIResource[r=233,g=84,b=32],kit=org.netbeans.modules.php.smarty.editor.TplKit@281edcdb,typeHandlers=]
>  org.netbeans.editor.BaseKit$CutAction[cut-to-clipboard]
>  org.netbeans.editor.BaseKit$CutAction@35b921f6
>  cut-to-clipboard
> 
> 
>  2019-11-08T09:46:53
>  1573224413296
>  73
>  400
>  22
>  UI_ACTION_KEY_PRESS
>  ctrl pressed S
>  ctrl pressed S
>  org.openide.awt.GeneralAction$DelegateAction@8946a449[key=null, 
> map=BinaryFileMap@2f4db2fb\{fo=MultiFileObject@1b5aa15b[Actions/System/org-openide-actions-SaveAction.instance]}]
>  org.openide.awt.GeneralAction$DelegateAction
>  Save
> 
> 
>  2019-11-08T09:46:53
>  1573224413332
>  74
>  1000
>  31
>  Error in RequestProcessor 
> org.openide.util.actions.ActionInvoker$2
>  
>  java.lang.NullPointerException
>  
>  org.netbeans.lib.html.lexer.HtmlLexer
>  equals
>  1557
>  ${netBeansDir}modules/org-netbeans-modules-html-lexer.jar
>  
>  
>  org.netbeans.lib.html.lexer.HtmlLexer
>  nextToken
>  1051
>  ${netBeansDir}modules/org-netbeans-modules-html-lexer.jar
>  
>  
>  org.netbeans.lib.lexer.LexerInputOperation
>  nextToken
>  191
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.lib.lexer.BatchTokenList
>  tokenOrEmbeddingImpl
>  171
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.lib.lexer.BatchTokenList
>  tokenOrEmbedding
>  166
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.api.lexer.TokenSequence
>  moveNext
>  463
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplDataObject
>  findEncoding
>  251
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplEditorSupport
>  updateEncoding
>  123
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplEditorSupport
>  saveDocument
>  105
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplEditorSupport$1
>  save
>  80
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.openide.actions.SaveAction
>  performAction
>  107
>  ${netbeans.home}modules/org-openide-actions.jar
>  
>  
>  org.openide.actions.SaveAction
>  performAction
>  77
>  

[jira] [Updated] (NETBEANS-3359) Can't save Changes In Project

2019-11-08 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luis Felipe Quiñones Nieto updated NETBEANS-3359:
-
Priority: Blocker  (was: Major)

> Can't save Changes In Project
> -
>
> Key: NETBEANS-3359
> URL: https://issues.apache.org/jira/browse/NETBEANS-3359
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Luis Felipe Quiñones Nieto
>Priority: Blocker
>
> Netbeans 11.2 throws an error while trying to save a file with a simple 
> modification:
>  
> 
>  2019-11-08T09:46:32
>  1573224392500
>  55
>  300
>  17
>  SCREEN SIZE
>  1920
>  1080
>  1
> 
> 
>  2019-11-08T09:46:32
>  1573224392500
>  56
>  700
>  17
>  IDE_STARTUP
> 
> 
>  2019-11-08T09:46:33
>  1573224393877
>  65
>  800
>  17
>  USG_LOOK_AND_FEEL
>  GTK
>  GTK look and feel
> 
> 
>  2019-11-08T09:46:35
>  1573224395479
>  67
>  800
>  30
>  USG_VCS_CLIENT
>  GIT
>  JAVALIB
> 
> 
>  2019-11-08T09:46:39
>  1573224399485
>  70
>  800
>  29
>  MEMORY
>  8152875008
> 
> 
>  2019-11-08T09:46:51
>  1573224411625
>  71
>  500
>  22
>  UI_ACTION_EDITOR
>  
> java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Ctrl+X,when=1573224411621,modifiers=Ctrl]
>  on 
> org.openide.text.QuietEditorPane[,0,0,2008x13804,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@48ea4bb2,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=java.awt.Color[r=0,g=0,b=0],disabledTextColor=javax.swing.plaf.ColorUIResource[r=139,g=142,b=143],editable=true,margin=java.awt.Insets[top=0,left=0,bottom=0,right=0],selectedTextColor=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255],selectionColor=javax.swing.plaf.ColorUIResource[r=233,g=84,b=32],kit=org.netbeans.modules.php.smarty.editor.TplKit@281edcdb,typeHandlers=]
>  
> java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Ctrl+X,when=1573224411621,modifiers=Ctrl]
>  on 
> org.openide.text.QuietEditorPane[,0,0,2008x13804,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@48ea4bb2,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=java.awt.Color[r=0,g=0,b=0],disabledTextColor=javax.swing.plaf.ColorUIResource[r=139,g=142,b=143],editable=true,margin=java.awt.Insets[top=0,left=0,bottom=0,right=0],selectedTextColor=javax.swing.plaf.ColorUIResource[r=255,g=255,b=255],selectionColor=javax.swing.plaf.ColorUIResource[r=233,g=84,b=32],kit=org.netbeans.modules.php.smarty.editor.TplKit@281edcdb,typeHandlers=]
>  org.netbeans.editor.BaseKit$CutAction[cut-to-clipboard]
>  org.netbeans.editor.BaseKit$CutAction@35b921f6
>  cut-to-clipboard
> 
> 
>  2019-11-08T09:46:53
>  1573224413296
>  73
>  400
>  22
>  UI_ACTION_KEY_PRESS
>  ctrl pressed S
>  ctrl pressed S
>  org.openide.awt.GeneralAction$DelegateAction@8946a449[key=null, 
> map=BinaryFileMap@2f4db2fb\{fo=MultiFileObject@1b5aa15b[Actions/System/org-openide-actions-SaveAction.instance]}]
>  org.openide.awt.GeneralAction$DelegateAction
>  Save
> 
> 
>  2019-11-08T09:46:53
>  1573224413332
>  74
>  1000
>  31
>  Error in RequestProcessor 
> org.openide.util.actions.ActionInvoker$2
>  
>  java.lang.NullPointerException
>  
>  org.netbeans.lib.html.lexer.HtmlLexer
>  equals
>  1557
>  ${netBeansDir}modules/org-netbeans-modules-html-lexer.jar
>  
>  
>  org.netbeans.lib.html.lexer.HtmlLexer
>  nextToken
>  1051
>  ${netBeansDir}modules/org-netbeans-modules-html-lexer.jar
>  
>  
>  org.netbeans.lib.lexer.LexerInputOperation
>  nextToken
>  191
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.lib.lexer.BatchTokenList
>  tokenOrEmbeddingImpl
>  171
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.lib.lexer.BatchTokenList
>  tokenOrEmbedding
>  166
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.api.lexer.TokenSequence
>  moveNext
>  463
>  ${netBeansDir}modules/org-netbeans-modules-lexer.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplDataObject
>  findEncoding
>  251
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplEditorSupport
>  updateEncoding
>  123
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplEditorSupport
>  saveDocument
>  105
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.netbeans.modules.php.smarty.editor.TplEditorSupport$1
>  save
>  80
>  ${netBeansDir}modules/org-netbeans-modules-php-smarty.jar
>  
>  
>  org.openide.actions.SaveAction
>  performAction
>  107
>  ${netbeans.home}modules/org-openide-actions.jar
>  
>  
>  org.openide.actions.SaveAction
>  performAction
>  77
>  

[jira] [Created] (NETBEANS-3359) Can't save Changes In Project

2019-11-08 Thread Jira
Luis Felipe Quiñones Nieto created NETBEANS-3359:


 Summary: Can't save Changes In Project
 Key: NETBEANS-3359
 URL: https://issues.apache.org/jira/browse/NETBEANS-3359
 Project: NetBeans
  Issue Type: Bug
Reporter: Luis Felipe Quiñones Nieto






--
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-3358) Intellisense not working and removes typed code that matches

2019-11-08 Thread Holly Hamlyn (Jira)
Holly Hamlyn created NETBEANS-3358:
--

 Summary: Intellisense not working and removes typed code that 
matches
 Key: NETBEANS-3358
 URL: https://issues.apache.org/jira/browse/NETBEANS-3358
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Affects Versions: 11.1, 11.2
Reporter: Holly Hamlyn
 Attachments: netbeansIntellisenseClick.txt, 
netbeansIntellisenseKeypress.txt

The intellisense drop down appears after clicking the dot following a class 
reference. It does show me the available methods. However, if I arrow down and 
press enter, or double click one WITH PARAMETERS nothing happens (methods that 
don't accept parameters work). If I manually type out one of the available 
options- all the code I typed will disappear as soon as I put in the first 
parenthesis.

Please see attachments for full IDE logs of the error; one for Click and one 
for Keypress



--
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-3356) Add support for Open Liberty as Java EE server

2019-11-08 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANS-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16970181#comment-16970181
 ] 

Cédric Servais commented on NETBEANS-3356:
--

I can assist if I knew how this is supposed to work.

Not sure if you're still in contact with those IBM people ? They may help as 
well as Liberty probably changed since then.

 

Regards,

Cédric Servais

> Add support for Open Liberty as Java EE server
> --
>
> Key: NETBEANS-3356
> URL: https://issues.apache.org/jira/browse/NETBEANS-3356
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - Code
>Affects Versions: 11.0, 11.1
>Reporter: Cédric Servais
>Priority: Trivial
>
> Hello,
>  
> Would it be possible to continue this work to have Open Liberty integrated 
> within the best Java IDE available ?
>  
> [https://blogs.oracle.com/geertjan/ibm-was-liberty-profile-and-netbeans-ide-part-1]
> [https://blogs.oracle.com/geertjan/ibm-was-liberty-profile-and-netbeans-ide-part-2]
>  
> Thanks,
> Cédric Servais



--
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-3357) Selfsampler pops up all the time

2019-11-08 Thread Jira
András created NETBEANS-3357:


 Summary: Selfsampler pops up all the time
 Key: NETBEANS-3357
 URL: https://issues.apache.org/jira/browse/NETBEANS-3357
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: András


If I press < two times (Alt+Shift+y on MacOS with Hungarian keymap), a tab 
called selfsampler pops up.

It also happens if I press <, something else, then < again. So it is pretty 
annoying while trying to create HTML.

I did not find a way to remove the shortcut for it, is that possible?



--
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-3356) Add support for Open Liberty as Java EE server

2019-11-08 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969954#comment-16969954
 ] 

Geertjan Wielenga commented on NETBEANS-3356:
-

Sure, you're very welcome.

> Add support for Open Liberty as Java EE server
> --
>
> Key: NETBEANS-3356
> URL: https://issues.apache.org/jira/browse/NETBEANS-3356
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - Code
>Affects Versions: 11.0, 11.1
>Reporter: Cédric Servais
>Priority: Trivial
>
> Hello,
>  
> Would it be possible to continue this work to have Open Liberty integrated 
> within the best Java IDE available ?
>  
> [https://blogs.oracle.com/geertjan/ibm-was-liberty-profile-and-netbeans-ide-part-1]
> [https://blogs.oracle.com/geertjan/ibm-was-liberty-profile-and-netbeans-ide-part-2]
>  
> Thanks,
> Cédric Servais



--
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-3356) Add support for Open Liberty as Java EE server

2019-11-08 Thread Jira
Cédric Servais created NETBEANS-3356:


 Summary: Add support for Open Liberty as Java EE server
 Key: NETBEANS-3356
 URL: https://issues.apache.org/jira/browse/NETBEANS-3356
 Project: NetBeans
  Issue Type: Improvement
  Components: serverplugins - Code
Affects Versions: 11.1, 11.0
Reporter: Cédric Servais


Hello,

 

Would it be possible to continue this work to have Open Liberty integrated 
within the best Java IDE available ?

 

[https://blogs.oracle.com/geertjan/ibm-was-liberty-profile-and-netbeans-ide-part-1]

[https://blogs.oracle.com/geertjan/ibm-was-liberty-profile-and-netbeans-ide-part-2]

 

Thanks,

Cédric Servais



--
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-2409) Very Slow Operations on Windows

2019-11-08 Thread flexJoly (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969930#comment-16969930
 ] 

flexJoly commented on NETBEANS-2409:


Hi,
Thanks for the info about installer with php; I did not know this! The 
installer could not find the jdk so I turned to the .zip.

Well Wednesday my computer broke... the new ssd (3 months) seemed to 
function only for 9% anymore, according our computer-specialist, due to a 
'wrong' cable really.. :(:(

Yesterday I had to install everything again :(:( (terrible development 
environment installations, hate it!). To be sure I indeed used the installer 
and jdk13 (this time netbeans could find the jdk easily). 
I saw the new (very nice!!!) install-options to enable only php.

{color:#00875a}*Untill now it is MUCH faster*{color}!!! :D :D :D 

Thanks so far!

 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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