[jira] [Commented] (NETBEANS-3172) CTRL-F is disabled after running for a while (windows lock and relog)

2020-04-10 Thread J Simonsen (Jira)


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

J Simonsen commented on NETBEANS-3172:
--

I can now confirm the exact same behavior on 11.3, as expected.

> CTRL-F is disabled after running for a while (windows lock and relog)
> -
>
> Key: NETBEANS-3172
> URL: https://issues.apache.org/jira/browse/NETBEANS-3172
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: endl
>Priority: Major
>
> This story is going on for years. And there is a bug already listed in here:
>  
> [https://netbeans.org/bugzilla/show_bug.cgi?id=222562]
>  
> As old bug tracking system doesn't work 
> ([https://netbeans.org/bugzilla/enter_bug.cgi] gives
> internal server error 500. Hello there!) I submit it in here.
>  
>  
> Look's like it is only in Windows and after I lock windows and then log on 
> again I have the issue.
>  
> +_*It's annoying*_+ It is lasting for years. Please 
> get it fix someone somehow.



--
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-4152) Can't edit java with nb-repo build

2020-04-10 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4152:
--

I'm not sure about protocol, but assigning at least for triage.

> Can't edit java with nb-repo build
> --
>
> Key: NETBEANS-4152
> URL: https://issues.apache.org/jira/browse/NETBEANS-4152
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Hints
>Affects Versions: 12.0
> Environment: Win7,nb-repo,jdk-13
>Reporter: Ernie Rael
>Assignee: Jan Lahoda
>Priority: Blocker
> Attachments: NB13-NO-messages.log
>
>
> Built the repo with latest commits (see below). Empty Cachedir. No nb-javac. 
> IDE running on jdk-13. Attached log is after startup, no keystrokes. Might be 
> related to NETBEANS-4146 since similar stack. Any edits brings up dialog 
> (after short pause)
> {code:java}
> java.lang.NullPointerException
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2091)
> {code}
> At startup open project with file:
> {code:java}
> package play;
> import javax.swing.text.Segment;
> public class NewClass
> {
> void t(Segment s, int col)
> {
> char c;
> c = s.array[col + s.offset];
> c = s.array[s.offset + col];
> }
> }
> {code}
> {code:java}
> @ changeset: 4145:d6a5ef54df74
> | bookmark: FixTermStartup
> | tag: tip
> | user: Ernie Rael 
> | date: Fri Apr 10 04:46:35 2020 +0100
> | summary: [NETBEANS-4143] Dont quote args in common case; fixes terminal 
> startup in cygwin.
> |
> o changeset: 4144:2f8e25e43d06
> | tag: upstream/master
> | user: Laszlo Kishalmi 
> | date: Sun Apr 05 12:37:42 2020 -0700
> | summary: [NETBEANS-4118] Moved Gradle Tooling into it's own module and to 
> version 6.3
> |
> o changeset: 4143:062d22019b93
> |\ parent: 4139:da89e72d
> | | parent: 4142:5b30fd7dd99f
> | | user: Eric Barboni 
> | | date: Fri Apr 10 11:18:14 2020 +0200
> | | summary: Merge pull request #2060 from DevCharly/flatlaf-0.29
> | |
> ...
> |
> o changeset: 4139:da89e72d
> |\ parent: 4124:6066a52b01ff
> | | parent: 4138:400df9905951
> | | user: Eric Barboni 
> | | date: Thu Apr 09 15:14:08 2020 +0200
> | | summary: Merge pull request #2013 from 
> jlahoda/fix-refactoring-vanilla-javac
> | |{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] [Assigned] (NETBEANS-4152) Can't edit java with nb-repo build

2020-04-10 Thread Ernie Rael (Jira)


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

Ernie Rael reassigned NETBEANS-4152:


Assignee: Jan Lahoda

> Can't edit java with nb-repo build
> --
>
> Key: NETBEANS-4152
> URL: https://issues.apache.org/jira/browse/NETBEANS-4152
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Hints
>Affects Versions: 12.0
> Environment: Win7,nb-repo,jdk-13
>Reporter: Ernie Rael
>Assignee: Jan Lahoda
>Priority: Blocker
> Attachments: NB13-NO-messages.log
>
>
> Built the repo with latest commits (see below). Empty Cachedir. No nb-javac. 
> IDE running on jdk-13. Attached log is after startup, no keystrokes. Might be 
> related to NETBEANS-4146 since similar stack. Any edits brings up dialog 
> (after short pause)
> {code:java}
> java.lang.NullPointerException
>   at 
> jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2091)
> {code}
> At startup open project with file:
> {code:java}
> package play;
> import javax.swing.text.Segment;
> public class NewClass
> {
> void t(Segment s, int col)
> {
> char c;
> c = s.array[col + s.offset];
> c = s.array[s.offset + col];
> }
> }
> {code}
> {code:java}
> @ changeset: 4145:d6a5ef54df74
> | bookmark: FixTermStartup
> | tag: tip
> | user: Ernie Rael 
> | date: Fri Apr 10 04:46:35 2020 +0100
> | summary: [NETBEANS-4143] Dont quote args in common case; fixes terminal 
> startup in cygwin.
> |
> o changeset: 4144:2f8e25e43d06
> | tag: upstream/master
> | user: Laszlo Kishalmi 
> | date: Sun Apr 05 12:37:42 2020 -0700
> | summary: [NETBEANS-4118] Moved Gradle Tooling into it's own module and to 
> version 6.3
> |
> o changeset: 4143:062d22019b93
> |\ parent: 4139:da89e72d
> | | parent: 4142:5b30fd7dd99f
> | | user: Eric Barboni 
> | | date: Fri Apr 10 11:18:14 2020 +0200
> | | summary: Merge pull request #2060 from DevCharly/flatlaf-0.29
> | |
> ...
> |
> o changeset: 4139:da89e72d
> |\ parent: 4124:6066a52b01ff
> | | parent: 4138:400df9905951
> | | user: Eric Barboni 
> | | date: Thu Apr 09 15:14:08 2020 +0200
> | | summary: Merge pull request #2013 from 
> jlahoda/fix-refactoring-vanilla-javac
> | |{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-4152) Can't edit java with nb-repo build

2020-04-10 Thread Ernie Rael (Jira)
Ernie Rael created NETBEANS-4152:


 Summary: Can't edit java with nb-repo build
 Key: NETBEANS-4152
 URL: https://issues.apache.org/jira/browse/NETBEANS-4152
 Project: NetBeans
  Issue Type: Bug
  Components: java - Hints
Affects Versions: 12.0
 Environment: Win7,nb-repo,jdk-13
Reporter: Ernie Rael
 Attachments: NB13-NO-messages.log

Built the repo with latest commits (see below). Empty Cachedir. No nb-javac. 
IDE running on jdk-13. Attached log is after startup, no keystrokes. Might be 
related to NETBEANS-4146 since similar stack. Any edits brings up dialog (after 
short pause)
{code:java}
java.lang.NullPointerException
at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2091)
{code}
At startup open project with file:
{code:java}
package play;

import javax.swing.text.Segment;

public class NewClass
{
void t(Segment s, int col)
{
char c;
c = s.array[col + s.offset];

c = s.array[s.offset + col];
}
}
{code}
{code:java}
@ changeset: 4145:d6a5ef54df74
| bookmark: FixTermStartup
| tag: tip
| user: Ernie Rael 
| date: Fri Apr 10 04:46:35 2020 +0100
| summary: [NETBEANS-4143] Dont quote args in common case; fixes terminal 
startup in cygwin.
|
o changeset: 4144:2f8e25e43d06
| tag: upstream/master
| user: Laszlo Kishalmi 
| date: Sun Apr 05 12:37:42 2020 -0700
| summary: [NETBEANS-4118] Moved Gradle Tooling into it's own module and to 
version 6.3
|
o changeset: 4143:062d22019b93
|\ parent: 4139:da89e72d
| | parent: 4142:5b30fd7dd99f
| | user: Eric Barboni 
| | date: Fri Apr 10 11:18:14 2020 +0200
| | summary: Merge pull request #2060 from DevCharly/flatlaf-0.29
| |
...
|
o changeset: 4139:da89e72d
|\ parent: 4124:6066a52b01ff
| | parent: 4138:400df9905951
| | user: Eric Barboni 
| | date: Thu Apr 09 15:14:08 2020 +0200
| | summary: Merge pull request #2013 from jlahoda/fix-refactoring-vanilla-javac
| |{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-4151) Changing context of template

2020-04-10 Thread Vlad Palnik (Jira)
Vlad Palnik created NETBEANS-4151:
-

 Summary: Changing context of template
 Key: NETBEANS-4151
 URL: https://issues.apache.org/jira/browse/NETBEANS-4151
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
 Environment: Windows 10
JDK 11.0.4
Reporter: Vlad Palnik


# Open Code Templates setting
 # select _for_ template
 # switch to Contexts tab
 # select _COMPILATION_UNIT_ and unselect _IF_ contetx
 # Try expanding _for_ template between package statement and class declaration
 # Try expanding _for_ template just behind code _if(true)_

 

_java.lang.NullPointerExceptionjava.lang.NullPointerException at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2095)
 at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHashIfNeeded(Check.java:2085)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4577) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4503) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:951) at 
org.netbeans.lib.nbjavac.services.NBAttr.visitClassDef(NBAttr.java:66) at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:724) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4683) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4574) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4503) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:951) at 
org.netbeans.lib.nbjavac.services.NBAttr.visitClassDef(NBAttr.java:66) at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:724) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitAnonymousClassDefinition(Attr.java:2397)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2288) at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1689)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:695) at 
org.netbeans.modules.java.hints.spiimpl.Utilities.attributeTree(Utilities.java:654)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:434)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:348)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:328)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:324)
 at 
org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:44)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:535)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHintsImpl(HintsInvoker.java:283)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:228)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:114) 
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:65)[catch]
 at 
org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
 at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at 
org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)_



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsu

[jira] [Updated] (NETBEANS-3575) Fixed ordering of j2ee.platform.classpath entires

2020-04-10 Thread Jira


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

András Sik updated NETBEANS-3575:
-
Summary: Fixed ordering of j2ee.platform.classpath entires  (was: Fixed 
ordering j2ee.platform.classpath entires)

> Fixed ordering of j2ee.platform.classpath entires
> -
>
> Key: NETBEANS-3575
> URL: https://issues.apache.org/jira/browse/NETBEANS-3575
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: András Sik
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> According to my experience *j2ee.platform.classpath* entries are "randomly" 
> ordered in the corresponding project.properties files (where applicable). It 
> would be much better, if the ordering would be fixed (eg. alphabetical 
> regarding the (absolute) path of the entries), so it would not cause constant 
> problems for various version management systems. (They tend to mark this line 
> as changed, since the order may vary, and thus may cause unnecessary 
> conflicts.)
> This has been bugging me (and I bet also others) for quite a while now, to an 
> extent to try to fix it on my own. I might have found a solution which seems 
> to work for me. In doing so, I have modified the NetBeans source code, but 
> now I'm unsure of what to do, or if my solution is correct. Given that I've 
> never contributes to the Apache community I'd decided it might be the best if 
> I opened a ticket abut it here.
> My modification is really simple, and all it does is order the classpath 
> entries in an ascending order, based on the absolute pathname of the 
> corresponding files. This is all done in 
> org.netbeans.modules.j2ee.common.ClassPathUtil.java, where 
> getJ2eePlatformClasspathEntries is defined. Of course this could be polished, 
> but I'd like to know first if such modification would be allowed at all?
> Here is the quick fix, I was referring to: (original source if based on TAG 
> 11.2)
> {code:java}
> public static File[] getJ2eePlatformClasspathEntries(@NullAllowed Project 
> project, @NullAllowed J2eePlatform j2eePlatform) {
> if (project != null) {
> J2eeModuleProvider j2eeModuleProvider = 
> project.getLookup().lookup(J2eeModuleProvider.class);
> if (j2eeModuleProvider != null) {
> J2eePlatform j2eePlatformLocal = j2eePlatform != null ? 
> j2eePlatform : 
> Deployment.getDefault().getJ2eePlatform(j2eeModuleProvider.getServerInstanceID());
> if (j2eePlatformLocal != null) {
> try {
> File[] files = 
> j2eePlatformLocal.getClasspathEntries(j2eeModuleProvider.getConfigSupport().getLibraries());
> sortClassPathEntries(files);
> return files;
> //return 
> j2eePlatformLocal.getClasspathEntries(j2eeModuleProvider.getConfigSupport().getLibraries());
> } catch (ConfigurationException ex) {
> LOGGER.log(Level.FINE, null, ex);
> File[] files = j2eePlatformLocal.getClasspathEntries();
> sortClassPathEntries(files);
> return files;
> //return j2eePlatformLocal.getClasspathEntries();
> }
> }
> }
> }
> if (j2eePlatform != null) {
> File[] files = j2eePlatform.getClasspathEntries();
> sortClassPathEntries(files);
> return files;
> //return j2eePlatform.getClasspathEntries();
> }
> return new File[] {};
> }
> private static void sortClassPathEntries(File[] files) {
> Arrays.sort(files, new Comparator < File > () {
> @Override
> public int compare(File f1, File f2) {
> return f1.getAbsolutePath().compareTo(f2.getAbsolutePath());
> }
> });
> }{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



[netbeans] branch master updated (017eae0 -> 1718236)

2020-04-10 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 017eae0  Merge pull request #2060 from DevCharly/flatlaf-0.29
 add 1718236  [NETBEANS-4118] Moved Gradle Tooling into it's own module and 
to version 6.3

No new revisions were added by this update.

Summary of changes:
 groovy/gradle.htmlui/nbproject/project.xml |  4 +-
 groovy/gradle.java.coverage/nbproject/project.xml  |  4 +-
 groovy/gradle.java/nbproject/project.xml   |  4 +-
 groovy/gradle.javaee/nbproject/project.xml |  4 +-
 groovy/gradle.kit/nbproject/project.xml|  4 +-
 groovy/gradle.persistence/nbproject/project.xml|  4 +-
 groovy/gradle.spring/nbproject/project.xml |  4 +-
 groovy/gradle.test/nbproject/project.xml   | 12 +-
 groovy/gradle/apichanges.xml   | 46 --
 groovy/gradle/external/binaries-list   |  1 -
 groovy/gradle/manifest.mf  |  4 +-
 groovy/gradle/nbproject/project.properties |  3 +-
 groovy/gradle/nbproject/project.xml| 38 --
 groovy/libs.gradle/build.xml   | 25 
 .../{gradle => libs.gradle}/external/binaries-list |  5 +--
 .../external/gradle-tooling-api-6.3-license.txt}   |  4 +-
 .../external/gradle-tooling-api-6.3-notice.txt}|  0
 groovy/libs.gradle/manifest.mf |  6 +++
 .../nbproject/project.properties}  | 11 --
 .../nbproject/project.xml  | 35 ++--
 .../modules/libs/gradle/Bundle.properties} |  5 +--
 nbbuild/cluster.properties |  1 +
 22 files changed, 135 insertions(+), 89 deletions(-)
 create mode 100644 groovy/libs.gradle/build.xml
 copy groovy/{gradle => libs.gradle}/external/binaries-list (80%)
 rename groovy/{gradle/external/gradle-tooling-api-6.0-license.txt => 
libs.gradle/external/gradle-tooling-api-6.3-license.txt} (99%)
 rename groovy/{gradle/external/gradle-tooling-api-6.0-notice.txt => 
libs.gradle/external/gradle-tooling-api-6.3-notice.txt} (100%)
 create mode 100644 groovy/libs.gradle/manifest.mf
 copy groovy/{gradle/external/binaries-list => 
libs.gradle/nbproject/project.properties} (74%)
 copy groovy/{gradle.kit => libs.gradle}/nbproject/project.xml (51%)
 copy groovy/{gradle/external/binaries-list => 
libs.gradle/src/org/netbeans/modules/libs/gradle/Bundle.properties} (79%)


-
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 NETBEANS-4029 updated (4b432f8 -> 8d4bfc7)

2020-04-10 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch NETBEANS-4029
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


 discard 4b432f8  Tests
 discard df60dd9  [NETBEANS-4029] Fix feature dialog
 add 8d4bfc7  [NETBEANS-4029] Fix feature dialog

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4b432f8)
\
 N -- N -- N   refs/heads/NETBEANS-4029 (8d4bfc7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ergonomics/ide.ergonomics/nbproject/project.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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

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



[netbeans] branch NETBEANS-4029 updated (df60dd9 -> 4b432f8)

2020-04-10 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch NETBEANS-4029
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from df60dd9  [NETBEANS-4029] Fix feature dialog
 add 4b432f8  Tests

No new revisions were added by this update.

Summary of changes:
 .../ide/ergonomics/fod/ConfigurationPanel.java |  24 ++--
 .../ide/ergonomics/fod/ConfigurationPanelTest.java | 150 +
 .../ide/ergonomics/fod/TestBundle.properties   |   2 +
 .../ide/ergonomics/fod/TestBundle2.properties  |   3 +
 4 files changed, 171 insertions(+), 8 deletions(-)
 create mode 100644 
ergonomics/ide.ergonomics/test/unit/src/org/netbeans/modules/ide/ergonomics/fod/ConfigurationPanelTest.java


-
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-4150) IDE not using Keyring on Debian Buster

2020-04-10 Thread Riksoft (Jira)
Riksoft created NETBEANS-4150:
-

 Summary: IDE not using Keyring on Debian Buster
 Key: NETBEANS-4150
 URL: https://issues.apache.org/jira/browse/NETBEANS-4150
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI, php - FTP Support, platform - Keyring
Affects Versions: 11.2, 11.3
 Environment: Debian Buster 64 bit
Reporter: Riksoft


Netbeans asks for a master password once per session, every time I have to 
access something that uses a password.

Example: in a PHP/html project, rigth click on a file -> Synchronize.

Example: in a PHP/html project, right click on the project name -> properties 
-> Run configuration -> "Manage" button

A workaround is pressing ESC to skip the windows, however is quite annoying.

I've tested the keyring with
{code:java}
gdbus call --session --dest org.gnome.keyring --object-path 
/org/freedesktop/secrets/collection/login --method 
org.freedesktop.DBus.Properties.Get org.freedesktop.Secret.Collection Locked

ir returns
(,)
{code}
and
{code:java}
dbus-send --print-reply --dest=org.gnome.keyring 
/org/freedesktop/secrets/collection/login org.freedesktop.DBus.Properties.Get 
string:org.freedesktop.Secret.Collection string:Locked

It returns
method return time=1586539994.076230 sender=:1.13 -> destination=:1.222 
serial=6 reply_serial=2
   variant   boolean false
{code}
The same Netbeans, same version, same config, same metadata, works like a charm 
in Mint 18 (based on Debian 9). So the problem could be Debian 10 dropping 
support for some keyring libs. If that's the case, I suppose the same problem 
is on any other Debian 10 based distro.

I've added

-J-Dorg.netbeans.modules.keyring.level=0

in the NB config to have more info on this problem in the log, but I can't see 
any useful info about this problem.



--
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] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-10 Thread Antonio Vieiro (Jira)


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

Antonio Vieiro commented on NETBEANSINFRA-185:
--

Hi all,

New URL for the Apache NetBeans Plugin catalog is 
[https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz]

The plugin portal is now at 
[https://plugins.netbeans.apache.org|https://plugins.netbeans.apache.org/]

Please do not use "netbeans-vm.apache.org/pluginportal" any more.

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Assignee: Antonio Vieiro
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



--
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-4149) Shorcut Navigate -> Go to source (CMD + click) its not available in xml files in Netbeans 11.3

2020-04-10 Thread Rafael Avelar (Jira)
Rafael Avelar created NETBEANS-4149:
---

 Summary: Shorcut Navigate -> Go to source (CMD + click) its not 
available in xml files in Netbeans 11.3
 Key: NETBEANS-4149
 URL: https://issues.apache.org/jira/browse/NETBEANS-4149
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Navigation
Affects Versions: 11.1
 Environment: Mac OS 10.15.4
Reporter: Rafael Avelar
 Fix For: 8.2


Netbeans 11.3 don't have the option to navigate to file from a xml file, this 
option was available on version 8.2, it looks like a minor issue but, it takes 
time to navigate throw all files projects to open the file you want, after 
working for hours the time spending on open files increase.



--
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-4148) Changing project xmlns to https in pom.xml disables project properties

2020-04-10 Thread Philip Durbin (Jira)
Philip Durbin created NETBEANS-4148:
---

 Summary: Changing project xmlns to https in pom.xml disables 
project properties
 Key: NETBEANS-4148
 URL: https://issues.apache.org/jira/browse/NETBEANS-4148
 Project: NetBeans
  Issue Type: Bug
Reporter: Philip Durbin
 Attachments: Screen Shot 2020-04-10 at 10.21.49 AM.png, Screen Shot 
2020-04-10 at 10.22.18 AM.png

http

!Screen Shot 2020-04-10 at 10.21.49 AM.png!

https

!Screen Shot 2020-04-10 at 10.22.18 AM.png!



--
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] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-10 Thread Jira


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

Jiří Kovalský commented on NETBEANSINFRA-185:
-

[~vieiro], can you please take care of this?

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Assignee: Antonio Vieiro
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-10 Thread Jira


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

Jiří Kovalský reassigned NETBEANSINFRA-185:
---

Assignee: Antonio Vieiro  (was: Jiří Kovalský)

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Assignee: Antonio Vieiro
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANSINFRA-185) Register PP3 UC in Apache NetBeans 12.0

2020-04-10 Thread Jira


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

Jiří Kovalský reassigned NETBEANSINFRA-185:
---

Assignee: Jiří Kovalský

> Register PP3 UC in Apache NetBeans 12.0
> ---
>
> Key: NETBEANSINFRA-185
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-185
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Critical
>
> We need to register update center [1] of new Plugin Portal 3.0 in the Apache 
> NetBeans IDE 12.0 and either remove or rename the old one [2] to Legacy 
> Plugin Portal.
> [1] [http://netbeans-vm.apache.org/pluginportal/data/12.0/catalog.xml.gz]
> [2] 
> [http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz|http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml]



--
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-3816) web.xml edition wizard and xml validation options are missing for 4.0 xml schema versions

2020-04-10 Thread Matt Mead (Jira)


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

Matt Mead commented on NETBEANS-3816:
-

Hi, I can confirm that myself and one other person I know are affected by this 
same issue on both Windows 10 and Ubuntu Linux, which can be replicated.

If you would like any further details please leave me a reply,

Thanks

Matt

> web.xml edition wizard and xml validation options are missing for 4.0 xml 
> schema versions
> -
>
> Key: NETBEANS-3816
> URL: https://issues.apache.org/jira/browse/NETBEANS-3816
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0, 11.2
> Environment: MacOS 10.13.6
> openjdk version "11.0.5" 2019-10-15
> OpenJDK Runtime Environment (build 11.0.5+10)
> OpenJDK 64-Bit Server VM (build 11.0.5+10, mixed mode)
>Reporter: Jose Ramón Balsas
>Priority: Major
> Attachments: missing_wizard_buttons.png, project_explorer.png
>
>
> If you open a web.xml file with schema version 4.0, nb editor does not allow 
> to use editor wizard for filling common elements, e.g. display name, pages, 
> security rules and so on. Also, context menu does not offer Check or Validate 
> XML options. In fact, project browser show it with a different icon (blue 
> circle with D char inside).
> *Affected file schema file*
> 
> http://xmlns.jcp.org/xml/ns/javaee";
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
> http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd";
>  version="4.0">
> ...
> *Workaround*
> Change schema version, close and reopen proyect (without reopening, nb does 
> not detect the new schema version). E.g. old schema version
> 
> http://java.sun.com/xml/ns/javaee"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
> ...
> *Steps to reproduce*
> 1.- Create a new web application project: java with maven --> web application 
> project
> 2.- Open web.xml in WEB-INF
> 3.- NB editor does not show wizard buttons to edit common elements, e.g. 
> General, Servlets, Filters, ...



--
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-4147) Shortcut CMD+[ does not work in macOS

2020-04-10 Thread Juan Miguel Escribano (Jira)
Juan Miguel Escribano created NETBEANS-4147:
---

 Summary: Shortcut CMD+[ does not work in macOS
 Key: NETBEANS-4147
 URL: https://issues.apache.org/jira/browse/NETBEANS-4147
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0, 11.3
Reporter: Juan Miguel Escribano


In macOS the shortcut Cmd+[ does not work.

If you redefine it in Options dialog to other shortcut the functionality works 
properly.



--
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-4146) NetCat 12.0 Java hint Test Case

2020-04-10 Thread Vlad Palnik (Jira)
Vlad Palnik created NETBEANS-4146:
-

 Summary: NetCat 12.0 Java hint Test Case
 Key: NETBEANS-4146
 URL: https://issues.apache.org/jira/browse/NETBEANS-4146
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 12.0
 Environment: Windows 10
jdk-11.0.4
Reporter: Vlad Palnik


For some reason some hits appeared, others did not, when they were not 
displayed I noticed the following notification after using Alt+Enter shortcut.

 

java.lang.NullPointerExceptionjava.lang.NullPointerException at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2095)
 at 
jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHashIfNeeded(Check.java:2085)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4577) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4503) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:951) at 
org.netbeans.lib.nbjavac.services.NBAttr.visitClassDef(NBAttr.java:66) at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:724) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4683) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4574) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4503) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitClassDef(Attr.java:951) at 
org.netbeans.lib.nbjavac.services.NBAttr.visitClassDef(NBAttr.java:66) at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:724) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitAnonymousClassDefinition(Attr.java:2397)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2288) at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1689)
 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655) at 
jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:695) at 
org.netbeans.modules.java.hints.spiimpl.Utilities.attributeTree(Utilities.java:654)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:434)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:348)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:328)
 at 
org.netbeans.modules.java.hints.spiimpl.Utilities.parseAndAttribute(Utilities.java:324)
 at 
org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:44)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:535)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHintsInSpan(HintsInvoker.java:348)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:224)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:193)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:166)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.computeHints(HintsInvoker.java:128)
 at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsTask$HintPositionRefresherHelper.getErrorDescriptionsAt(HintsTask.java:205)
 at 
org.netbeans.modules.java.hints.spiimpl.JavaHintsPositionRefresher$RefreshTask.run(JavaHintsPositionRefresher.java:128)
 at 
org.netbeans.modules.java.hints.spiimpl.JavaHintsPositionRefresher$RefreshTask.run(JavaHintsPositionRefresher.java:98)
 at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502) 
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
 at 
org.netbeans.modules.parsing.api.ParserManager$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.

[jira] [Created] (NETBEANS-4145) can not rename package in java src/main/resources

2020-04-10 Thread Raigedas (Jira)
Raigedas created NETBEANS-4145:
--

 Summary: can not rename package in java src/main/resources
 Key: NETBEANS-4145
 URL: https://issues.apache.org/jira/browse/NETBEANS-4145
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Raigedas


 

---
>Log Session: Friday, April 10, 2020 12:21:07 PM EEST
>System Info: 
 Product Version = Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
 Operating System = Linux version 5.5.9-100.fc30.x86_64 running on amd64
 Java; VM; Vendor = 1.8.0_242; OpenJDK 64-Bit Server VM 25.242-b08; Oracle 
Corporation
 Runtime = OpenJDK Runtime Environment 1.8.0_242-b08
 Java Home = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre
 System Locale; Encoding = en_US (nb); UTF-8
 Home Directory = /home/rgd
 Current Directory = /home/rgd
 User Directory = /home/rgd/.netbeans/11.0
 Cache Directory = /home/rgd/.cache/netbeans/11.0
 Installation = /home/rgd/soft/netbeans-11.0/nb
 /home/rgd/soft/netbeans-11.0/ergonomics
 /home/rgd/soft/netbeans-11.0/ide
 /home/rgd/soft/netbeans-11.0/extide
 /home/rgd/soft/netbeans-11.0/java
 /home/rgd/soft/netbeans-11.0/apisupport
 /home/rgd/soft/netbeans-11.0/webcommon
 /home/rgd/soft/netbeans-11.0/websvccommon
 /home/rgd/soft/netbeans-11.0/enterprise
 /home/rgd/soft/netbeans-11.0/profiler
 /home/rgd/soft/netbeans-11.0/php
 /home/rgd/soft/netbeans-11.0/harness
 /home/rgd/soft/netbeans-11.0/cnd
 /home/rgd/soft/netbeans-11.0/cndext
 /home/rgd/soft/netbeans-11.0/dlight
 /home/rgd/soft/netbeans-11.0/groovy
 /home/rgd/soft/netbeans-11.0/javafx
 /home/rgd/soft/netbeans-11.0/platform
 Boot & Ext. Classpath = 
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/classes:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/jaccess.jar
 Application Classpath = 
/home/rgd/soft/netbeans-11.0/platform/lib/boot.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-modules.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-util.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-util-lookup.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/lib/dt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/lib/tools.jar
 Startup Classpath = 
/home/rgd/soft/netbeans-11.0/platform/core/org-netbeans-libs-asm.jar:/home/rgd/soft/netbeans-11.0/platform/core/core.jar:/home/rgd/soft/netbeans-11.0/platform/core/org-openide-filesystems.jar:/home/rgd/soft/netbeans-11.0/platform/core/org-openide-filesystems-compat8.jar:/home/rgd/soft/netbeans-11.0/platform/core/asm-all-5.0.1.jar:/home/rgd/soft/netbeans-11.0/platform/core/core-base.jar:/home/rgd/soft/netbeans-11.0/nb/core/org-netbeans-upgrader.jar:/home/rgd/soft/netbeans-11.0/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/home/rgd/soft/netbeans-11.0/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.hints, org.netbeans.modules.maven.hints, 
org.netbeans.modules.maven.j2ee, org.netbeans.modules.web.beans] u

[netbeans] branch master updated (07942f3 -> 017eae0)

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

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


from 07942f3  Merge pull request #2013 from 
jlahoda/fix-refactoring-vanilla-javac
 new 04192f7  [NETBEANS-3428] Update FlatLaf from 0.28 to 0.29
 new efe3cf4  [NETBEANS-4135] Update FlatLaf from 0.29 to 0.30
 new 017eae0  Merge pull request #2060 from DevCharly/flatlaf-0.29

The 3846 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:
 platform/libs.flatlaf/external/binaries-list  | 2 +-
 .../external/{flatlaf-0.28-license.txt => flatlaf-0.30-license.txt}   | 4 ++--
 platform/libs.flatlaf/nbproject/project.properties| 2 +-
 platform/libs.flatlaf/nbproject/project.xml   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename platform/libs.flatlaf/external/{flatlaf-0.28-license.txt => 
flatlaf-0.30-license.txt} (99%)


-
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-4144) Disable "Dont't use annotation as super interface" hint dont work properly

2020-04-10 Thread Aldo Brucale (Jira)
Aldo Brucale created NETBEANS-4144:
--

 Summary: Disable "Dont't use annotation as super interface" hint 
dont work properly
 Key: NETBEANS-4144
 URL: https://issues.apache.org/jira/browse/NETBEANS-4144
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Hints & Annotations
Affects Versions: 12.0
Reporter: Aldo Brucale


Description copied from old [bugzilla 
241256|https://bz.apache.org/netbeans/show_bug.cgi?id=241256]:

Create class that implements Deprecated. Press Alt+Enter on the hint. Select 
"Configure "Don't use annotation as super interface" Hint" from the menu. Press 
right arrow. Select "Disable "Dont't use annotation as super interface" hint" 
from the second menu. THE HINT DON'T DISAPPEAR. Checkbox in the options dialog 
is disabled, but the menu option "Configure "Dont't use annotation as super 
interface" Hint" still exist and the Deprecated marked in the editor.





--
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] [Closed] (NETBEANS-2205) Chained Method (Smart Code Completion) test fails

2020-04-10 Thread Vlad Palnik (Jira)


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

Vlad Palnik closed NETBEANS-2205.
-
Fix Version/s: 12.0
   Resolution: Fixed

Provided image is displayed after first call to CC (ctr+space). Second call 
(pressing ctr-space again) displays the correct all symbols code completion box.

Ctr+Alt+Space also produces the correct result.

NetCat 12.0 beta 2

> Chained Method (Smart Code Completion) test fails
> -
>
> Key: NETBEANS-2205
> URL: https://issues.apache.org/jira/browse/NETBEANS-2205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows 10
>Reporter: Bailey Campbell
>Priority: Minor
> Fix For: 12.0
>
> Attachments: ChainedMethod.png
>
>
> # Create class with following body:
> String field;
> public void test(String param) {
>  String variable;
>  if() {}
> }
>  # Put cursor between empty braces (where is expected boolean)
>  # Press Ctrl-Space twice
>  
> h3. Expected result:
> All symbols code completion is opened. Above the line, there are methods 
> calls which returns boolean. As param.isEmpty(), field.isEmpty(), 
> variable.isEmpty(), getClass.isEmpty() and toString.isEmpty()
>  
> Actual result:  See attached image.



--
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-2205) Chained Method (Smart Code Completion) test fails

2020-04-10 Thread Vlad Palnik (Jira)


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

Vlad Palnik commented on NETBEANS-2205:
---

Provided image is displayed after first call to CC (ctr+space). Second call 
(pressing ctr-space again) displays the correct all symbols code completion box.

NetCat 12.0 beta 2

> Chained Method (Smart Code Completion) test fails
> -
>
> Key: NETBEANS-2205
> URL: https://issues.apache.org/jira/browse/NETBEANS-2205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows 10
>Reporter: Bailey Campbell
>Priority: Minor
> Attachments: ChainedMethod.png
>
>
> # Create class with following body:
> String field;
> public void test(String param) {
>  String variable;
>  if() {}
> }
>  # Put cursor between empty braces (where is expected boolean)
>  # Press Ctrl-Space twice
>  
> h3. Expected result:
> All symbols code completion is opened. Above the line, there are methods 
> calls which returns boolean. As param.isEmpty(), field.isEmpty(), 
> variable.isEmpty(), getClass.isEmpty() and toString.isEmpty()
>  
> Actual result:  See attached image.



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