[netbeans] branch master updated (9f53d8a -> 6b29eab)

2020-01-12 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 9f53d8a  [NETBEANS-3428] Fix the border of QuickSearch
 new d878503  [NETBEANS-3428] FlatLaf: colors for diff, versioning, 
debugger, bugtracking, etc
 new 39b670c  Merge branch 'master' into flatlaf-colors
 new 6b29eab  Merge pull request #1869 from DevCharly/flatlaf-colors

The 3435 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:
 .../swing/laf/flatlaf/FlatDarkLaf.properties   | 68 ++
 .../netbeans/swing/laf/flatlaf/FlatLaf.properties  |  2 +
 2 files changed, 70 insertions(+)


-
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-3428] Fix the border of QuickSearch

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

lkishalmi 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 9f53d8a  [NETBEANS-3428] Fix the border of QuickSearch
9f53d8a is described below

commit 9f53d8a54714efb3dbb7a29f3398ea376f5cdec2
Author: Laszlo Kishalmi 
AuthorDate: Sun Jan 12 16:09:28 2020 -0800

[NETBEANS-3428] Fix the border of QuickSearch
---
 .../src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties  | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
index d52c6a6..f33bb95 100644
--- 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
@@ -91,3 +91,6 @@ 
nb.core.ui.balloon.mouseOverGradientStartColor=$ToolTip.background
 nb.core.ui.balloon.mouseOverGradientFinishColor=$ToolTip.background
 nb.core.ui.balloon.defaultGradientStartColor=$ToolTip.background
 nb.core.ui.balloon.defaultGradientFinishColor=$ToolTip.background
+
+# QuickSearch
+nb.quicksearch.border=1,1,1,1,@background


-
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-3689) Hangs on opening project.

2020-01-12 Thread al p (Jira)
al p created NETBEANS-3689:
--

 Summary: Hangs on opening project.
 Key: NETBEANS-3689
 URL: https://issues.apache.org/jira/browse/NETBEANS-3689
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
Reporter: al p


Win 7

Hangs Long time. 10-15 minutes even. 

Can't do anything until it comes back.  

 



--
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-3688) NPE when Debugging using FlatLaf

2020-01-12 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-3688:
-

 Summary: NPE when Debugging using FlatLaf
 Key: NETBEANS-3688
 URL: https://issues.apache.org/jira/browse/NETBEANS-3688
 Project: NetBeans
  Issue Type: Bug
Reporter: Laszlo Kishalmi
Assignee: Karl Tauber


During my recent tests it seems, setting up the debugger view using FlatLaf 
results a NPE.

It happens as 
[DebuggerViewComponent.getTreeBackground()|https://github.com/apache/netbeans/blob/c5cffaca24a64550209f7acfb636311fc0b51b2b/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.java#L339]
 gives back null on FlatLaf.

It is easily fixable by adding: *Tree.textBackground=@background* to the 
FlatLaf.properties, however the usage of the getTreeBackground() method is a 
bit suspicious to me, so I'd like if a LaF expert could look at that.



--
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-3687) parameters comment formatting has destructive bug when the line is too long

2020-01-12 Thread Jira
Miroslav Šulc created NETBEANS-3687:
---

 Summary: parameters comment formatting has destructive bug when 
the line is too long
 Key: NETBEANS-3687
 URL: https://issues.apache.org/jira/browse/NETBEANS-3687
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Formatting  Indentation
Affects Versions: 11.2, Next
Reporter: Miroslav Šulc
 Attachments: formatting.zip

here is an example code:

 
{code:java}
package com.fordfrog.ibtws;

import com.fordfrog.ibtws.entities.ContractSpec;
import com.fordfrog.ibtws.impl.entities.ContractSpecImpl;

/**
 * TWS service factory.
 */
public class TWSServiceFactory {

/**
 * Creates new {@link ContractSpec} instance.
 *
 * @param secType{@link ContractSpec#getSecType()}
 * @param symbol {@link ContractSpec#getSymbol()}
 * @param currency   {@link ContractSpec#getCurrency()}
 * @param exchange   {@link ContractSpec#getExchange()}
 * @param lastTradingDateOrContractMonth {@link 
#getLastTradingDateOrContractMonth()}
 * @param multiplier {@link 
ContractSpec#getMultiplier()}
 *
 * @return
 */
public static ContractSpec createContractSpec(final String secType,
final String symbol, final String currency, final String exchange,
final String lastTradingDateOrContractMonth,
final String multiplier) {
return new ContractSpecImpl(secType, symbol, currency, exchange,
lastTradingDateOrContractMonth, multiplier);
}
}
{code}
after saving the code, the parameter comments change to this:
{code:java}
/**
 * Creates new {@link ContractSpec} instance.
 *
 * @param secType{@link ContractSpec#getSecType()}
 * @param symbol {@link ContractSpec#getSymbol()}
 * @param currency   {@link ContractSpec#getCurrency()}
 * @param exchange   {@link ContractSpec#getExchange()}
 * @param
 *   lastTradingDateOrContractMonth 
{@link #getLastTradingDateOrContractMonth()}
 * @param
 *   multiplier 
{@link ContractSpec#getMultiplier()}
 *
 * @return
 */
{code}
if i later modify the code and resave it, it becomes this:
{code:java}
/**
 * Creates new {@link ContractSpec} instance.
 *
 * @param secType{@link ContractSpec#getSecType()}
 * @param symbol {@link ContractSpec#getSymbol()}
 * @param currency   {@link ContractSpec#getCurrency()}
 * @param exchange   {@link ContractSpec#getExchange()}
 * @param etLastTradingDateOrContractMonth()}
 * @param ntractSpec#getMultiplier()}
 *
 * @return
 */
{code}
further edits and savings cripple it even more.

i'm attaching exported formatting configuration from netbeans options.



--
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-3686) Add spacing to the number appended to the session name when debugging a program twice

2020-01-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3686:
-
Labels: pull-request-available  (was: )

> Add spacing to the number appended to the session name when debugging a 
> program twice
> -
>
> Key: NETBEANS-3686
> URL: https://issues.apache.org/jira/browse/NETBEANS-3686
> Project: NetBeans
>  Issue Type: Improvement
>  Components: debugger - Java
>Affects Versions: 11.2
>Reporter: Ludovic HOCHET
>Priority: Trivial
>  Labels: pull-request-available
>
> Debugging a program twice appends 1 to the session name in the Debugging 
> window combo which is not obvious when that name ends with a number (eg 
> JavaApplication1, shows as JavaApplication1 and JavaApplication11).
> It would be easier to read if there was a space between the session name and 
> the number. "JavaApplication11" could become "JavaApplication1 1" or may be 
> better "JavaApplication1 - 1"
>  
> This was issue 244283



--
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-3686) Add spacing to the number appended to the session name when debugging a program twice

2020-01-12 Thread Ludovic HOCHET (Jira)
Ludovic HOCHET created NETBEANS-3686:


 Summary: Add spacing to the number appended to the session name 
when debugging a program twice
 Key: NETBEANS-3686
 URL: https://issues.apache.org/jira/browse/NETBEANS-3686
 Project: NetBeans
  Issue Type: Improvement
  Components: debugger - Java
Affects Versions: 11.2
Reporter: Ludovic HOCHET


Debugging a program twice appends 1 to the session name in the Debugging window 
combo which is not obvious when that name ends with a number (eg 
JavaApplication1, shows as JavaApplication1 and JavaApplication11).
It would be easier to read if there was a space between the session name and 
the number. "JavaApplication11" could become "JavaApplication1 1" or may be 
better "JavaApplication1 - 1"

 

This was issue 244283



--
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-3685) New Group dialog allows to create a (none) group which can't be removed

2020-01-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3685:
-
Labels: pull-request-available  (was: )

> New Group dialog allows to create a (none) group which can't be removed
> ---
>
> Key: NETBEANS-3685
> URL: https://issues.apache.org/jira/browse/NETBEANS-3685
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Projects UI
>Affects Versions: 11.2
>Reporter: Ludovic HOCHET
>Assignee: Ludovic HOCHET
>Priority: Minor
>  Labels: pull-request-available
>
> The New Group dialog allows to create a (none) group that can't be removed 
> thereafter.
> It is also the case if one rename a group to (none).
> It was initially reported as issue 242496



--
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-3685) New Group dialog allows to create a (none) group which can't be removed

2020-01-12 Thread Ludovic HOCHET (Jira)
Ludovic HOCHET created NETBEANS-3685:


 Summary: New Group dialog allows to create a (none) group which 
can't be removed
 Key: NETBEANS-3685
 URL: https://issues.apache.org/jira/browse/NETBEANS-3685
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Generic Projects UI
Affects Versions: 11.2
Reporter: Ludovic HOCHET
Assignee: Ludovic HOCHET


The New Group dialog allows to create a (none) group that can't be removed 
thereafter.

It is also the case if one rename a group to (none).

It was initially reported as issue 242496



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

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

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



[jira] [Resolved] (NETBEANS-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3683.
---
Resolution: Not A Problem

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt, 
> image-2020-01-12-08-50-33-313.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3683:
---

The IDE log is full of exceptions on missing folders and a non attached network 
drive. With that and the hotspots above indicates, that the IDE spends it's 
time waiting for network.

When I started to work in this industry 20 years ago shared network drive to 
store libraries were quite common, however that was already a bad idea. Use 
some centralized artifact management instead, there are plenty of available 
options, some of them are even free.

Also check the attached IDE Log for those missing folders.

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt, 
> image-2020-01-12-08-50-33-313.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-3683:
--
Attachment: image-2020-01-12-08-50-33-313.png

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt, 
> image-2020-01-12-08-50-33-313.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3683:
---

!image-2020-01-12-08-50-33-313.png!

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt, 
> image-2020-01-12-08-50-33-313.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3428] Update FlatLaf from 0.23 to 0.24 and other fixes

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

lkishalmi 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 b441335  [NETBEANS-3428] Update FlatLaf from 0.23 to 0.24 and other 
fixes
b441335 is described below

commit b4413352033a7da5ba6ba794a2b8110d643ae8a3
Author: Karl Tauber 
AuthorDate: Fri Jan 10 14:43:48 2020 +0100

[NETBEANS-3428] Update FlatLaf from 0.23 to 0.24 and other fixes

Improvements and fixes thru FlatLaf 0.24:
- smooth scrolling (in the same way as already in NB for Windows LaF)
- fixed missing borders in table header (e.g. in "Watches" view)
- removed border from "Change Visible Columns" icon button in right-top 
corner of tables (e.g. in "Watches" view)
- progress bar in "Flat Dark" theme is now blue

Other fixes in NB code:
- "Flat Dark" theme: lighter gray color for content borders/separators in 
main window
- ascending/descending icons in table header replaced with FlatLaf icons
- get rid of the focus indicator (black rectangle) in trees 
(HtmlLabelUI.java)
- fixed unreadable info text in "Find in Project" dialog (in dark theme)
- fixed too bright separators in "Find in Project" dialog (in dark theme) 
(BasicSearchForm.java)
- fixed wrong selection colors in `OutlineView` (e.g. in "Watches" view)
---
 .../netbeans/modules/search/BasicSearchForm.java   |  2 --
 platform/libs.flatlaf/external/binaries-list   |  2 +-
 ...f-0.23-license.txt => flatlaf-0.24-license.txt} |  4 +--
 platform/libs.flatlaf/nbproject/project.properties |  2 +-
 platform/libs.flatlaf/nbproject/project.xml|  4 +--
 .../swing/laf/flatlaf/FlatDarkLaf.properties   |  4 +++
 .../netbeans/swing/laf/flatlaf/FlatLaf.properties  | 11 +--
 .../src/org/openide/awt/HtmlLabelUI.java   |  6 +++-
 .../src/org/openide/explorer/view/OutlineView.java | 36 --
 9 files changed, 44 insertions(+), 27 deletions(-)

diff --git 
a/platform/api.search/src/org/netbeans/modules/search/BasicSearchForm.java 
b/platform/api.search/src/org/netbeans/modules/search/BasicSearchForm.java
index 06345b1..3985b8c 100644
--- a/platform/api.search/src/org/netbeans/modules/search/BasicSearchForm.java
+++ b/platform/api.search/src/org/netbeans/modules/search/BasicSearchForm.java
@@ -26,7 +26,6 @@ import java.awt.GridBagConstraints;
 import java.awt.GridBagLayout;
 import java.awt.Insets;
 import java.awt.ItemSelectable;
-import java.awt.SystemColor;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.awt.event.ItemEvent;
@@ -877,7 +876,6 @@ final class BasicSearchForm extends JPanel implements 
ChangeListener,
 c.insets = new Insets(5, 5, 5, 5);
 c.fill = GridBagConstraints.HORIZONTAL;
 JSeparator separator = new JSeparator(JSeparator.HORIZONTAL);
-separator.setForeground(SystemColor.controlShadow);
 add(separator, c);
 row++;
 }
diff --git a/platform/libs.flatlaf/external/binaries-list 
b/platform/libs.flatlaf/external/binaries-list
index 20b230d..ce0be1f 100644
--- a/platform/libs.flatlaf/external/binaries-list
+++ b/platform/libs.flatlaf/external/binaries-list
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-BDBE1A7C4927622E88B73A90C3530E5F60659A62 com.formdev:flatlaf:0.23
+EF5EAB402A08F24C69FDA036E8E38A3C10310FA6 com.formdev:flatlaf:0.24
diff --git a/platform/libs.flatlaf/external/flatlaf-0.23-license.txt 
b/platform/libs.flatlaf/external/flatlaf-0.24-license.txt
similarity index 99%
rename from platform/libs.flatlaf/external/flatlaf-0.23-license.txt
rename to platform/libs.flatlaf/external/flatlaf-0.24-license.txt
index 0ec6a05..7c0453a 100644
--- a/platform/libs.flatlaf/external/flatlaf-0.23-license.txt
+++ b/platform/libs.flatlaf/external/flatlaf-0.24-license.txt
@@ -1,7 +1,7 @@
 Name: FlatLaf Look and Feel
 Description: FlatLaf Look and Feel
-Version: 0.23
-Files: flatlaf-0.23.jar
+Version: 0.24
+Files: flatlaf-0.24.jar
 License: Apache-2.0
 Origin: FormDev Software GmbH.
 URL: https://www.formdev.com/flatlaf/
diff --git a/platform/libs.flatlaf/nbproject/project.properties 
b/platform/libs.flatlaf/nbproject/project.properties
index 89abc72..37a004a 100644
--- a/platform/libs.flatlaf/nbproject/project.properties
+++ b/platform/libs.flatlaf/nbproject/project.properties
@@ -20,4 +20,4 @@ javac.compilerargs=-Xlint:unchecked
 javac.source=1.8
 nbm.target.cluster=platform
 
-release.external/flatlaf-0.23.jar=modules/ext/flatlaf-0.23.jar
+release.external/flatlaf-0.24.jar=modules/ext/flatlaf-0.24.jar
diff --git a/platform/libs.flatlaf/nbproject/project.xml 
b/platform/libs.flatlaf/nbproject/project.xml
index fa90761..1e4556e 100644
--- a/platform/libs.flatlaf/nbproject/project.xml
+++ b/platform/libs.flatlaf/nbproject/project.xml
@@ 

[jira] [Updated] (NETBEANS-3684) Support automatically include builds from Opened Project for Gradle

2020-01-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3684:
-
Labels: pull-request-available  (was: )

> Support automatically include builds from Opened Project for Gradle
> ---
>
> Key: NETBEANS-3684
> URL: https://issues.apache.org/jira/browse/NETBEANS-3684
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Add possibility for projects to automatically detect other projects with 
> Gradle's composite build option.



--
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-3684) Support automatically include builds from Opened Project for Gradle

2020-01-12 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-3684:
-

 Summary: Support automatically include builds from Opened Project 
for Gradle
 Key: NETBEANS-3684
 URL: https://issues.apache.org/jira/browse/NETBEANS-3684
 Project: NetBeans
  Issue Type: New Feature
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Add possibility for projects to automatically detect other projects with 
Gradle's composite build option.



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

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

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



[jira] [Resolved] (NETBEANS-3452) Can't "enable-preview" in NB 11.2/Java 13.0.1

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3452.
---
Resolution: Cannot Reproduce

I've tried to reproduce this issue, I failed. I suspect there is something 
wrong in the user setup, otherwise we would get more reports like this one.

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



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

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

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



[jira] [Resolved] (NETBEANS-3569) unsuitable/failed-verification plugin not indicated as such by plugin portal

2020-01-12 Thread Jan Pirek (Jira)


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

Jan Pirek resolved NETBEANS-3569.
-
Resolution: Fixed

> unsuitable/failed-verification plugin not indicated as such by plugin portal
> 
>
> Key: NETBEANS-3569
> URL: https://issues.apache.org/jira/browse/NETBEANS-3569
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
> Environment: Apache NetBeans Plugin Portal, build #191001
>Reporter: Ernie Rael
>Assignee: Jan Pirek
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 3.0
>
> Attachments: verification.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> I submitted a plugin to the apache portal and requested verification, I built 
> the plugin (maven) against NB-11.2.
> The plugin correctly failed verification since it would not load on NB-11.0.
> There is no indication on the plugin portal that this plugin failed 
> verification, or even that verification was requested. No indication either 
> publicly or privately when I look at things through "My plugins".



--
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-3569) unsuitable/failed-verification plugin not indicated as such by plugin portal

2020-01-12 Thread Jan Pirek (Jira)


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

Jan Pirek commented on NETBEANS-3569:
-

'two-separate-links solution' is deployed live. Second segment 'verified/failed 
verification' shows popup with simple verification log - who, when, how voted 
plus message if provided.

> unsuitable/failed-verification plugin not indicated as such by plugin portal
> 
>
> Key: NETBEANS-3569
> URL: https://issues.apache.org/jira/browse/NETBEANS-3569
> Project: NetBeans
>  Issue Type: Bug
>  Components: updatecenters - Pluginportal
> Environment: Apache NetBeans Plugin Portal, build #191001
>Reporter: Ernie Rael
>Assignee: Jan Pirek
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 3.0
>
> Attachments: verification.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> I submitted a plugin to the apache portal and requested verification, I built 
> the plugin (maven) against NB-11.2.
> The plugin correctly failed verification since it would not load on NB-11.0.
> There is no indication on the plugin portal that this plugin failed 
> verification, or even that verification was requested. No indication either 
> publicly or privately when I look at things through "My plugins".



--
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] [Comment Edited] (NETBEANS-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe edited comment on NETBEANS-3683 at 1/12/20 1:28 PM:


[~lkishalmi] i have created the JIRA issue as you had suggested along with IDE 
snapshot and log. If you need further information please let me know. 

Also setting Gradle to download dependencies to always didn't change the 
behavior.

Thanks!


was (Author: joefoe):
[~lkishalmi] i have created the JIRA issue as you had suggested along with IDE 
snapshot and log. If you need further information please let me know. 

Thanks!

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-3683:
---

[~lkishalmi] i have created the JIRA issue as you had suggested along with IDE 
snapshot and log. If you need further information please let me know. 

Thanks!

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: IDESnapShot.npss

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: IdeLog20190112.txt

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)
Joe Foe created NETBEANS-3683:
-

 Summary: Netbeans Gradle project Struck in Collecting Project 
dependencies
 Key: NETBEANS-3683
 URL: https://issues.apache.org/jira/browse/NETBEANS-3683
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Reporter: Joe Foe
Assignee: Laszlo Kishalmi


I have a project where the dependencies are set to be scanned from a network 
drive.  This build works from windows powershell but does not work from within 
Netbeans

As soon as the project is opened in Netbeans, the ide is struck with "scanning 
project dependencies".  

I am attaching the IDE log and snapshot.


My Configuration is 

# Windows 10 64 Bit (Virtual Machine)
# Netbeans 11.2
# JDK 13
# Gradle Version 5.6 and also tried with 6.0


To add, i have tried the same with JDK versions 8 till 13

The issue does not occur when i create an ant based java project and add all 
the jars as a library.  I tried the same gradle project with IntelliJ idea 
Community and it works. 

Any help will be great! 

Thanks!



--
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-tools] branch master updated: Verification log poup

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 095e1ee  Verification log poup
 new ed691f1  Merge pull request #24 from jpirek/master
095e1ee is described below

commit 095e1ee84d21524b2927255e05f7f38578278461
Author: Jan Pirek 
AuthorDate: Sun Jan 12 13:32:57 2020 +0100

Verification log poup
---
 .../src/Application/Controller/IndexController.php | 17 -
 .../Application/Controller/PluginController.php|  1 -
 .../Application/Factory/IndexControllerFactory.php |  6 +-
 .../view/application/index/catalogue.phtml | 21 -
 .../view/application/index/verification-log.phtml  | 20 +
 pp3/public/js/script.js| 11 +++
 pp3/public/scss/style.css  | 89 +++---
 pp3/public/scss/style.css.map  | 14 ++--
 pp3/public/scss/style.scss | 14 +++-
 9 files changed, 153 insertions(+), 40 deletions(-)

diff --git 
a/pp3/module/Application/src/Application/Controller/IndexController.php 
b/pp3/module/Application/src/Application/Controller/IndexController.php
index 5e7d863..d91177b 100755
--- a/pp3/module/Application/src/Application/Controller/IndexController.php
+++ b/pp3/module/Application/src/Application/Controller/IndexController.php
@@ -32,14 +32,16 @@ class IndexController extends BaseController {
 private $_paginator;
 private $_categoryRepository;
 private $_nbVersionRepository;
+private $_verificationRepository;
 
-public function __construct($pluginRepo, $config, PaginatorInterface 
$paginator, $nbVersionRepository, $categoryRepository, $pvRepo) {
+public function __construct($pluginRepo, $config, PaginatorInterface 
$paginator, $nbVersionRepository, $categoryRepository, $pvRepo, 
$verificationRepository) {
 parent::__construct($config);
 $this->_pluginRepository = $pluginRepo;
 $this->_paginator = $paginator;
 $this->_nbVersionRepository = $nbVersionRepository;
 $this->_categoryRepository = $categoryRepository;
 $this->_pluginVersionRepository = $pvRepo;
+$this->_verificationRepository = $verificationRepository;
 }
 
 public function indexAction() {   
@@ -92,4 +94,17 @@ class IndexController extends BaseController {
 }

 }
+
+public function verificationLogAction() {
+$vId = $this->params()->fromQuery('vId');
+if ($vId) {
+$verification = $this->_verificationRepository->find($vId);
+}
+$result = new ViewModel([
+'verification' => $verification,
+]);
+$result->setTerminal(true);
+return $result;
+}
+
 }
diff --git 
a/pp3/module/Application/src/Application/Controller/PluginController.php 
b/pp3/module/Application/src/Application/Controller/PluginController.php
index ddde60d..9645982 100644
--- a/pp3/module/Application/src/Application/Controller/PluginController.php
+++ b/pp3/module/Application/src/Application/Controller/PluginController.php
@@ -373,5 +373,4 @@ P.S.: This is an automatic email. DO NOT REPLY to this 
email. ');
 }
 return $response;
 }
-
 }
diff --git 
a/pp3/module/Application/src/Application/Factory/IndexControllerFactory.php 
b/pp3/module/Application/src/Application/Factory/IndexControllerFactory.php
index 50dcf7b..cd3ddb5 100755
--- a/pp3/module/Application/src/Application/Factory/IndexControllerFactory.php
+++ b/pp3/module/Application/src/Application/Factory/IndexControllerFactory.php
@@ -27,6 +27,7 @@ use Application\Controller\IndexController;
 use Application\Repository\NbVersionRepository;
 use Application\Repository\CategoryRepository;
 use Application\Repository\PluginVersionRepository;
+use Application\Repository\VerificationRepository;
 
 class IndexControllerFactory implements FactoryInterface
 {
@@ -46,6 +47,9 @@ class IndexControllerFactory implements FactoryInterface
 $pvRepository = new PluginVersionRepository();
 $pvRepository->setEntityManager($em);
 
-return new IndexController($repository, $config, $paginator, 
$nbVersionRepository, $categoryRepository, $pvRepository);
+$verificationRepository = new VerificationRepository();
+$verificationRepository->setEntityManager($em);
+
+return new IndexController($repository, $config, $paginator, 
$nbVersionRepository, $categoryRepository, $pvRepository, 
$verificationRepository);
 }
 }
diff --git a/pp3/module/Application/view/application/index/catalogue.phtml 
b/pp3/module/Application/view/application/index/catalogue.phtml
index 280c54d..96746e1 100644
--- a/pp3/module/Application/view/application/index/catalogue.phtml
+++ b/pp3/module/Application/view/application/index/catalogue.phtml
@@ -66,8 +66,9 @@ if ($plugin) {
 

[jira] [Updated] (NETBEANS-3682) Error while renaming package / folder

2020-01-12 Thread Adrian Meier (Jira)


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

Adrian Meier updated NETBEANS-3682:
---
Docs Text: 
When i try to rename package / folder in project tree for refactoring, an error 
message shows "Cannot rename file  in  to 
". In NB 11.0 it works.

info <> means replace of real usage.

There is now exception print

  was:
When i try to rename package / folder in project tree for refactoring, an error 
message shows "Cannot rename file  in  to 
". In NB 8.2 it works.

info <> means replace of real usage.

There is now exception print


> Error while renaming package / folder
> -
>
> Key: NETBEANS-3682
> URL: https://issues.apache.org/jira/browse/NETBEANS-3682
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Adrian Meier
>Priority: Major
>




--
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-3682) Error while renaming package / folder

2020-01-12 Thread Adrian Meier (Jira)
Adrian Meier created NETBEANS-3682:
--

 Summary: Error while renaming package / folder
 Key: NETBEANS-3682
 URL: https://issues.apache.org/jira/browse/NETBEANS-3682
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
Reporter: Adrian Meier






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