svn commit: r37001 - /dev/netbeans/netbeans/11.2-u1/ /release/netbeans/netbeans/11.2-u1/

2019-12-01 Thread neilcsmith
Author: neilcsmith
Date: Sun Dec  1 10:29:03 2019
New Revision: 37001

Log:
Apache NetBeans 11.2-u1

Added:
release/netbeans/netbeans/11.2-u1/
  - copied from r37000, dev/netbeans/netbeans/11.2-u1/
Removed:
dev/netbeans/netbeans/11.2-u1/


-
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] annotated tag 11.2-u1 updated (d54c010 -> 93543ae)

2019-12-01 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to annotated tag 11.2-u1
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 11.2-u1 was modified! ***

from d54c010  (commit)
  to 93543ae  (tag)
 tagging d54c01082b55a3821ad0f1246c0d3e4932f6d83b (commit)
 replaces 11.2
  by Neil C Smith
  on Sun Dec 1 10:36:06 2019 +

- Log -
Apache NetBeans 11.2 update 1
---


No new revisions were added by this update.

Summary of changes:


-
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-3263) renaming a method throws java.util.ConcurrentModificationException

2019-12-01 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-3263:
---

Just curious is there a separate nb-javac ticket already related to this or 
should this one just be labeled or component added to be an nb-javac item?

> renaming a method throws java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3263
> URL: https://issues.apache.org/jira/browse/NETBEANS-3263
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Windows 10 64bit
> OpenJDK 12.0.1 (from AdoptOpenJDK)
>Reporter: Thomas Kellerer
>Priority: Major
> Attachments: ClassTwo.dump, RefactorTest.zip, messages.log, 
> messages.log.2
>
>
> When trying to rename a method a ConcurrentModificationException is thrown.
> I have attached ZIP file with a small Maven project. When you open ClassOne 
> and try to rename the method {{getFoo()}} the exception is thrown.



--
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-3263) renaming a method throws java.util.ConcurrentModificationException

2019-12-01 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-3263:
---

Is this in any way an issue starting with java 9 which may be impacted by 
things as mentioned on the [com.sun.tools.javac 
javadoc|https://docs.oracle.com/javase/9/docs/api/com/sun/tools/javac/package-summary.html]
 and the [jdk.compiler 
module|https://docs.oracle.com/javase/9/docs/api/jdk.compiler-summary.html]?

> renaming a method throws java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3263
> URL: https://issues.apache.org/jira/browse/NETBEANS-3263
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Windows 10 64bit
> OpenJDK 12.0.1 (from AdoptOpenJDK)
>Reporter: Thomas Kellerer
>Priority: Major
> Attachments: ClassTwo.dump, RefactorTest.zip, messages.log, 
> messages.log.2
>
>
> When trying to rename a method a ConcurrentModificationException is thrown.
> I have attached ZIP file with a small Maven project. When you open ClassOne 
> and try to rename the method {{getFoo()}} the exception is thrown.



--
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-3263) renaming a method throws java.util.ConcurrentModificationException

2019-12-01 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-3263:
---

[Javac 
guide|https://docs.oracle.com/javase/9/tools/javac.htm#JSWOR-GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9]
 also mentions the interfaces are in javax] also mentions the interfaces are in 
javax.tools as well.

> renaming a method throws java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3263
> URL: https://issues.apache.org/jira/browse/NETBEANS-3263
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Windows 10 64bit
> OpenJDK 12.0.1 (from AdoptOpenJDK)
>Reporter: Thomas Kellerer
>Priority: Major
> Attachments: ClassTwo.dump, RefactorTest.zip, messages.log, 
> messages.log.2
>
>
> When trying to rename a method a ConcurrentModificationException is thrown.
> I have attached ZIP file with a small Maven project. When you open ClassOne 
> and try to rename the method {{getFoo()}} the exception is thrown.



--
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] [Resolved] (NETBEANS-3116) Release NetBeans 11.2

2019-12-01 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3116.

Resolution: Done

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
> Fix For: 11.2
>
>
> This is the task of releasing Apache NetBeans 11.2



--
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] [Resolved] (NETBEANS-3263) renaming a method throws java.util.ConcurrentModificationException

2019-12-01 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3263.

Resolution: Duplicate

> renaming a method throws java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3263
> URL: https://issues.apache.org/jira/browse/NETBEANS-3263
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Windows 10 64bit
> OpenJDK 12.0.1 (from AdoptOpenJDK)
>Reporter: Thomas Kellerer
>Priority: Major
> Attachments: ClassTwo.dump, RefactorTest.zip, messages.log, 
> messages.log.2
>
>
> When trying to rename a method a ConcurrentModificationException is thrown.
> I have attached ZIP file with a small Maven project. When you open ClassOne 
> and try to rename the method {{getFoo()}} the exception is thrown.



--
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-3263) renaming a method throws java.util.ConcurrentModificationException

2019-12-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-3263:


[~ebresie] this should be fixed in NB 11.2 update 1 which will ship to users 
tomorrow.  See vote thread on dev@ if you need the fix sooner than that!

> renaming a method throws java.util.ConcurrentModificationException
> --
>
> Key: NETBEANS-3263
> URL: https://issues.apache.org/jira/browse/NETBEANS-3263
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Windows 10 64bit
> OpenJDK 12.0.1 (from AdoptOpenJDK)
>Reporter: Thomas Kellerer
>Priority: Major
> Attachments: ClassTwo.dump, RefactorTest.zip, messages.log, 
> messages.log.2
>
>
> When trying to rename a method a ConcurrentModificationException is thrown.
> I have attached ZIP file with a small Maven project. When you open ClassOne 
> and try to rename the method {{getFoo()}} the exception is thrown.



--
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-3452) Can't "enable-preview" in NB 11.2/Java 13.0.1

2019-12-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-3452:


[~ByronW] an nb-javac update will be shipped to users in the next 24 hours.  
Please see if this issue can still be replicated after that update.

> Can't "enable-preview" in NB 11.2/Java 13.0.1
> -
>
> Key: NETBEANS-3452
> URL: https://issues.apache.org/jira/browse/NETBEANS-3452
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: MacOS 10.11.6, Netbeans 11.2, JavaSE 13.0.1
>Reporter: Byron Wyman
>Priority: Blocker
> Attachments: IDE_Log.txt
>
>
> Compiling project with switch "--enable-preview" compiles successfully, but 
> when subsequently run, produces error: Error: LinkageError occurred while 
> loading main class jcdoSRT.SrtError: LinkageError occurred while loading main 
> class jcdoSRT.Srt java.lang.UnsupportedClassVersionError: Preview features 
> are not enabled for jcdoSRT/Srt (class file version 57.65535). Try running 
> with 
> '--enable-preview'/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111:
>  The following error occurred while executing this 
> line:/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1BUILD FAILED (total time: 1 second)



--
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] [Resolved] (NETBEANS-3334) AssertionError when refactoring class name

2019-12-01 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3334.

Resolution: Duplicate

> AssertionError when refactoring class name
> --
>
> Key: NETBEANS-3334
> URL: https://issues.apache.org/jira/browse/NETBEANS-3334
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Windows 10, Apache NetBeans 11.2, Java 13.0.1
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: class, java, refactoring
> Attachments: picture.png
>
>
> Hello,
> If I want to rename a class, right click on the file and choose Refactor -> 
> Rename ... and enter a new name.
> However, it only works for the class that contains the start method, and it 
> crashes for others.
> !picture.png!
> {code:java}
> java.lang.AssertionErrorjava.lang.AssertionError at 
> com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
> com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) 
> at com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
> com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
> com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
> com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
> com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:327) at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:660)
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:361)
>  at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:84)
>  at org.netbeans.api.java.source.WorkingCopy.toPhase(WorkingCopy.java:193) at 
> org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.setWorkingCopy(RefactoringVisitor.java:110)
>  at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$TransformTask.run(JavaRefactoringPlugin.java:425)
>  at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$TransformTask.run(JavaRefactoringPlugin.java:408)
>  at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673) at 
> org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663) at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502) at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) 
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83) 
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>  at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
>  at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:317)
>  at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:263)
>  at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:245)
>  at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.createAndAddElements(JavaRefactoringPlugin.java:326)
>  at 
> org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin.prepare(RenameRefactoringPlugin.java:626)
>  at 
> org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:417)
>  at 
> org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:401)
>  at 
> org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:212)
>  at 
> org.netbeans.modules.refactoring.s

[netbeans] branch master updated (7e3986e -> 61b0d7b)

2019-12-01 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


from 7e3986e  [NETBEANS-3463] Fixed compiler warnings concerning rawtypes 
ObservableActionListener
 add 61b0d7b  Adding default indent capabilities while typing for the LSP 
client.

No new revisions were added by this update.

Summary of changes:
 ide/lsp.client/nbproject/project.xml   | 27 
 .../src/org/netbeans/modules/lsp/client/Utils.java | 74 ++
 .../TextDocumentSyncServerCapabilityHandler.java   | 26 
 .../org/netbeans/modules/lsp/client/UtilsTest.java | 58 +
 4 files changed, 172 insertions(+), 13 deletions(-)


-
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-3513) Stopping of Tomcat failed

2019-12-01 Thread Dmytro Buhai (Jira)
Dmytro Buhai created NETBEANS-3513:
--

 Summary: Stopping of Tomcat failed
 Key: NETBEANS-3513
 URL: https://issues.apache.org/jira/browse/NETBEANS-3513
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: OS: Windows 10
NB: 11.1
Tomcat: 9.0.26
Reporter: Dmytro Buhai


Netbeans 11.1 cannot stop Tomcat.

NB waits for some time trying to stop tomcat but then just shows an error 
window with "Stopping of Tomcat failed" message.



--
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-3514) xml comments trough comments button on editor

2019-12-01 Thread Ruslan Lopez Carro (Jira)
Ruslan Lopez Carro created NETBEANS-3514:


 Summary: xml comments trough comments button on editor
 Key: NETBEANS-3514
 URL: https://issues.apache.org/jira/browse/NETBEANS-3514
 Project: NetBeans
  Issue Type: New Feature
  Components: xml - Text-Edit
Reporter: Ruslan Lopez Carro


I think I recall some time ago where XML and XML-based languages had the option 
in the editor to add line comments, but just in case...
{code:xml}
 xml 
{code}
To avoid problems you might want to encode the < and > as
{code:xml}

{code}
and group comments:
  
{code:xml}
  
  Foo
  
{code}
as
{code:xml}
  
  
  
{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-3513) Stopping of Tomcat failed

2019-12-01 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3513:
---

Is the shutdown port configured in NetBeans matching the actual server 
configuration?

> Stopping of Tomcat failed
> -
>
> Key: NETBEANS-3513
> URL: https://issues.apache.org/jira/browse/NETBEANS-3513
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: OS: Windows 10
> NB: 11.1
> Tomcat: 9.0.26
>Reporter: Dmytro Buhai
>Priority: Blocker
>
> Netbeans 11.1 cannot stop Tomcat.
> NB waits for some time trying to stop tomcat but then just shows an error 
> window with "Stopping of Tomcat failed" message.



--
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-1962) Java 11: Opening Java source files from the JDK takes minutes

2019-12-01 Thread Arvind (Jira)


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

Arvind reassigned NETBEANS-1962:


Assignee: Akhilesh Singh

> Java 11: Opening Java source files from the JDK takes minutes
> -
>
> Key: NETBEANS-1962
> URL: https://issues.apache.org/jira/browse/NETBEANS-1962
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, java - Source
>Affects Versions: 11.0
> Environment: Debian GNU/Linux 9, OpenJDK 11.0.1
>Reporter: Michael Groß
>Assignee: Akhilesh Singh
>Priority: Critical
> Attachments: 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_fast.png, 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_verySLOW.png, 
> 2019-01-20_Netbeans10_Java8_JavaPlatformManager_Sources.png
>
>
> For Java 8 it is enough to provide the path to the 
> /usr/lib/jvm/openjdk-8/src.zip with the source files of the JDK with the Java 
> Platform Manager/Sources. The I can click on a class like java.lang.String 
> the source file for it is opened almost immediately.
> For Java 11 providing the /usr/lib/jvm/openjdk-11/src.zip does not bring the 
> source. There is no error message in the IDE log (View > IDE Log).
> Unpacking the src.zip and then including each folder herein, from java.base 
> to java.xml.crypto works - but it took minutes on my machine at high CPU load 
> (Intel(R) Pentium(R) CPU B940 @ 2.00GHz, SSD drive).
> Then I merged all sub-directories from the direcories java.base to 
> java.xml.crypto together. The resulting structure is
> com/
> java/
> javax/
> jdk/
> org/
> sun/
> (such as the structure before Java 9). Now I can open the Java sources for 
> Java 11 as fast as before.
>  # Could you please adapt the program such that I can provide a src.zip for 
> the JDK and it opens the sources from where?
>  # Could you please write an error in the IDE log when the source file was 
> not found (including the absolute path of that file)?



--
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-2620) Every time, very slow javadoc index search when there are several sources declared. Javadoc index search can take about 1m+

2019-12-01 Thread Arvind (Jira)


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

Arvind reassigned NETBEANS-2620:


Assignee: Akshay Gupta

> Every time, very slow javadoc index search when there are several sources 
> declared. Javadoc index search can take about 1m+
> ---
>
> Key: NETBEANS-2620
> URL: https://issues.apache.org/jira/browse/NETBEANS-2620
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190531-unknown-revn)
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Linux version 5.1.4-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: Akshay Gupta
>Priority: Critical
> Attachments: Screenshot_20190531_163948.png
>
>
> Every time, very slow javadoc index search when there are several sources 
> declared. Javadoc index search can take about 1m+



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