[jira] [Updated] (NETBEANS-615) Cannot run java application from IDE

2018-04-12 Thread Jan Lahoda (JIRA)

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

Jan Lahoda updated NETBEANS-615:

Priority: Blocker  (was: Major)

> Cannot run java application from IDE
> 
>
> Key: NETBEANS-615
> URL: https://issues.apache.org/jira/browse/NETBEANS-615
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9 beta x64
> Windows 2008 R2 x64
> Java 10 sdk 
>Reporter: Filippo
>Assignee: Jan Lahoda
>Priority: Blocker
>
> I created the following class:
> {code:java}
> public static void main(String[] args) {
>     
>     System.out.println("java version: " + 
> System.getProperty("java.version"));
>     }
> {code}
> It compiles correctly and I can  execute it from coammand line with *java*.
> If I try to run it from the ide a new .class file is generated which contains 
> RuntimeException as the first line.
> I double checked the configuration and found nothing wrong.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-658) Netbeans Locked up after EXIT

2018-04-12 Thread will mason (JIRA)
will mason created NETBEANS-658:
---

 Summary: Netbeans Locked up after EXIT
 Key: NETBEANS-658
 URL: https://issues.apache.org/jira/browse/NETBEANS-658
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Execution, platform - Window System
Affects Versions: 9.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-205-on-20180202)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs
Cache directory: Z:\tmp\.other\cache\netbeans\FourAbs-09

{noformat}
d:> rem B:\dev\netbeans\v09.00-beta\bin\netbeans64.exe 
 --jdkhome %JDK10_HOME%  
 --userdir z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs  
 --cachedir Z:\tmp\.other\cache\netbeans\FourAbs-09
{noformat}

Reporter: will mason
 Fix For: 9.0
 Attachments: messages.log, uigestures

h2. context

*   Have been using Netbeans 9 for about 5 days
**  Common use pattern when working on tasks that may take several days / 
weeks. 
*  I need to reboot the PC following a Windows update
* I started Netbeans from command line to permit me to monitor goings-on
* Netbeans start command:

h2. expected

*  Click [Close-Window] icon, top-right corner [{color:#d04437}* X *{color}]
* Netbeans window disappeared
* Command-line prompt returns "D:\> " in Windows {{cmd}} window 

h2. actual

* Netbeans window disappeared / closed
* System was slow
* Then received a Windows pop-up that Netbeans program was "not responding"
**  Stop program / Debug
* Stopped
**   Normally that is sufficient to exit the program 
* Checked command-line console window
* Netbeans was still writing messages
* After a few seconds it just stoppe with the last few lines of output on the 
screen
**  No dos windows command prompt 

h2.  supporting information

*  messages.log (attached)
* last few lines on console window (_below_)

 {noformat}
INFO [org.netbeans.gradle.project.tasks.AttacherListener]: Attempting to attach 
to debugee on port: 5,005
WARNING [org.netbeans.gradle.project.properties.standard.JavaPlatformUtils]: 
The chosen platform has a higher version number than the requested one: 1.7. 
Chosen: 1.8
WARNING [org.openide.util.WeakListenerImpl]: Can't remove 
java.beans.PropertyChangeListener using method 
org.netbeans.modules.editor.NbEditorDocument.removePropertyChangeListener from 
org.netbeans.modules.editor.NbEditorDocument@3a5c4d7d, 
mimeType='text/x-editor-search', kitClass=null, length=12, version=38, file=null
INFO [org.netbeans.core.browser.webview.ext.WebBrowserImpl]
java.lang.Throwable: Connection reset by server
[catch] at 
javafx.web/javafx.scene.web.WebEngine$LoadWorker.describeError(WebEngine.java:1434)
at 
javafx.web/javafx.scene.web.WebEngine$LoadWorker.dispatchLoadEvent(WebEngine.java:1373)
at 
javafx.web/javafx.scene.web.WebEngine$LoadWorker.access$1200(WebEngine.java:1248)
at 
javafx.web/javafx.scene.web.WebEngine$PageLoadListener.dispatchLoadEvent(WebEngine.java:1235)
at javafx.web/com.sun.webkit.WebPage.fireLoadEvent(WebPage.java:2516)
at javafx.web/com.sun.webkit.WebPage.fwkFireLoadEvent(WebPage.java:2360)
at javafx.web/com.sun.webkit.network.URLLoader.twkDidFail(Native Method)
at 
javafx.web/com.sun.webkit.network.URLLoader.notifyDidFail(URLLoader.java:895)
at 
javafx.web/com.sun.webkit.network.URLLoader.lambda$didFail$6(URLLoader.java:878)
at 
javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(PlatformImpl.java:418)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at 
javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:417)
at 
javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native 
Method)
at 
javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:175)
at java.base/java.lang.Thread.run(Thread.java:844)
SEVERE [global]
java.lang.NoClassDefFoundError: Could not initialize class 
org.netbeans.modules.extbrowser.NbDdeBrowserImpl
at 
org.netbeans.modules.extbrowser.SystemDefaultBrowser.createHtmlBrowserImpl(SystemDefaultBrowser.java:94)
at org.openide.awt.HtmlBrowser.findComponent(HtmlBrowser.java:245)
at org.openide.awt.HtmlBrowser.(HtmlBrowser.java:155)
at org.openide.awt.HtmlBrowser.(HtmlBrowser.java:134)
at org.openide.awt.HtmlBrowser.(HtmlBrowser.java:122)
at 
org.netbeans.modules.javadoc.search.IndexSearch.createBrowser(IndexSearch.java:809)
at 

[jira] [Commented] (NETBEANS-654) InvalidFileException while editing a class with a .form file

2018-04-12 Thread Jan Lahoda (JIRA)

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

Jan Lahoda commented on NETBEANS-654:
-

I'll look at this, but if there were step-by-step instruction on how to 
reproduce, that'd be very helpful. Thanks!

> InvalidFileException while editing a class with a .form file
> 
>
> Key: NETBEANS-654
> URL: https://issues.apache.org/jira/browse/NETBEANS-654
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 9.0
> Environment: Mac
>Reporter: Austin Stephens
>Assignee: Jan Lahoda
>Priority: Blocker
>
> This happens while Netbeans is trying to parse the source of a class that has 
> a form designer editor thingy.
> {noformat}
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Caused: 
> org.netbeans.modules.java.source.parsing.FileObjects$InvalidFileException: 
> Invalid or deleted file: 
> /var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:354)
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:334)
> Caused: java.lang.IllegalArgumentException
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:337)
>     at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:730)
>     at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:374)
> [catch] at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
>     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.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:443)
>     at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:440)
>     at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>     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 
> 

[jira] [Assigned] (NETBEANS-654) InvalidFileException while editing a class with a .form file

2018-04-12 Thread Jan Lahoda (JIRA)

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

Jan Lahoda reassigned NETBEANS-654:
---

Assignee: Jan Lahoda

> InvalidFileException while editing a class with a .form file
> 
>
> Key: NETBEANS-654
> URL: https://issues.apache.org/jira/browse/NETBEANS-654
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 9.0
> Environment: Mac
>Reporter: Austin Stephens
>Assignee: Jan Lahoda
>Priority: Blocker
>
> This happens while Netbeans is trying to parse the source of a class that has 
> a form designer editor thingy.
> {noformat}
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Caused: 
> org.netbeans.modules.java.source.parsing.FileObjects$InvalidFileException: 
> Invalid or deleted file: 
> /var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:354)
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:334)
> Caused: java.lang.IllegalArgumentException
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:337)
>     at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:730)
>     at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:374)
> [catch] at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
>     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.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:443)
>     at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:440)
>     at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>     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 
> 

[jira] [Updated] (NETBEANS-656) Help is Broken (Offline and On-line)

2018-04-12 Thread will mason (JIRA)

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

will mason updated NETBEANS-656:

Description: 
h2. expected

 * Press [HELP] menu
* Press "*Help Contents*"
* Loading help settings ... (pop-up)
* Display Netbeans Help window
* page; "*Using the IDE Help System*"

_As well_

 * Press [HELP] menu
* Press "*online docs and support*"
* Internal browser page opens
* And see the Help system/pages


h2. actual

* Nothing happens
* The  "*Help Contents*" menu entry is *_absent_*
* The Link  {noformat}
http://www.netbeans.org/kb/index.html
{noformat}
** Appears to be an out of date page
** Also it points to netbeans.org, should it point to Netbeans.Apache.org?

h2.  Impact

*  Off line help is essential.
**  Quite a few project don't have internet access (by choice) 
*  We are a small lab and we both rely and expect people to be self-reliant 
that includes being able to find answers through tools like help. and 
documentation.
** We get a lot to of students who haven't used Java or Netbeans
** We get C++ and C# programmers who've never used java
** We have web developers who don't use Java 
** Experienced people may think of help a an "extra" -- it is not in a 
work-a-day environment with many levels of experience.
* If you want people to adopt Netbeans, 
** (Reliable) HELP is an essential; 
** (Reliable) Documentation is essential.
* I appreciate that this is a Beta version and the documents may be not ready
**  Show a placeholder IDE Help System
**  For heaven's sake put that in the landing page for the on-line link

 

  was:
 h2. expected

 * Press [HELP] menu
* Press "*Help Contents*"
* Loading help settings ... (pop-up)
* Display Netbeans Help window
* page; "*Using the IDE Help System*"

_As well_

 * Press [HELP] menu
* Press "*online docs and support*"
* Internal browser page opens
* And see the Help system/pages


h2. actual

* Nothing happens
* The  "*Help Contents*" menu entry is *_absent_*
* The Link  {noformat}
http://www.netbeans.org/kb/index.html
{noformat}
** Appears to be an out of date page
** Also it points to netbeans.org, should it point to Netbeans.Apache.org?

h2.  Impact

*  Off line help is essential.
**  Quite a few project don't have internet access (by choice) 
*  We are a small lab and we both rely and expect people to be self-reliant 
that includes being able to find answers through tools like help. and 
documentation.
** We get a lot to of students who haven't used Java or Netbeans
** We get C++ and C# programmers who've never used java
** We have web developers who don't use Java 
** Experienced people may think of help a an "extra" -- it is not in a 
work-a-day environment with many levels of experience.
* If you want people to adopt Netbeans, 
** (Reliable) HELP is an essential; 
** (Reliable) Documentation is essential.
* I appreciate that this is a Beta version and the documents may be not ready
**  Show a placeholder IDE Help System
**  For heaven's sake put that in the landing page for the on-line link

 


> Help is Broken (Offline and On-line)
> 
>
> Key: NETBEANS-656
> URL: https://issues.apache.org/jira/browse/NETBEANS-656
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, platform - Help System
>Affects Versions: 9.0
> Environment: Both Windows 10  and Linux 64-bit
>Reporter: will mason
>Priority: Critical
>  Labels: Regression, help, help-requested, help-system
> Fix For: 9.0
>
>
> h2. expected
>  * Press [HELP] menu
> * Press "*Help Contents*"
> * Loading help settings ... (pop-up)
> * Display Netbeans Help window
> * page; "*Using the IDE Help System*"
> _As well_
>  * Press [HELP] menu
> * Press "*online docs and support*"
> * Internal browser page opens
> * And see the Help system/pages
> h2. actual
> * Nothing happens
> * The  "*Help Contents*" menu entry is *_absent_*
> * The Link  {noformat}
> http://www.netbeans.org/kb/index.html
> {noformat}
> ** Appears to be an out of date page
> ** Also it points to netbeans.org, should it point to Netbeans.Apache.org?
> h2.  Impact
> *  Off line help is essential.
> **  Quite a few project don't have internet access (by choice) 
> *  We are a small lab and we both rely and expect people to be self-reliant 
> that includes being able to find answers through tools like help. and 
> documentation.
> ** We get a lot to of students who haven't used Java or Netbeans
> ** We get C++ and C# programmers who've never used java
> ** We have web developers who don't use Java 
> ** Experienced people may think of help a an "extra" -- it is not in a 
> work-a-day environment with many levels of experience.
> * If you want people to adopt Netbeans, 
> ** (Reliable) HELP is an essential; 
> ** (Reliable) Documentation is essential.
> * I appreciate that this 

[jira] [Updated] (NETBEANS-657) Generated Interface file cannot be deleted by undo

2018-04-12 Thread Joseph James Jalbert (JIRA)

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

Joseph James Jalbert updated NETBEANS-657:
--
Description: 
On Extract Interface an interface file is generated.  When undo is used an 
error pops up that the file cannot be deleted, but it does remove it from the 
menu.  Redo will not work.  I believe the generated file is still present in 
the machine and blocks the program from generating another file.  I had similar 
problems with extract superclass.

I confirmed this.  In NetBeans the next test question asked me to extract 
interface again.  I gave it a different name, but "implements MyInterface" is  
one of the checkboxes and that is the old interface name from before.  Other 
than accessing the disk directly I have no idea how to delete MyInterface since 
it is not in the project listing.

  was:On Extract Interface an interface file is generated.  When undo is used 
an error pops up that the file cannot be deleted, but it does remove it from 
the menu.  Redo will not work.  I believe the generated file is still present 
in the machine and blocks the program from generating another file.  I had 
similar problems with extract superclass.


> Generated Interface file cannot be deleted by undo
> --
>
> Key: NETBEANS-657
> URL: https://issues.apache.org/jira/browse/NETBEANS-657
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 9.0
> Environment: NetBeans 9.0 406 on 20180411, Windows 10 latest 
> development build, Java 1.8u172
>Reporter: Joseph James Jalbert
>Priority: Major
> Fix For: 9.0
>
>
> On Extract Interface an interface file is generated.  When undo is used an 
> error pops up that the file cannot be deleted, but it does remove it from the 
> menu.  Redo will not work.  I believe the generated file is still present in 
> the machine and blocks the program from generating another file.  I had 
> similar problems with extract superclass.
> I confirmed this.  In NetBeans the next test question asked me to extract 
> interface again.  I gave it a different name, but "implements MyInterface" is 
>  one of the checkboxes and that is the old interface name from before.  Other 
> than accessing the disk directly I have no idea how to delete MyInterface 
> since it is not in the project listing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-657) Generated Interface file cannot be deleted by undo

2018-04-12 Thread Joseph James Jalbert (JIRA)
Joseph James Jalbert created NETBEANS-657:
-

 Summary: Generated Interface file cannot be deleted by undo
 Key: NETBEANS-657
 URL: https://issues.apache.org/jira/browse/NETBEANS-657
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring
Affects Versions: 9.0
 Environment: NetBeans 9.0 406 on 20180411, Windows 10 latest 
development build, Java 1.8u172
Reporter: Joseph James Jalbert
 Fix For: 9.0


On Extract Interface an interface file is generated.  When undo is used an 
error pops up that the file cannot be deleted, but it does remove it from the 
menu.  Redo will not work.  I believe the generated file is still present in 
the machine and blocks the program from generating another file.  I had similar 
problems with extract superclass.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-656) Help is Broken (Offline and On-line)

2018-04-12 Thread will mason (JIRA)
will mason created NETBEANS-656:
---

 Summary: Help is Broken (Offline and On-line)
 Key: NETBEANS-656
 URL: https://issues.apache.org/jira/browse/NETBEANS-656
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI, platform - Help System
Affects Versions: 9.0
 Environment: Both Windows 10  and Linux 64-bit
Reporter: will mason
 Fix For: 9.0


 h2. expected

 * Press [HELP] menu
* Press "*Help Contents*"
* Loading help settings ... (pop-up)
* Display Netbeans Help window
* page; "*Using the IDE Help System*"

_As well_

 * Press [HELP] menu
* Press "*online docs and support*"
* Internal browser page opens
* And see the Help system/pages


h2. actual

* Nothing happens
* The  "*Help Contents*" menu entry is *_absent_*
* The Link  {noformat}
http://www.netbeans.org/kb/index.html
{noformat}
** Appears to be an out of date page
** Also it points to netbeans.org, should it point to Netbeans.Apache.org?

h2.  Impact

*  Off line help is essential.
**  Quite a few project don't have internet access (by choice) 
*  We are a small lab and we both rely and expect people to be self-reliant 
that includes being able to find answers through tools like help. and 
documentation.
** We get a lot to of students who haven't used Java or Netbeans
** We get C++ and C# programmers who've never used java
** We have web developers who don't use Java 
** Experienced people may think of help a an "extra" -- it is not in a 
work-a-day environment with many levels of experience.
* If you want people to adopt Netbeans, 
** (Reliable) HELP is an essential; 
** (Reliable) Documentation is essential.
* I appreciate that this is a Beta version and the documents may be not ready
**  Show a placeholder IDE Help System
**  For heaven's sake put that in the landing page for the on-line link

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[incubator-netbeans-html4j] branch master updated (2afce5b -> 9430370)

2018-04-12 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git.


from 2afce5b  Usage of relative paths makes the javadoc work on windows too
 add a618772  Test to verify audio clip works in headless environment
 add 9d60671  Use typeof Audio to test presence of Audio support in the 
JavaScript environment
 new 9430370  Merge pull request #5 from 
JaroslavTulach/jtulach/UndefinedAudio

The 1 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:
 sound/pom.xml  | 28 --
 .../netbeans/html/sound/impl/BrowserAudioEnv.java  |  2 +-
 .../java/net/java/html/sound/AudioClipTest.java| 22 ++---
 3 files changed, 40 insertions(+), 12 deletions(-)
 copy 
boot-script/src/test/java/net/java/html/boot/script/Jsr223JavaScriptTst.java => 
sound/src/test/java/net/java/html/sound/AudioClipTest.java (71%)

-- 
To stop receiving notification emails like this one, please contact
jtul...@apache.org.

-
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



[incubator-netbeans-html4j] 01/01: Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio

2018-04-12 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git

commit 94303700de4466d61475eb8edabb2113e67c89de
Merge: 2afce5b 9d60671
Author: Jaroslav Tulach 
AuthorDate: Fri Apr 13 05:25:15 2018 +0200

Merge pull request #5 from JaroslavTulach/jtulach/UndefinedAudio

Missing Audio object caused exception

 sound/pom.xml  | 28 +++--
 .../netbeans/html/sound/impl/BrowserAudioEnv.java  |  2 +-
 .../java/net/java/html/sound/AudioClipTest.java| 35 ++
 3 files changed, 62 insertions(+), 3 deletions(-)

diff --cc sound/pom.xml
index a2d24e7,267edb2..baf0549
--- a/sound/pom.xml
+++ b/sound/pom.xml
@@@ -56,8 -68,20 +68,20 @@@
  
  
  org.netbeans.html
+ net.java.html.boot.script
+ ${project.version}
+ jar
+ 
+ 
+ org.netbeans.html
+ net.java.html.boot.fx
+ ${project.version}
+ jar
+ 
+ 
+ org.netbeans.html
  net.java.html.boot
 -1.5.1
 +2.0-SNAPSHOT
  jar
  
  

-- 
To stop receiving notification emails like this one, please contact
jtul...@apache.org.

-
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-655) failure creating Maven platform project

2018-04-12 Thread Chuck Davis (JIRA)
Chuck Davis created NETBEANS-655:


 Summary: failure creating Maven platform project
 Key: NETBEANS-655
 URL: https://issues.apache.org/jira/browse/NETBEANS-655
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven
Affects Versions: 9.0
Reporter: Chuck Davis


Create a Maven platform application.  Creating the branding project fails as 
follows:

 

cd /home/chuck/Programming/JFunds/JFundsClient/branding; 
JAVA_HOME=/usr/java/latest M2_HOME=/sata2/Downloads/maven/apache-maven-3.5.2 
/sata2/Downloads/maven/apache-maven-3.5.2/bin/mvn clean install
Scanning for projects...


Building JFundsClient-branding 1.0.0-SNAPSHOT


--- maven-clean-plugin:2.5:clean (default-clean) @ JFundsClient-branding ---
Deleting /home/chuck/Programming/JFunds/JFundsClient/branding/target

--- maven-resources-plugin:3.0.2:resources (default-resources) @ 
JFundsClient-branding ---
Using 'UTF-8' encoding to copy filtered resources.
Copying 1 resource

--- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
JFundsClient-branding ---
No sources to compile

--- nbm-maven-plugin:4.1:manifest (default-manifest) @ JFundsClient-branding ---
NBM Plugin generates manifest

--- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
JFundsClient-branding ---
Using 'UTF-8' encoding to copy filtered resources.
skip non existing resourceDirectory 
/home/chuck/Programming/JFunds/JFundsClient/branding/src/test/resources

--- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
JFundsClient-branding ---
No sources to compile

--- maven-surefire-plugin:2.21.0:test (default-test) @ JFundsClient-branding ---
No tests to run.

--- maven-jar-plugin:2.4:jar (default-jar) @ JFundsClient-branding ---
Adding existing MANIFEST to archive. Found under: 
/home/chuck/Programming/JFunds/JFundsClient/branding/target/classes/META-INF/MANIFEST.MF
Building jar: 
/home/chuck/Programming/JFunds/JFundsClient/branding/target/JFundsClient-branding-1.0.0-SNAPSHOT.jar

--- nbm-maven-plugin:4.1:branding (default-branding) @ JFundsClient-branding ---

BUILD FAILURE

Total time: 1.695 s
Finished at: 2018-04-12T18:42:28-07:00
Final Memory: 15M/57M

Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
(default-branding) on project JFundsClient-branding: Execution default-branding 
of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: 
{color:#FF}An API incompatibility was encountered while executing 
org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
java.lang.ExceptionInInitializerError: null{color}
-
realm =    extension>org.codehaus.mojo:nbm-maven-plugin:4.1
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = 
file:/home/chuck/.m2/repository/org/codehaus/mojo/nbm-maven-plugin/4.1/nbm-maven-plugin-4.1.jar
urls[1] = 
file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
urls[2] = 
file:/home/chuck/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
urls[3] = 
file:/home/chuck/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
urls[4] = 
file:/home/chuck/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
urls[5] = 
file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
urls[6] = 
file:/home/chuck/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar
urls[7] = file:/home/chuck/.m2/repository/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
urls[8] = 
file:/home/chuck/.m2/repository/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
urls[9] = 
file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
urls[10] = 
file:/home/chuck/.m2/repository/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
urls[11] = 
file:/home/chuck/.m2/repository/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
urls[12] = 
file:/home/chuck/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
urls[13] = 
file:/home/chuck/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
urls[14] = 
file:/home/chuck/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
urls[15] = file:/home/chuck/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
urls[16] = 

[jira] [Updated] (NETBEANS-649) Missing source level 9 and 10 in a NetBeans module project

2018-04-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated NETBEANS-649:

Labels: pull-request-available  (was: )

> Missing source level 9 and 10 in a NetBeans module project
> --
>
> Key: NETBEANS-649
> URL: https://issues.apache.org/jira/browse/NETBEANS-649
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, projects - Ant
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20180412-acefa191423b)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.4.0-119-generic running on amd64; UTF-8; ja
>Reporter: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: nb-module-project-source-level-screenshot.png
>
>
> Missing source level 9 and 10 in a NetBeans module project(see the 
> screenshot).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-648) Cannot select "Source/Binary Format : 10" in a maven project

2018-04-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated NETBEANS-648:

Labels: pull-request-available  (was: )

> Cannot select "Source/Binary Format : 10" in a maven project
> 
>
> Key: NETBEANS-648
> URL: https://issues.apache.org/jira/browse/NETBEANS-648
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, projects - Maven
>Affects Versions: 9.0
>Reporter: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: java10-maven-project-issue-screenshot.png
>
>
> Ant project properties have "JDK 10" as Source/Binary Format but maven 
> project properties do not have "10"(see the screenshot).
> my environments:
> Product Version: Apache NetBeans IDE Dev (Build 20180412-acefa191423b)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.4.0-119-generic running on amd64; UTF-8;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-654) InvalidFileException while editing a class with a .form file

2018-04-12 Thread Austin Stephens (JIRA)

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

Austin Stephens updated NETBEANS-654:
-
Priority: Blocker  (was: Major)

> InvalidFileException while editing a class with a .form file
> 
>
> Key: NETBEANS-654
> URL: https://issues.apache.org/jira/browse/NETBEANS-654
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 9.0
> Environment: Mac
>Reporter: Austin Stephens
>Priority: Blocker
>
> This happens while Netbeans is trying to parse the source of a class that has 
> a form designer editor thingy.
> {noformat}
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Annotation: An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> An error occurred during parsing of 
> '/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/astephens/Library/Application 
> Support/NetBeans/dev/var/log/_4.dump'.
> Caused: 
> org.netbeans.modules.java.source.parsing.FileObjects$InvalidFileException: 
> Invalid or deleted file: 
> /var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:354)
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:334)
> Caused: java.lang.IllegalArgumentException
>     at 
> org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:337)
>     at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:730)
>     at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:374)
> [catch] at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
>     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.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:443)
>     at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:440)
>     at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>     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 
> 

[jira] [Created] (NETBEANS-654) InvalidFileException while editing a class with a .form file

2018-04-12 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-654:


 Summary: InvalidFileException while editing a class with a .form 
file
 Key: NETBEANS-654
 URL: https://issues.apache.org/jira/browse/NETBEANS-654
 Project: NetBeans
  Issue Type: Bug
  Components: java - Source
Affects Versions: 9.0
 Environment: Mac
Reporter: Austin Stephens


This happens while Netbeans is trying to parse the source of a class that has a 
form designer editor thingy.
{noformat}
Annotation: An error occurred during parsing of 
'/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
 Please report a bug against java/source and attach dump file 
'/Users/astephens/Library/Application 
Support/NetBeans/dev/var/log/_4.dump'.
Annotation: An error occurred during parsing of 
'/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
 Please report a bug against java/source and attach dump file 
'/Users/astephens/Library/Application 
Support/NetBeans/dev/var/log/_4.dump'.
Annotation: An error occurred during parsing of 
'/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
 Please report a bug against java/source and attach dump file 
'/Users/astephens/Library/Application 
Support/NetBeans/dev/var/log/_4.dump'.
Annotation: An error occurred during parsing of 
'/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
 Please report a bug against java/source and attach dump file 
'/Users/astephens/Library/Application 
Support/NetBeans/dev/var/log/_4.dump'.
An error occurred during parsing of 
'/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
 Please report a bug against java/source and attach dump file 
'/Users/astephens/Library/Application 
Support/NetBeans/dev/var/log/_4.dump'.
An error occurred during parsing of 
'/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java'.
 Please report a bug against java/source and attach dump file 
'/Users/astephens/Library/Application 
Support/NetBeans/dev/var/log/_4.dump'.
Caused: 
org.netbeans.modules.java.source.parsing.FileObjects$InvalidFileException: 
Invalid or deleted file: 
/var/folders/h7/fj0xqrvj6398tchb4bvt4b8c0xt43p/T/vcs-1523547877869/vcs-1523563534216/.java
    at 
org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:354)
    at 
org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:334)
Caused: java.lang.IllegalArgumentException
    at 
org.netbeans.modules.java.source.parsing.FileObjects.sourceFileObject(FileObjects.java:337)
    at 
org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:730)
    at 
org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:374)
[catch] at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
    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.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:443)
    at 
org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:440)
    at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
    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:81)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
    at 
org.netbeans.modules.java.JavaNode$IconTask$SourceIcon.computeIcon(JavaNode.java:440)
    at org.netbeans.modules.java.JavaNode$IconTask.run(JavaNode.java:402)
    at 

[jira] [Commented] (NETBEANS-643) Mercurial Annotate fails on files with spaces in them and files named like .hgignore

2018-04-12 Thread Austin Stephens (JIRA)

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

Austin Stephens commented on NETBEANS-643:
--

I have a workaround/fix that I am testing right now. I was going to use JSON 
for the blame format, but some weird things happen when that is done.

> Mercurial Annotate fails on files with spaces in them and files named like 
> .hgignore
> 
>
> Key: NETBEANS-643
> URL: https://issues.apache.org/jira/browse/NETBEANS-643
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 8.2, 9.0, Next
>Reporter: Austin Stephens
>Priority: Major
>
> Annotate cannot handle output lines such as:
> {noformat}
> foo 8731 foo/ba r.baz: 98: Stuff
> foo 8731 .foo/bar.baz: 98: Stuff{noformat}
> Resulting in the annotate column containing nothing. Please fix, it is very 
> annoying and I have to use a different program to do annotating.
> I recommend using a proper data structure (like xml) to get the blame info.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-653) Menus don't open on all screens for a multi-monitor (> 2) setup when using JDK > 8

2018-04-12 Thread JIRA
René Kraneis created NETBEANS-653:
-

 Summary: Menus don't open on all screens for a multi-monitor (> 2) 
setup when using JDK > 8
 Key: NETBEANS-653
 URL: https://issues.apache.org/jira/browse/NETBEANS-653
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2, 9.0
 Environment: Ubuntu 17.10
OracleJDK / OpenJDK > 8
more than two attached monitors
Reporter: René Kraneis


When running Netbeans 8.2 or any development snapshot on JDK 9 or 10 with more 
than two monitors attached menus will not open on all of the monitors. When 
moving the NetBeans window back to a screen where the menus open, the error 
reporter opens instead. The stack trace is:

{code}
SEVERE [global]
java.lang.IllegalArgumentException: Window must not be zero
at java.desktop/sun.awt.X11.XAtom.checkWindow(XAtom.java:774)
at java.desktop/sun.awt.X11.XAtom.getAtomData(XAtom.java:465)
at java.desktop/sun.awt.X11.XToolkit.getWorkArea(XToolkit.java:805)
at java.desktop/sun.awt.X11.XToolkit.getInsets(XToolkit.java:881)
at java.desktop/sun.awt.X11.XToolkit.getScreenInsets(XToolkit.java:869)
at java.desktop/java.awt.Window.init(Window.java:518)
at java.desktop/java.awt.Window.(Window.java:448)
at java.desktop/java.awt.Window.(Window.java:603)
at java.desktop/java.awt.Dialog.(Dialog.java:664)
at java.desktop/java.awt.Dialog.(Dialog.java:408)
at java.desktop/javax.swing.JDialog.(JDialog.java:273)
at 
org.netbeans.core.windows.services.NbPresenter.(NbPresenter.java:178)
at org.netbeans.core.windows.services.NbDialog.(NbDialog.java:42)
at 
org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:133)
at 
org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:94)
at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(NbMutexEventProvider.java:115)
at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:75)
at 
org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:71)
at org.openide.util.Mutex.readAccess(Mutex.java:193)
at 
org.netbeans.core.windows.services.DialogDisplayerImpl.createDialog(DialogDisplayerImpl.java:94)
at 
org.netbeans.core.windows.services.DialogDisplayerImpl.createDialog(DialogDisplayerImpl.java:86)
at org.netbeans.core.NotifyExcPanel.(NotifyExcPanel.java:175)
at org.netbeans.core.NotifyExcPanel.(NotifyExcPanel.java:81)
at org.netbeans.core.NotifyExcPanel$2.run(NotifyExcPanel.java:332)
at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
SEVERE [null]: Last record repeated more than 10 times, further logs of this 
record are ignored until the log record changes.
{code}


Start of IDE log:

{code}
---
>Log Session: Thursday, April 12, 2018 at 3:07:26 PM Central European Summer 
>Time
>System Info: 
  Product Version = Apache NetBeans IDE Dev (Build 
20180405-7536abf2e7f5) (#6976049ae2fa)
  Operating System= Linux version 4.13.0-38-generic running on amd64
  Java; VM; Vendor= 10; Java HotSpot(TM) 64-Bit Server VM 10+46; Oracle 
Corporation
  Runtime = Java(TM) SE Runtime Environment 10+46
  Java Home   = /home/rene/.local/jdk-10
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory  = /home/rene
  Current Directory   = 

[jira] [Updated] (NETBEANS-649) Missing source level 9 and 10 in a NetBeans module project

2018-04-12 Thread Rami Swailem (JIRA)

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

Rami Swailem updated NETBEANS-649:
--
Component/s: (was: projects - Maven)

> Missing source level 9 and 10 in a NetBeans module project
> --
>
> Key: NETBEANS-649
> URL: https://issues.apache.org/jira/browse/NETBEANS-649
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, projects - Ant
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20180412-acefa191423b)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.4.0-119-generic running on amd64; UTF-8; ja
>Reporter: Junichi Yamamoto
>Priority: Major
> Fix For: 9.0
>
> Attachments: nb-module-project-source-level-screenshot.png
>
>
> Missing source level 9 and 10 in a NetBeans module project(see the 
> screenshot).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-649) Missing source level 9 and 10 in a NetBeans module project

2018-04-12 Thread Rami Swailem (JIRA)

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

Rami Swailem updated NETBEANS-649:
--
Component/s: projects - Maven

> Missing source level 9 and 10 in a NetBeans module project
> --
>
> Key: NETBEANS-649
> URL: https://issues.apache.org/jira/browse/NETBEANS-649
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, projects - Ant, projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20180412-acefa191423b)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.4.0-119-generic running on amd64; UTF-8; ja
>Reporter: Junichi Yamamoto
>Priority: Major
> Fix For: 9.0
>
> Attachments: nb-module-project-source-level-screenshot.png
>
>
> Missing source level 9 and 10 in a NetBeans module project(see the 
> screenshot).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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