[jira] [Created] (NETBEANS-4562) Change the max level of PHPStan to 8

2020-07-08 Thread Junichi Yamamoto (Jira)
Junichi Yamamoto created NETBEANS-4562:
--

 Summary: Change the max level of PHPStan to 8
 Key: NETBEANS-4562
 URL: https://issues.apache.org/jira/browse/NETBEANS-4562
 Project: NetBeans
  Issue Type: Bug
  Components: php - Code Analysis
Affects Versions: 12.0
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


Level 8 is available: [https://phpstan.org/user-guide/rule-levels]



--
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-4561) Double-clicked html file in Files frame

2020-07-08 Thread Jeffery J Biss (Jira)
Jeffery J Biss created NETBEANS-4561:


 Summary: Double-clicked html file in Files frame
 Key: NETBEANS-4561
 URL: https://issues.apache.org/jira/browse/NETBEANS-4561
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Project
Affects Versions: 11.3
 Environment: Windows 10, 64 bit
Reporter: Jeffery J Biss
 Fix For: Next
 Attachments: IDELog.txt, UILog.txt

I double-clicked an html file in the Files frame to open it in the Edit frame 
and the Report Problem window told me that I found a bug and to provide 
information about this (see the attached files)



--
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-4560) plugin portal, PP3, does not publish GroupId of plugin

2020-07-08 Thread Ernie Rael (Jira)
Ernie Rael created NETBEANS-4560:


 Summary: plugin portal, PP3, does not publish GroupId of plugin
 Key: NETBEANS-4560
 URL: https://issues.apache.org/jira/browse/NETBEANS-4560
 Project: NetBeans
  Issue Type: Bug
  Components: updatecenters - Pluginportal
Reporter: Ernie Rael


The plugins have ArtifactId, but not GroupId, shown. I have seen several 
artifacts ( in general, not necessarily plugins) where the same ArtifactId is 
used but with different GroupId.

If someone wanted to take a look at the source code, the missing GroupId is a 
problem. Is it a security violation? ;)



--
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: [NETBEANS-4465] - update RAT license exceptions

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

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


The following commit(s) were added to refs/heads/master by this push:
 new fc9edf9  [NETBEANS-4465] - update RAT license exceptions
 new a4d306b  Merge pull request #2200 from BradWalker/update-rat-exclusion
fc9edf9 is described below

commit fc9edf9e2db121661830a0f5a1feb0250f689a17
Author: Brad Walker 
AuthorDate: Wed Jun 17 13:44:37 2020 -0600

[NETBEANS-4465] - update RAT license exceptions

When running the RAT report after a build has taken place, the report
picks up hundreds of generated files. These files do not have a license
header and it's really not necessary as they are generated by the build 
process..
---
 nbbuild/rat-exclusions.txt | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/nbbuild/rat-exclusions.txt b/nbbuild/rat-exclusions.txt
index eff5267..d9247f7 100644
--- a/nbbuild/rat-exclusions.txt
+++ b/nbbuild/rat-exclusions.txt
@@ -23,9 +23,30 @@ nbbuild/licenses/**
 nbbuild/netbeans/**
 nbbuild/testuserdir/**
 nbbuild/user.build.properties
-## generated build artefact
+## generated build artifacts
 nbbuild/gitinfo.properties
 nbbuild/netbeansrelease.properties
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/application/model_1_4/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/application/model_5/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/application/model_6/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/application/model_7/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/application/model_8/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/client/model_1_4/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/client/model_5_0/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/client/model_6_0/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/client/model_7_0/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/ejb/model_2_1/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/ejb/model_3_0/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/ejb/model_3_1/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/ejb/model_3_2/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_2_4/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_2_5/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_3_0/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_3_1/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_4_0/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_3_0_frag/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_3_1_frag/*
+enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/web/model_4_0_frag/*
 
 ## user-specific files  
 **/nbproject/private/**


-
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-4559) Web Project Properties Dialog fails to save Relative URL

2020-07-08 Thread Bernard (Jira)


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

Bernard updated NETBEANS-4559:
--
Description: 
Please see attached images and project.

In the project properties, there is a field "Relative URL" for the page to load 
relative to the context path.

If I enter it and confirm the dialog, then after re-opening the dialog again, 
the value is lost.

 

The project is from 
[https://technology.amis.nl/2015/05/14/java-web-application-sending-json-messages-through-websocket-to-html5-browser-application-for-real-time-push/]
 - just adapted to run under NetBeans.

 

  was:
Please see attached images and project.

In the project properties, there is a field "Relative URL" for the page load 
relative to the context path.

If I enter it and confirm the dialog, then after re-opening the dialog again, 
the value is lost.

 

The project is from 
[https://technology.amis.nl/2015/05/14/java-web-application-sending-json-messages-through-websocket-to-html5-browser-application-for-real-time-push/]
 - just adapted to run under NetBeans.

 


> Web Project Properties Dialog fails to save Relative URL
> 
>
> Key: NETBEANS-4559
> URL: https://issues.apache.org/jira/browse/NETBEANS-4559
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Bernard
>Priority: Critical
> Attachments: PropertiesBefore.png, PropertiesBeforeAfter.png, 
> WebSocketMovieTheater.zip, messages.log
>
>
> Please see attached images and project.
> In the project properties, there is a field "Relative URL" for the page to 
> load relative to the context path.
> If I enter it and confirm the dialog, then after re-opening the dialog again, 
> the value is lost.
>  
> The project is from 
> [https://technology.amis.nl/2015/05/14/java-web-application-sending-json-messages-through-websocket-to-html5-browser-application-for-real-time-push/]
>  - just adapted to run under NetBeans.
>  



--
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-4559) Web Project Properties Dialog fails to save Relative URL

2020-07-08 Thread Bernard (Jira)


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

Bernard updated NETBEANS-4559:
--
Priority: Critical  (was: Major)

> Web Project Properties Dialog fails to save Relative URL
> 
>
> Key: NETBEANS-4559
> URL: https://issues.apache.org/jira/browse/NETBEANS-4559
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Bernard
>Priority: Critical
> Attachments: PropertiesBefore.png, PropertiesBeforeAfter.png, 
> WebSocketMovieTheater.zip, messages.log
>
>
> Please see attached images and project.
> In the project properties, there is a field "Relative URL" for the page load 
> relative to the context path.
> If I enter it and confirm the dialog, then after re-opening the dialog again, 
> the value is lost.
>  
> The project is from 
> [https://technology.amis.nl/2015/05/14/java-web-application-sending-json-messages-through-websocket-to-html5-browser-application-for-real-time-push/]
>  - just adapted to run under NetBeans.
>  



--
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-4559) Web Project Properties Dialog fails to save Relative URL

2020-07-08 Thread Bernard (Jira)


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

Bernard updated NETBEANS-4559:
--
Description: 
Please see attached images and project.

In the project properties, there is a field "Relative URL" for the page load 
relative to the context path.

If I enter it and confirm the dialog, then after re-opening the dialog again, 
the value is lost.

 

The project is from 
[https://technology.amis.nl/2015/05/14/java-web-application-sending-json-messages-through-websocket-to-html5-browser-application-for-real-time-push/]
 - just adapted to run under NetBeans.

 

  was:
Please see attached images and project.

In the project properties, there is a field "Relative URL" for the page load 
relative to the context path.

If I enter it and confirm the dialog, then after re-opening the dialog again, 
the value is lost.


> Web Project Properties Dialog fails to save Relative URL
> 
>
> Key: NETBEANS-4559
> URL: https://issues.apache.org/jira/browse/NETBEANS-4559
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Bernard
>Priority: Major
> Attachments: PropertiesBefore.png, PropertiesBeforeAfter.png, 
> WebSocketMovieTheater.zip, messages.log
>
>
> Please see attached images and project.
> In the project properties, there is a field "Relative URL" for the page load 
> relative to the context path.
> If I enter it and confirm the dialog, then after re-opening the dialog again, 
> the value is lost.
>  
> The project is from 
> [https://technology.amis.nl/2015/05/14/java-web-application-sending-json-messages-through-websocket-to-html5-browser-application-for-real-time-push/]
>  - just adapted to run under NetBeans.
>  



--
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-4559) Web Project Properties Dialog fails to save Relative URL

2020-07-08 Thread Bernard (Jira)


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

Bernard updated NETBEANS-4559:
--
Attachment: WebSocketMovieTheater.zip
PropertiesBeforeAfter.png
PropertiesBefore.png
messages.log

> Web Project Properties Dialog fails to save Relative URL
> 
>
> Key: NETBEANS-4559
> URL: https://issues.apache.org/jira/browse/NETBEANS-4559
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.3
>Reporter: Bernard
>Priority: Major
> Attachments: PropertiesBefore.png, PropertiesBeforeAfter.png, 
> WebSocketMovieTheater.zip, messages.log
>
>
> Please see attached images and project.
> In the project properties, there is a field "Relative URL" for the page load 
> relative to the context path.
> If I enter it and confirm the dialog, then after re-opening the dialog again, 
> the value is lost.



--
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-4559) Web Project Properties Dialog fails to save Relative URL

2020-07-08 Thread Bernard (Jira)
Bernard created NETBEANS-4559:
-

 Summary: Web Project Properties Dialog fails to save Relative URL
 Key: NETBEANS-4559
 URL: https://issues.apache.org/jira/browse/NETBEANS-4559
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.3
Reporter: Bernard


Please see attached images and project.

In the project properties, there is a field "Relative URL" for the page load 
relative to the context path.

If I enter it and confirm the dialog, then after re-opening the dialog again, 
the value is lost.



--
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-4558) Add a keymap for VS Code

2020-07-08 Thread Anthony Vanelverdinghe (Jira)


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

Anthony Vanelverdinghe updated NETBEANS-4558:
-
Labels: keymap  (was: )

> Add a keymap for VS Code
> 
>
> Key: NETBEANS-4558
> URL: https://issues.apache.org/jira/browse/NETBEANS-4558
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Key bindings
>Affects Versions: 12.0
>Reporter: Anthony Vanelverdinghe
>Priority: Major
>  Labels: keymap
>
> As a VS Code user, I'd like to be able to use the same shortcuts in NetBeans. 
> While some shortcuts can be configured, others can't (e.g. `Go to File...` 
> (Ctrl+P in VS 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] [Updated] (NETBEANS-4558) Add a keymap for VS Code

2020-07-08 Thread Anthony Vanelverdinghe (Jira)


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

Anthony Vanelverdinghe updated NETBEANS-4558:
-
Component/s: editor - Key bindings

> Add a keymap for VS Code
> 
>
> Key: NETBEANS-4558
> URL: https://issues.apache.org/jira/browse/NETBEANS-4558
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Key bindings
>Affects Versions: 12.0
>Reporter: Anthony Vanelverdinghe
>Priority: Major
>
> As a VS Code user, I'd like to be able to use the same shortcuts in NetBeans. 
> While some shortcuts can be configured, others can't (e.g. `Go to File...` 
> (Ctrl+P in VS 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] [Created] (NETBEANS-4558) Add a keymap for VS Code

2020-07-08 Thread Anthony Vanelverdinghe (Jira)
Anthony Vanelverdinghe created NETBEANS-4558:


 Summary: Add a keymap for VS Code
 Key: NETBEANS-4558
 URL: https://issues.apache.org/jira/browse/NETBEANS-4558
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 12.0
Reporter: Anthony Vanelverdinghe


As a VS Code user, I'd like to be able to use the same shortcuts in NetBeans. 
While some shortcuts can be configured, others can't (e.g. `Go to File...` 
(Ctrl+P in VS 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] [Updated] (NETBEANS-4408) JUnit single method test execution fails with exception

2020-07-08 Thread Bernard (Jira)


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

Bernard updated NETBEANS-4408:
--
Summary: JUnit single method test execution fails with exception  (was: 
JUnit single method test execution fails with eception)

> JUnit single method test execution fails with exception
> ---
>
> Key: NETBEANS-4408
> URL: https://issues.apache.org/jira/browse/NETBEANS-4408
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Affects Versions: 11.3
> Environment: Windows 7
>Reporter: Bernard
>Priority: Critical
> Attachments: TestProject.zip, messages.log
>
>
> java.lang.UnsupportedOperationException: command: clean, JavaRunner impls: 
> [org.netbeans.modules.java.source.ant.ProjectRunnerImpl@bf847d8]
>  at 
> org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:303)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.cleanGeneratedClassfiles(CosChecker.java:293)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.touchProject(CosChecker.java:480)
>  at 
> org.netbeans.modules.maven.cos.CosChecker.checkRunConfig(CosChecker.java:135)
>  at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:215)
> [catch] at 
> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> The project and method under test are both trivial.
> Happens frequently when I right click on the method
> testGetTalkStreamUrlWork3(){
> }
> and then "Run focused test method"
> In the output window, I see Run() is still running - a new instance is addedd 
> every time I repeat this and a new error is generated.
> Permanently fails. Does not happen all the time, only sometimes so it is 
> perhaps difficult to reproduce.
> Have to re-start the IDE to fix it.
> "TestProject.zip5 kB
>  
>  Jira could not attach the file as there was a missing token. Please try 
> attaching the file again."
>  
> "messages.log113 kB
>   Jira could not attach the file as there was a missing token. Please try 
> attaching the file again."
> Will try later to attach log files and project.



--
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-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2020-07-08 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-181:
--

Well, the source code is open. Probably all it would take is register some 
NetBeans Filesystem support for WSL.

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> Regards
> Chris



--
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-4557) Project refresh option on right-click.

2020-07-08 Thread jimi adrian (Jira)
jimi adrian created NETBEANS-4557:
-

 Summary: Project refresh option on right-click.
 Key: NETBEANS-4557
 URL: https://issues.apache.org/jira/browse/NETBEANS-4557
 Project: NetBeans
  Issue Type: New Feature
Affects Versions: 12.0
Reporter: jimi adrian


Currently the way to refresh the file browser in case external changes are not 
detected is `Source->Scan for external Changes`. 

It would be good that this option is added on right-clicking a directory or 
project.



--
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-4550) NetBeans show error in test classes when we have module-info in test

2020-07-08 Thread Pavel_K (Jira)


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

Pavel_K updated NETBEANS-4550:
--
Description: 
Here is a test project [https://github.com/PashaTurok/jpms-resource-test1] that 
has module-info in src/test/java (it is possible starting from 
surefire/failsafe 3.0.0-M5.

When we do in-module testing the name of the src/test/java/module-info is the 
same as the name of src/main/java/module-info. For details see 
[https://sormuras.github.io/blog/2018-09-11-testing-in-the-modular-world.html]

However, NB works badly with such configuration it shows erros and doesn't fix 
imports etc. See the picture.  !Screenshot from 2020-07-07 13-44-17.png!

To make situation clearer.

 

There are these alternatives to use tests with jpms modules:

1. main and test without {{module-info}} (classpath)
 2. main with {{module-info}}, but test without {{module-info}} (main in 
modulepath and tests in classpath)
 3. main and test on modulepath:
 # Two modules: one is a main module and the other is a test module with 
different packages.
 # One merged module that contains both tests and main classes with same 
package names.

 This issue is about 3.2.

These details were also discussed for SF and FS plugins here 
https://issues.apache.org/jira/browse/SUREFIRE-1811

  was:
Here is a test project [https://github.com/PashaTurok/jpms-resource-test1] that 
has module-info in src/test/java (it is possible starting from 
surefire/failsafe 3.0.0-M5.

When we do in-module testing the name of the src/test/java/module-info is the 
same as the name of src/main/java/module-info. For details see 
[https://sormuras.github.io/blog/2018-09-11-testing-in-the-modular-world.html]

However, NB works badly with such configuration it shows erros and doesn't fix 
imports etc. See the picture.  !Screenshot from 2020-07-07 13-44-17.png!

 


> NetBeans show error in test classes when we have module-info in test
> 
>
> Key: NETBEANS-4550
> URL: https://issues.apache.org/jira/browse/NETBEANS-4550
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Pavel_K
>Priority: Major
> Attachments: Screenshot from 2020-07-07 13-44-17.png
>
>
> Here is a test project [https://github.com/PashaTurok/jpms-resource-test1] 
> that has module-info in src/test/java (it is possible starting from 
> surefire/failsafe 3.0.0-M5.
> When we do in-module testing the name of the src/test/java/module-info is the 
> same as the name of src/main/java/module-info. For details see 
> [https://sormuras.github.io/blog/2018-09-11-testing-in-the-modular-world.html]
> However, NB works badly with such configuration it shows erros and doesn't 
> fix imports etc. See the picture.  !Screenshot from 2020-07-07 13-44-17.png!
> To make situation clearer.
>  
> There are these alternatives to use tests with jpms modules:
> 1. main and test without {{module-info}} (classpath)
>  2. main with {{module-info}}, but test without {{module-info}} (main in 
> modulepath and tests in classpath)
>  3. main and test on modulepath:
>  # Two modules: one is a main module and the other is a test module with 
> different packages.
>  # One merged module that contains both tests and main classes with same 
> package names.
>  This issue is about 3.2.
> These details were also discussed for SF and FS plugins here 
> https://issues.apache.org/jira/browse/SUREFIRE-1811



--
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-4552) java.lang.UnsupportedOperationException command: run

2020-07-08 Thread sun java (Jira)


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

sun java updated NETBEANS-4552:
---
Description: 
hello

when trying to run my modular project project i get this exception.(note: I can 
run the application outside IDE)

{color:#172b4d}*java.lang.UnsupportedOperationException: command: run, 
JavaRunner impls: 
[org.netbeans.modules.java.source.ant.ProjectRunnerImpl@52e7ee7c]java.lang.UnsupportedOperationException:
 command: run, JavaRunner impls: 
[org.netbeans.modules.java.source.ant.ProjectRunnerImpl@52e7ee7c] at 
org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:303) at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport.bypassAntBuildScript(ActionProviderSupport.java:583)
 at 
org.netbeans.modules.java.api.common.project.JavaActionProvider$9.performCompileOnSave(JavaActionProvider.java:1591)
 at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork.execute(ActionProviderSupport.java:1310)
 at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork.run(ActionProviderSupport.java:1287)
 at 
org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:133)
 at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport.invokeTarget(ActionProviderSupport.java:202)
 at 
org.netbeans.modules.java.api.common.project.JavaActionProvider$ScriptAction.invoke(JavaActionProvider.java:465)
 at 
org.netbeans.modules.java.api.common.project.JavaActionProvider.lambda$invokeAction$1(JavaActionProvider.java:895)
 at java.base/java.util.Optional.ifPresent(Optional.java:176) at 
org.netbeans.modules.java.api.common.project.JavaActionProvider.invokeAction(JavaActionProvider.java:888)
 at 
org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
 at 
org.netbeans.modules.project.ui.actions.ProjectAction$2.run(ProjectAction.java:162)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:60)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
 at org.openide.util.Mutex.writeAccess(Mutex.java:285) at 
org.netbeans.modules.project.ui.actions.ProjectAction.runSequentially(ProjectAction.java:159)
 at 
org.netbeans.modules.project.ui.actions.MainProjectAction$1$1.run(MainProjectAction.java:115)
 at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316) 
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) 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(AccessController.java:391)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 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)*{color}

  was:
hello

when trying to run my modular project project i get this exception.

{color:#172b4d}*java.lang.UnsupportedOperationException: command: run, 
JavaRunner impls: 
[org.netbeans.modules.java.source.ant.ProjectRunnerImpl@52e7ee7c]java.lang.UnsupportedOperationException:
 command: run, JavaRunner impls: 
[org.netbeans.modules.java.source.ant.ProjectRunnerImpl@52e7ee7c] at 
org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:303) at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport.bypassAntBuildScript(ActionProviderSupport.java:583)
 at 
org.netbeans.modules.java.api.common.project.JavaActionProvider$9.performCompileOnSave(JavaActionProvider.java:1591)
 at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork.execute(ActionProviderSupport.java:1310)
 at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport$JavaModelWork.run(ActionProviderSupport.java:1287)
 at 
org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:133)
 at 
org.netbeans.modules.java.api.common.project.ActionProviderSupport.invokeTarget(ActionProviderSupport.java:202)
 at 
org

[jira] [Created] (NETBEANS-4556) Special Characters euro and pound are not displaying properly

2020-07-08 Thread Vipin PV (Jira)
Vipin PV created NETBEANS-4556:
--

 Summary: Special Characters euro and pound are not displaying 
properly
 Key: NETBEANS-4556
 URL: https://issues.apache.org/jira/browse/NETBEANS-4556
 Project: NetBeans
  Issue Type: Bug
  Components: php - Code
Affects Versions: 12.0
Reporter: Vipin PV
 Fix For: 11.2, 12.0
 Attachments: Netbeans_Error.jpg

Hi Suport,

 

I'm running Netbeans 12.0 and working on .PHP file and when I edit this file by 
opening individually, then the special characters for Euro and Pound are 
showing with unknow characters. But if i open this file from the project, then 
it is showing properly.

Is there any issue with encoding?

Could you please review this and provide support as soon as possible?

 

Thanks,

Vipin



--
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-4555) Subversion integration doesn't work

2020-07-08 Thread Evgeny Knihuta (Jira)
Evgeny Knihuta created NETBEANS-4555:


 Summary: Subversion integration doesn't work
 Key: NETBEANS-4555
 URL: https://issues.apache.org/jira/browse/NETBEANS-4555
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
 Environment: windows 10
JAVA_VERSION="14.0.1"
IMPLEMENTOR="Oracle Corporation"
Reporter: Evgeny Knihuta
 Attachments: svn_failed.png

I use colabnet svn client and it works without problems with netbeans 11.3.
Seems the svn integration in 12.0 is broken - with the same settings (11.3) any 
operation with svn ends with modal window "SVN command failed" - "Netbeans 
Subversion support requires a Subversion client! ..."



--
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-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2020-07-08 Thread Alexandre Lahure (Jira)


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

Alexandre Lahure commented on NETBEANS-181:
---

This issue is 4 years old, WSL2 is now a thing but NetBeans on WSL still isn't 
working. I just tried to create a project under NetBeans 12 with sources 
located on the {{\\wsl$\Ubuntu}} network share without success (NetBeans 
hangs). I tried to create a project from a remote server but only FTP/STFP are 
listed.

Don't tell me about cygwin/X server/VM dirty hacks, it is not an option : like 
Roger Murtaugh, _I'm too old for this shit !_
Don't tell me about using Linux, because I do it at home, but my company IT has 
a few good reasons to force me to work under Windows and I'm OK with it (won't 
elaborate, it isn't the point).

Looking at Visual Studio Code, it has a nice *Remote WSL* feature (of course 
it's baked by Microsoft!) so you can edit files seamlessly in the linux 
subsystem and in the Windows one. Unfortunately VSCode is really bad at PHP and 
Java editing whereas NetBeans is really strong at it (and my personal 
preference!).

So I'll be glad if there is some enhancement on this subject (y)

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> Regards
> Chris



--
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-4553) java.lang.NullPointerException error

2020-07-08 Thread Kenneth Fajardo (Jira)


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

Kenneth Fajardo commented on NETBEANS-4553:
---

sir i put it in ms word 

> java.lang.NullPointerException error
> 
>
> Key: NETBEANS-4553
> URL: https://issues.apache.org/jira/browse/NETBEANS-4553
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Kenneth Fajardo
>Priority: Major
> Attachments: Log Session.docx
>
>
> -->Log
>  Session: Wednesday, July 8, 2020 at 1:59:23 PM Singapore Standard 
> Time>System Info:   Product Version         = Apache NetBeans IDE 12.0  
> Operating System        = Windows 7 version 6.1 running on amd64  Java; VM; 
> Vendor        = 14.0.1; Java HotSpot(TM) 64-Bit Server VM 14.0.1+7; Oracle 
> Corporation  Runtime                 = Java(TM) SE Runtime Environment 
> 14.0.1+7  Java Home               = C:\Program Files\Java\jdk-14.0.1  System 
> Locale; Encoding = en_US (nb); Cp1252  Home Directory          = 
> C:\Users\samsung  Current Directory       = C:\netbeans\bin  User Directory   
>        = C:\Users\samsung\AppData\Roaming\NetBeans\12.0  Cache Directory      
>    = C:\Users\samsung\AppData\Local\NetBeans\Cache\12.0  Installation         
>    = C:\netbeans\nb                            C:\netbeans\ergonomics         
>                    C:\netbeans\ide                            
> C:\netbeans\extide                            C:\netbeans\java                
>             C:\netbeans\apisupport                            
> C:\netbeans\webcommon                            C:\netbeans\websvccommon     
>                        C:\netbeans\enterprise                            
> C:\netbeans\profiler                            C:\netbeans\php               
>              C:\netbeans\harness                            
> C:\netbeans\groovy                            C:\netbeans\javafx              
>               C:\netbeans\platform  Boot & Ext. Classpath   =   Application 
> Classpath   = 
> C:\netbeans\platform\lib\boot.jar;C:\netbeans\platform\lib\org-openide-modules.jar;C:\netbeans\platform\lib\org-openide-util-lookup.jar;C:\netbeans\platform\lib\org-openide-util-ui.jar;C:\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       = 
> C:\netbeans\platform\core\asm-7.2.jar;C:\netbeans\platform\core\asm-commons-7.2.jar;C:\netbeans\platform\core\asm-tree-7.2.jar;C:\netbeans\platform\core\core-base.jar;C:\netbeans\platform\core\core.jar;C:\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\netbeans\platform\core\org-openide-filesystems.jar;C:\netbeans\nb\core\org-netbeans-upgrader.jar;C:\netbeans\nb\core\locale\core_nb.jar---WARNING
>  [org.netbeans.core.startup.NbEvents]: The extension 
> C:\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be multiply loaded by 
> modules: [C:\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar]; see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-pathINFO
>  [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/netbeans/WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is 
> deprecated.WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.WARNING 
> [org.openide.filesystems.Ordering]: Not all children in Services/ marked with 
> the position attribute: [AutoupdateType, Browsers, Bugtracking, 
> DiffProviders, Hidden, IndentEngine, Introspector, JavaHelp, MIMEResolver, 
> OptionProcessors, ProjectConvertors, PropertyEditorManager, 
> VersioningSystem], but some are: 
> [org-netbeans-modules-selenium2-SeleniumTestCreatorProvider.instance]INFO 
> [org.netbeans.core.startup.NbEvents]: Turning on modules: slf4j.jdk14 [1.7.28 
> 1.7.28] slf4j.api [1.7.28 1.7.28] org.openide.util.lookup [8.41 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.util [9.15 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.util.ui [9.16 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.modules [7.56 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] 
> org.netbeans.api.annotations.common/1 [1.35 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.filesystems [9.18 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04

[jira] [Updated] (NETBEANS-4553) java.lang.NullPointerException error

2020-07-08 Thread Kenneth Fajardo (Jira)


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

Kenneth Fajardo updated NETBEANS-4553:
--
Attachment: Log Session.docx

> java.lang.NullPointerException error
> 
>
> Key: NETBEANS-4553
> URL: https://issues.apache.org/jira/browse/NETBEANS-4553
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Kenneth Fajardo
>Priority: Major
> Attachments: Log Session.docx
>
>
> -->Log
>  Session: Wednesday, July 8, 2020 at 1:59:23 PM Singapore Standard 
> Time>System Info:   Product Version         = Apache NetBeans IDE 12.0  
> Operating System        = Windows 7 version 6.1 running on amd64  Java; VM; 
> Vendor        = 14.0.1; Java HotSpot(TM) 64-Bit Server VM 14.0.1+7; Oracle 
> Corporation  Runtime                 = Java(TM) SE Runtime Environment 
> 14.0.1+7  Java Home               = C:\Program Files\Java\jdk-14.0.1  System 
> Locale; Encoding = en_US (nb); Cp1252  Home Directory          = 
> C:\Users\samsung  Current Directory       = C:\netbeans\bin  User Directory   
>        = C:\Users\samsung\AppData\Roaming\NetBeans\12.0  Cache Directory      
>    = C:\Users\samsung\AppData\Local\NetBeans\Cache\12.0  Installation         
>    = C:\netbeans\nb                            C:\netbeans\ergonomics         
>                    C:\netbeans\ide                            
> C:\netbeans\extide                            C:\netbeans\java                
>             C:\netbeans\apisupport                            
> C:\netbeans\webcommon                            C:\netbeans\websvccommon     
>                        C:\netbeans\enterprise                            
> C:\netbeans\profiler                            C:\netbeans\php               
>              C:\netbeans\harness                            
> C:\netbeans\groovy                            C:\netbeans\javafx              
>               C:\netbeans\platform  Boot & Ext. Classpath   =   Application 
> Classpath   = 
> C:\netbeans\platform\lib\boot.jar;C:\netbeans\platform\lib\org-openide-modules.jar;C:\netbeans\platform\lib\org-openide-util-lookup.jar;C:\netbeans\platform\lib\org-openide-util-ui.jar;C:\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       = 
> C:\netbeans\platform\core\asm-7.2.jar;C:\netbeans\platform\core\asm-commons-7.2.jar;C:\netbeans\platform\core\asm-tree-7.2.jar;C:\netbeans\platform\core\core-base.jar;C:\netbeans\platform\core\core.jar;C:\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\netbeans\platform\core\org-openide-filesystems.jar;C:\netbeans\nb\core\org-netbeans-upgrader.jar;C:\netbeans\nb\core\locale\core_nb.jar---WARNING
>  [org.netbeans.core.startup.NbEvents]: The extension 
> C:\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be multiply loaded by 
> modules: [C:\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar]; see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-pathINFO
>  [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/netbeans/WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is 
> deprecated.WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.WARNING 
> [org.openide.filesystems.Ordering]: Not all children in Services/ marked with 
> the position attribute: [AutoupdateType, Browsers, Bugtracking, 
> DiffProviders, Hidden, IndentEngine, Introspector, JavaHelp, MIMEResolver, 
> OptionProcessors, ProjectConvertors, PropertyEditorManager, 
> VersioningSystem], but some are: 
> [org-netbeans-modules-selenium2-SeleniumTestCreatorProvider.instance]INFO 
> [org.netbeans.core.startup.NbEvents]: Turning on modules: slf4j.jdk14 [1.7.28 
> 1.7.28] slf4j.api [1.7.28 1.7.28] org.openide.util.lookup [8.41 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.util [9.15 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.util.ui [9.16 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.modules [7.56 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] 
> org.netbeans.api.annotations.common/1 [1.35 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.filesystems [9.18 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.awt [7.76 
> 12.0-631bd69cd6112b1

[netbeans-jenkins-lib] branch master updated: Update netbeansrelease.json

2020-07-08 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
 new 8d0c970  Update netbeansrelease.json
8d0c970 is described below

commit 8d0c970b45caab0324c06a9208f24d4f60f49f39
Author: Eric Barboni 
AuthorDate: Wed Jul 8 09:16:00 2020 +0200

Update netbeansrelease.json

allow update 12 u1 to build
---
 meta/netbeansrelease.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 923ad98..640ae18 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -248,9 +248,9 @@
 }
 },
 "releasedate": {
-"day": "04",
-"month": "06",
-"year": "2020"
+"day": "-",
+"month": "-",
+"year": "-"
 },
 "previousreleasedate": {
 "day": "24",


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-4553) java.lang.NullPointerException error

2020-07-08 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto edited comment on NETBEANS-4553 at 7/8/20, 7:01 AM:
-

# create a new text file in your local pc (e.g. log.txt)
 # copy the above description (i.e. your log)
 # past it to the text file (log.txt)
 # drop the file to this issue (see Attachments)
 # remove the log from the Description
 # write the steps to reproduce it to the Description

 


was (Author: junichi11):
# create a new text file in your local pc (e.g. log.txt)
 # copy the above description
 # past it to the text file (log.txt)
 # drop the file to this issue (see Attachments)
 # remove the log from the Description
 # write the steps to reproduce it to the Description

 

> java.lang.NullPointerException error
> 
>
> Key: NETBEANS-4553
> URL: https://issues.apache.org/jira/browse/NETBEANS-4553
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Kenneth Fajardo
>Priority: Major
>
> -->Log
>  Session: Wednesday, July 8, 2020 at 1:59:23 PM Singapore Standard 
> Time>System Info:   Product Version         = Apache NetBeans IDE 12.0  
> Operating System        = Windows 7 version 6.1 running on amd64  Java; VM; 
> Vendor        = 14.0.1; Java HotSpot(TM) 64-Bit Server VM 14.0.1+7; Oracle 
> Corporation  Runtime                 = Java(TM) SE Runtime Environment 
> 14.0.1+7  Java Home               = C:\Program Files\Java\jdk-14.0.1  System 
> Locale; Encoding = en_US (nb); Cp1252  Home Directory          = 
> C:\Users\samsung  Current Directory       = C:\netbeans\bin  User Directory   
>        = C:\Users\samsung\AppData\Roaming\NetBeans\12.0  Cache Directory      
>    = C:\Users\samsung\AppData\Local\NetBeans\Cache\12.0  Installation         
>    = C:\netbeans\nb                            C:\netbeans\ergonomics         
>                    C:\netbeans\ide                            
> C:\netbeans\extide                            C:\netbeans\java                
>             C:\netbeans\apisupport                            
> C:\netbeans\webcommon                            C:\netbeans\websvccommon     
>                        C:\netbeans\enterprise                            
> C:\netbeans\profiler                            C:\netbeans\php               
>              C:\netbeans\harness                            
> C:\netbeans\groovy                            C:\netbeans\javafx              
>               C:\netbeans\platform  Boot & Ext. Classpath   =   Application 
> Classpath   = 
> C:\netbeans\platform\lib\boot.jar;C:\netbeans\platform\lib\org-openide-modules.jar;C:\netbeans\platform\lib\org-openide-util-lookup.jar;C:\netbeans\platform\lib\org-openide-util-ui.jar;C:\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       = 
> C:\netbeans\platform\core\asm-7.2.jar;C:\netbeans\platform\core\asm-commons-7.2.jar;C:\netbeans\platform\core\asm-tree-7.2.jar;C:\netbeans\platform\core\core-base.jar;C:\netbeans\platform\core\core.jar;C:\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\netbeans\platform\core\org-openide-filesystems.jar;C:\netbeans\nb\core\org-netbeans-upgrader.jar;C:\netbeans\nb\core\locale\core_nb.jar---WARNING
>  [org.netbeans.core.startup.NbEvents]: The extension 
> C:\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be multiply loaded by 
> modules: [C:\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar]; see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-pathINFO
>  [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/netbeans/WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is 
> deprecated.WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.WARNING 
> [org.openide.filesystems.Ordering]: Not all children in Services/ marked with 
> the position attribute: [AutoupdateType, Browsers, Bugtracking, 
> DiffProviders, Hidden, IndentEngine, Introspector, JavaHelp, MIMEResolver, 
> OptionProcessors, ProjectConvertors, PropertyEditorManager, 
> VersioningSystem], but some are: 
> [org-netbeans-modules-selenium2-SeleniumTestCreatorProvider.instance]INFO 
> [org.netbeans.core.startu

[jira] [Commented] (NETBEANS-4553) java.lang.NullPointerException error

2020-07-08 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-4553:


# create a new text file in your local pc (e.g. log.txt)
 # copy the above description
 # past it to the text file (log.txt)
 # drop the file to this issue (see Attachments)
 # remove the log from the Description
 # write the steps to reproduce it to the Description

 

> java.lang.NullPointerException error
> 
>
> Key: NETBEANS-4553
> URL: https://issues.apache.org/jira/browse/NETBEANS-4553
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Kenneth Fajardo
>Priority: Major
>
> -->Log
>  Session: Wednesday, July 8, 2020 at 1:59:23 PM Singapore Standard 
> Time>System Info:   Product Version         = Apache NetBeans IDE 12.0  
> Operating System        = Windows 7 version 6.1 running on amd64  Java; VM; 
> Vendor        = 14.0.1; Java HotSpot(TM) 64-Bit Server VM 14.0.1+7; Oracle 
> Corporation  Runtime                 = Java(TM) SE Runtime Environment 
> 14.0.1+7  Java Home               = C:\Program Files\Java\jdk-14.0.1  System 
> Locale; Encoding = en_US (nb); Cp1252  Home Directory          = 
> C:\Users\samsung  Current Directory       = C:\netbeans\bin  User Directory   
>        = C:\Users\samsung\AppData\Roaming\NetBeans\12.0  Cache Directory      
>    = C:\Users\samsung\AppData\Local\NetBeans\Cache\12.0  Installation         
>    = C:\netbeans\nb                            C:\netbeans\ergonomics         
>                    C:\netbeans\ide                            
> C:\netbeans\extide                            C:\netbeans\java                
>             C:\netbeans\apisupport                            
> C:\netbeans\webcommon                            C:\netbeans\websvccommon     
>                        C:\netbeans\enterprise                            
> C:\netbeans\profiler                            C:\netbeans\php               
>              C:\netbeans\harness                            
> C:\netbeans\groovy                            C:\netbeans\javafx              
>               C:\netbeans\platform  Boot & Ext. Classpath   =   Application 
> Classpath   = 
> C:\netbeans\platform\lib\boot.jar;C:\netbeans\platform\lib\org-openide-modules.jar;C:\netbeans\platform\lib\org-openide-util-lookup.jar;C:\netbeans\platform\lib\org-openide-util-ui.jar;C:\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       = 
> C:\netbeans\platform\core\asm-7.2.jar;C:\netbeans\platform\core\asm-commons-7.2.jar;C:\netbeans\platform\core\asm-tree-7.2.jar;C:\netbeans\platform\core\core-base.jar;C:\netbeans\platform\core\core.jar;C:\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\netbeans\platform\core\org-openide-filesystems.jar;C:\netbeans\nb\core\org-netbeans-upgrader.jar;C:\netbeans\nb\core\locale\core_nb.jar---WARNING
>  [org.netbeans.core.startup.NbEvents]: The extension 
> C:\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be multiply loaded by 
> modules: [C:\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar]; see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-pathINFO
>  [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/netbeans/WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is 
> deprecated.WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.WARNING 
> [org.openide.filesystems.Ordering]: Not all children in Services/ marked with 
> the position attribute: [AutoupdateType, Browsers, Bugtracking, 
> DiffProviders, Hidden, IndentEngine, Introspector, JavaHelp, MIMEResolver, 
> OptionProcessors, ProjectConvertors, PropertyEditorManager, 
> VersioningSystem], but some are: 
> [org-netbeans-modules-selenium2-SeleniumTestCreatorProvider.instance]INFO 
> [org.netbeans.core.startup.NbEvents]: Turning on modules: slf4j.jdk14 [1.7.28 
> 1.7.28] slf4j.api [1.7.28 1.7.28] org.openide.util.lookup [8.41 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.util [9.15 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.util.ui [9.16 
> 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] org.openide.modules [7.56 
> 12.0-631bd69cd

[jira] [Created] (NETBEANS-4554) what the garbage collection for is it a error?

2020-07-08 Thread Kenneth Fajardo (Jira)
Kenneth Fajardo created NETBEANS-4554:
-

 Summary: what the garbage collection for is it a error?
 Key: NETBEANS-4554
 URL: https://issues.apache.org/jira/browse/NETBEANS-4554
 Project: NetBeans
  Issue Type: Bug
Reporter: Kenneth Fajardo
 Attachments: garb.jpg





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