[jira] [Updated] (NETBEANS-2261) Code completion based on index of local repo fails

2019-03-16 Thread Bailey Campbell (JIRA)


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

Bailey Campbell updated NETBEANS-2261:
--
Description: 
# tart IDE with empty userdir
 # Open some simple j2se maven project
 # If Netbeans start downloading index of central repo, cancel it
 # Open pom.xml
 # Put carret inside tag of JUnit dependency and invoke code completion
h3. Expected result:

Only JUnit version that are present in local repository should be offered in 
code completion. Check content of your local repo in Maven repository browser 
window.
  
 Actual Result:
 code completion shows versions from central repository, but not all versions, 
just multiple versions of current selection, see attached image.
  

  was:
# Start IDE with empty userdir
 # Open some simple j2se maven project
 # If Netbeans start downloading index of central repo, cancel it
 # Open pom.xml
 # Put carret inside tag of JUnit dependency and invoke code completion
h3. Expected result:

Only JUnit version that are present in local repository should be offered in 
code completion. Check content of your local repo in Maven repository browser 
window.
 
Actual Result:
code completion shows versions from central repository, but not all versions, 
just multiple versions of current selection, see attached image.
 
Also, if version tag is empty, all versions from central repository are shown. 
!scrcaprepos.png!


> Code completion based on index of local repo fails
> --
>
> Key: NETBEANS-2261
> URL: https://issues.apache.org/jira/browse/NETBEANS-2261
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.0
>Reporter: Bailey Campbell
>Priority: Minor
> Attachments: scrcaprepos.png
>
>
> # tart IDE with empty userdir
>  # Open some simple j2se maven project
>  # If Netbeans start downloading index of central repo, cancel it
>  # Open pom.xml
>  # Put carret inside tag of JUnit dependency and invoke code completion
> h3. Expected result:
> Only JUnit version that are present in local repository should be offered in 
> code completion. Check content of your local repo in Maven repository browser 
> window.
>   
>  Actual Result:
>  code completion shows versions from central repository, but not all 
> versions, just multiple versions of current selection, see attached image.
>   



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

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

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



[jira] [Created] (NETBEANS-2261) Code completion based on index of local repo fails

2019-03-16 Thread Bailey Campbell (JIRA)
Bailey Campbell created NETBEANS-2261:
-

 Summary: Code completion based on index of local repo fails
 Key: NETBEANS-2261
 URL: https://issues.apache.org/jira/browse/NETBEANS-2261
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.0
Reporter: Bailey Campbell
 Attachments: scrcaprepos.png

# Start IDE with empty userdir
 # Open some simple j2se maven project
 # If Netbeans start downloading index of central repo, cancel it
 # Open pom.xml
 # Put carret inside tag of JUnit dependency and invoke code completion
h3. Expected result:

Only JUnit version that are present in local repository should be offered in 
code completion. Check content of your local repo in Maven repository browser 
window.
 
Actual Result:
code completion shows versions from central repository, but not all versions, 
just multiple versions of current selection, see attached image.
 
Also, if version tag is empty, all versions from central repository are shown. 
!scrcaprepos.png!



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

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

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



[incubator-netbeans-mavenutils] branch master updated: Change groupid to org.apache.netbeans

2019-03-16 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 57840ad  Change groupid to org.apache.netbeans
57840ad is described below

commit 57840ad4fc6832e5f6f41fc081b32d0d51c697d7
Author: Eric Barboni 
AuthorDate: Sat Mar 16 17:17:31 2019 +0100

Change groupid to org.apache.netbeans
---
 .../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java 
b/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
index 76e1a3f..9dae78e 100644
--- a/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
+++ b/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
@@ -963,7 +963,7 @@ public class CreateClusterAppMojo
 throw new MojoExecutionException( "We could not find 
org-netbeans-bootstrap among the modules in the application. Launchers could 
not be found.");
 }
 Artifact nbmArt = artifactFactory.createArtifact(
-"org.netbeans.modules",
+"org.apache.netbeans.modules",
 "org-netbeans-modules-apisupport-harness",
 version,
 "compile",


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

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



[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 640

2019-03-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new ae05c2e  Automated site publishing by Jenkins build 640
ae05c2e is described below

commit ae05c2e4a8a9a9516219437ff9f6211b0b4f267f
Author: jenkins 
AuthorDate: Sat Mar 16 09:09:38 2019 +

Automated site publishing by Jenkins build 640
---
 content/kb/docs/java/editor-inspect-transform.html | 154 -
 1 file changed, 57 insertions(+), 97 deletions(-)

diff --git a/content/kb/docs/java/editor-inspect-transform.html 
b/content/kb/docs/java/editor-inspect-transform.html
index c6c0721..418119d 100644
--- a/content/kb/docs/java/editor-inspect-transform.html
+++ b/content/kb/docs/java/editor-inspect-transform.html
@@ -98,7 +98,11 @@
 
 
 Setting Up the Tutorial 
Environment
-Running Inspections
+Running Inspections
+
+To run 
an inspection and apply an existing Inspection:
+
+
 Using Configurations
 
 Migrate to JDK 5
@@ -138,7 +142,7 @@
 Running Inspections
 
 
-The Single Inspection option in the Inspect and Transform dialog box 
(Refactor  Inspect and Transform) offers a big variety of inspections 
related to particular refactoring transformations. The complete list of such 
operations is available in the Manage Inspections dialog box after clicking the 
Browse button to the right of the Single Inspection option.
+The Single Inspection option in the Inspect and 
Transform dialog box (Refactor  Inspect and 
Transform) offers a big variety of inspections related to particular 
refactoring transformations. The complete list of such operations is available 
in the Manage Inspections dialog box after clicking the 
Browse button to the right of the Single 
Inspection option.
 
 
 
@@ -162,34 +166,30 @@
 
 
 
-Every inspection is provided with a description available either in the 
Description field in the Manage Inspection dialog box.
-
-
-To run an inspection and apply an existing Inspection:
+Every inspection is provided with a description available either in the 
Description field or in the Manage Inspection dialog box.
 
+
+To run an 
inspection and apply an existing Inspection:
 
 
 
-In the Projects window, select the  InspectTransform.java  
file.
+In the Projects window, select the  
InspectTransform.java  file.
 
 
-Choose Refactor  Inspect and Transform from the IDEs menu.
+Choose Refactor  Inspect and Transform from the 
IDEs menu.
 
 
-In the Inspect and Transform dialog box, select the Single Inspection 
option and click Browse.
+In the Inspect and Transform dialog box, select the 
Single Inspection option and click Browse.
 
 
-In the Manage Inspections dialog box, choose the  Assignment 
replaceable with operator-assignment  inspection in the Assignment 
Issues node.
+In the Manage Inspections dialog box, choose the  
Assignment replaceable with operator-assignment  inspection in the 
Assignment Issues node.
 
 
-Click OK to close the Manage Inspections dialog box.
+Click OK to close the Manage Inspections 
dialog box.
 
 
-Click Inspect in the Inspect and Transform dialog box.
+Click Inspect in the Inspect and 
Transform dialog box.
 The suggested refactoring changes display in the preview panel.
-
-
-
 
 
 
@@ -199,15 +199,12 @@ The suggested refactoring changes display in the preview 
panel.
 
 
 
-
-
+
 
-Click Do Refactoring to apply the changes if required.
+Click Do Refactoring to apply the changes if required.
 
 
 
-
-top
 
 
 
@@ -266,7 +263,7 @@ Not all releases of the JDK introduce new language features.
 
 
 
-The list of refactorings in the configuration can be modified in the 
Inspections list of the Manage Inspections dialog box by selecting and 
deselecting the items under the  JDK Migration Support  node.
+The list of refactorings in the configuration can be modified in the 
Inspections list of the Manage Inspections dialog box by 
selecting and deselecting the items under the  JDK Migration 
Support  node.
 
 
 
@@ -293,31 +290,27 @@ The list of refactorings in the configuration can be 
modified in the Inspections
 
 
 
-The list of refactorings in the configuration can be modified in the 
Inspections list of the Manage Inspections dialog box by selecting and 
deselecting the items under the  JDK Migration Support  node.
+The list of refactorings in the configuration can be modified in the 
Inspections list of the Manage Inspections dialog box by 
selecting and deselecting the items under the  JDK Migration 
Support  node.
 
 
 
 
-
-To run and apply the default  Migrate to JDK 7  
configuration:
-
+
+To 
run and apply the default  Migrate to JDK 7  configuration:
 
 
 
-In the Projects window, select the  PredefinedSet.java  
file.
+In the Projects window, select the  
PredefinedSet.java file.
 
 
-Choose Refactor  Inspect and Transform from the IDEs menu.
+Choose Refactor  

[jira] [Created] (NETBEANS-2263) Integrate the localisation bundles from Oracle's 3rd donation into the current GitHub repository

2019-03-16 Thread Boris Heithecker (JIRA)
Boris Heithecker created NETBEANS-2263:
--

 Summary: Integrate the localisation bundles from Oracle's 3rd 
donation into the current GitHub repository
 Key: NETBEANS-2263
 URL: https://issues.apache.org/jira/browse/NETBEANS-2263
 Project: NetBeans
  Issue Type: Task
Reporter: Boris Heithecker






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

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

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



[incubator-netbeans-mavenutils] branch master updated (09f6358 -> decc0ef)

2019-03-16 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/incubator-netbeans-mavenutils.git.


from 09f6358  Look for bootstrap in org.apache.netbeans groupId
 new f90a284  Upgrade Dependencies for dependencies scan
 new aa8c27a  Hack for maven-embedder adding his lib as wrapper
 new f4d1713  groupid change
 new decc0ef  Merge pull request #8 from ebarboni/jdk11

The 1216 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:
 nbm-maven-plugin/pom.xml  |  2 +-
 .../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java  | 11 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)


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

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



[jira] [Updated] (NETBEANS-2158) No error when accessing undeclared or private properties

2019-03-16 Thread Fabian Kleinhans (JIRA)


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

Fabian Kleinhans updated NETBEANS-2158:
---
Issue Type: Bug  (was: Improvement)

> No error when accessing undeclared or private properties
> 
>
> Key: NETBEANS-2158
> URL: https://issues.apache.org/jira/browse/NETBEANS-2158
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 10.0
>Reporter: Fabian Kleinhans
>Priority: Major
>  Labels: php, php7
> Attachments: code.png
>
>
> Hi,
> I just switched from Netbeans 8.2 to 10 some days ago. Now I wonder why 
> accessing undeclared or private properties in my PHP files are not marked in 
> the code like in 8.2. E.g.:
> {code:java}
>  class A {
>  
>   private $bar;
>  
>   public function __construct() {
>     $this->bar = 1;
>   }
> }
> $foo = new A();
> echo $foo->bar;
> echo $foo->bar2;
> {code}
> This code has green status saying "No errors". The project is set as 
> PHP-project.
> Have I missed a setting? I spent hours of research but didn't find a solution.
> Thanks for any hint!
> Fabian
>  



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

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

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



[jira] [Commented] (NETBEANS-747) CSS Editor does not recognize variable syntax

2019-03-16 Thread JIRA


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

Matthias Bläsing commented on NETBEANS-747:
---

I don't think that we need to change the complete grammar. You can't just 
switch to a basic CSS3 grammar, as the netbeans grammar also includes 
conditionals to support SCSS and Less.

The lexer change looks minimal at this point. See here: 
https://github.com/matthiasblaesing/incubator-netbeans/commit/d5fe183642244e106f5d146058ffabab5e0ef938

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Jack J. Woehr
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



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

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

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



[incubator-netbeans-mavenutils] branch master updated (08d583a -> 09f6358)

2019-03-16 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/incubator-netbeans-mavenutils.git.


from 08d583a  artefact parent group id must be set
 new 8712ae3  Use groupid for plexuscomplentfile
 new 09f6358  Look for bootstrap in org.apache.netbeans groupId

The 1212 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:
 .../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java  | 2 +-
 .../src/main/resources/META-INF/plexus/components.xml | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)


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

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



[incubator-netbeans-website] branch master updated: Updated numbering and formatting (#338)

2019-03-16 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 675bc77  Updated numbering and formatting (#338)
675bc77 is described below

commit 675bc77f001e86c7b56a8fbe2b57ca9f661be996
Author: Brian Cowell <18186433+cu...@users.noreply.github.com>
AuthorDate: Sat Mar 16 20:07:26 2019 +1100

Updated numbering and formatting (#338)

* Updated numbering and formatting

Corrected step numbering and formatting.
Added :experimental: attribute for keyboard graphics

* Removed top anchors

Removed top anchors <>
---
 .../kb/docs/java/editor-inspect-transform.asciidoc | 133 ++---
 1 file changed, 63 insertions(+), 70 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/editor-inspect-transform.asciidoc
 
b/netbeans.apache.org/src/content/kb/docs/java/editor-inspect-transform.asciidoc
index 6205a4d..4df1ec9 100644
--- 
a/netbeans.apache.org/src/content/kb/docs/java/editor-inspect-transform.asciidoc
+++ 
b/netbeans.apache.org/src/content/kb/docs/java/editor-inspect-transform.asciidoc
@@ -28,6 +28,7 @@
 :toc-title:
 :description: Refactoring with Inspect and Transform in the NetBeans IDE Java 
Editor - Apache NetBeans
 :keywords: Apache NetBeans, Tutorials, Refactoring with Inspect and Transform 
in the NetBeans IDE Java Editor
+:experimental:
 
 The NetBeans IDE Java Editor features an Inspect and Transform feature, which 
is a refactoring tool for running various inspections and transformations on 
the selected scope of files at once. It also enables a user to define a custom 
inspection.
 
@@ -42,7 +43,7 @@ image::images/proj.png[]
 
 == Running Inspections
 
-The Single Inspection option in the Inspect and Transform dialog box (Refactor 
> Inspect and Transform) offers a big variety of inspections related to 
particular refactoring transformations. The complete list of such operations is 
available in the Manage Inspections dialog box after clicking the Browse button 
to the right of the Single Inspection option.
+The *Single Inspection* option in the *Inspect and Transform* dialog box 
(*Refactor > Inspect and Transform*) offers a big variety of inspections 
related to particular refactoring transformations. The complete list of such 
operations is available in the *Manage Inspections* dialog box after clicking 
the *Browse* button to the right of the *Single Inspection* option.
 
 [.feature]
 --
@@ -56,26 +57,24 @@ The Search field enables you to check if a required 
inspection is available usin
 image::images/search-small.png[role="left", link="images/search.png"]
 --
 
-Every inspection is provided with a description available either in the 
Description field in the Manage Inspection dialog box.
+Every inspection is provided with a description available either in the 
Description field or in the *Manage Inspection dialog* box.
 
-*To run an inspection and apply an existing Inspection:*
+ To run an inspection and apply an existing Inspection:
 
-1. In the Projects window, select the  ``InspectTransform.java``  file.
-2. Choose Refactor > Inspect and Transform from the IDE's menu.
-3. In the Inspect and Transform dialog box, select the Single Inspection 
option and click Browse.
-4. In the Manage Inspections dialog box, choose the  ``Assignment replaceable 
with operator-assignment``  inspection in the Assignment Issues node.
-5. Click OK to close the Manage Inspections dialog box.
-6. Click Inspect in the Inspect and Transform dialog box.
+. In the *Projects* window, select the  `InspectTransform.java`  file.
+. Choose *Refactor > Inspect and Transform* from the IDE's menu.
+. In the *Inspect and Transform* dialog box, select the *Single Inspection* 
option and click *Browse.*
+. In the *Manage Inspections* dialog box, choose the  `Assignment replaceable 
with operator-assignment`  inspection in the Assignment Issues node.
+. Click *OK* to close the *Manage Inspections* dialog box.
+. Click *Inspect* in the *Inspect and Transform* dialog box.
 The suggested refactoring changes display in the preview panel.
-
++
 [.feature]
 --
 image::images/single-inspection-small.png[role="left", 
link="images/single-inspection.png"]
 --
-
-7. Click Do Refactoring to apply the changes if required.
-
-<>
++
+. Click *Do Refactoring* to apply the changes if required.
 
 == Using Configurations
 
@@ -97,7 +96,7 @@ The  ``Migrate to JDK 5``  configuration available in the IDE 
by default incorpo
 image::images/jdk5-conf-small.png[role="left", link="images/jdk5-conf.png"]
 --
 
-NOTE: The list of refactorings in the configuration can be modified in the 
Inspections list of the Manage Inspections dialog box by selecting and 
deselecting the items under the  ``JDK Migration Support``  node.
+NOTE: The list of refactorings in the configuration can 

[jira] [Created] (NETBEANS-2262) Move members error: Target class can not be resolved.

2019-03-16 Thread Giuseppe Tino (JIRA)
Giuseppe Tino created NETBEANS-2262:
---

 Summary: Move members error: Target class can not be resolved.
 Key: NETBEANS-2262
 URL: https://issues.apache.org/jira/browse/NETBEANS-2262
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 11.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-395-on-20190310)
Updates: Updates available
Java: 12; OpenJDK 64-Bit Server VM 12+32
Runtime: OpenJDK Runtime Environment 12+32
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: Giuseppe Tino


Test case: 
[https://netbeans-vm.apache.org/synergy/client/app/#/case/5116/suite/2502/edit]

Steps to reproduce:
 # Open {{usages.ClassA.java}}
 # Put caret inside body of {{getListOfA()}} and using Ctrl+M invoking "Move 
Member" dialog
 # In occurred dialog select package {{usages}} and class {{ClassC}} then press 
Preview

Expected result:
 * I can press the button Preview and see the preview

Actual result:
 * Selecting the package "usages" and the class "ClassC" doesn't enable the 
buttons "Preview" and "Refactor" because there is the error:
"{color:#FF}Error: {color}Target class can not be resolved"



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

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

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



[incubator-netbeans-mavenutils] branch master updated: typo

2019-03-16 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 93bc4e9  typo
93bc4e9 is described below

commit 93bc4e9866a279eaf08d8a065145e96feca7a38a
Author: Eric Barboni 
AuthorDate: Sat Mar 16 16:15:58 2019 +0100

typo
---
 .../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java 
b/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
index 75ea55d..76e1a3f 100644
--- a/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
+++ b/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
@@ -398,8 +398,8 @@ public class CreateClusterAppMojo
 //ex.setPopulateDependencies( true 
);
 ex.checkFile();
 if (ex.isOsgiBundle()) {
-if ( 
(art.getId().contains("org.netbeans.modules:org-netbeans-modules-maven-embedder")
 || 
- 
(art.getId().contains("org.apache.netbeans.modules:org-netbeans-modules-maven-embedder"))
 
+if ( 
art.getId().contains("org.netbeans.modules:org-netbeans-modules-maven-embedder")
 || 
+ 
art.getId().contains("org.apache.netbeans.modules:org-netbeans-modules-maven-embedder")
 )
 {
 // in this case we dont 
want module-maven-embedder to be considered as wrapper for his libs 

 // guava is provided but 
ide have it also 


-
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-747) CSS Editor does not recognize variable syntax

2019-03-16 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr reassigned NETBEANS-747:
--

Assignee: Matthias Bläsing  (was: matt baldree)

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Matthias Bläsing
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



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

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

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



[jira] [Updated] (NETBEANS-2265) Can't update context path

2019-03-16 Thread Djamel TORCHE (JIRA)


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

Djamel TORCHE updated NETBEANS-2265:

Description: 
# Create a maven java web project "dukes-age" 
 # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
select *Properties*.
 # Select the "Run" category in the "Project Properties" manager.
 # Set "Context Path" to: {{/DukesAgeService}}.
 # Set "Relative URL" to: {{/webresources/dukesAge}}.
 # Push the *OK* button**
 # Repeat 1,2 and 3 then Change Context path to any thing else
 # Push the *OK* button
 # Repeat 1,2 and 3 : Result: {color:#ff}+*no previous changes*+{color}

  was:
# Create a maven java web project
 # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
select *Properties*.
 # Select the "Run" category in the "Project Properties" manager.
 # Set "Context Path" to: {{/DukesAgeService}}.
 # Set "Relative URL" to: {{/webresources/dukesAge}}.
 # Push the *OK* button**
 # Repeat 1,2 and 3 then Change Context path to any thing else
 # Push the *OK* button
 # Repeat 1,2 and 3 : Result: {color:#FF}+*no changes*+{color}


> Can't update context path
> -
>
> Key: NETBEANS-2265
> URL: https://issues.apache.org/jira/browse/NETBEANS-2265
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Netbeans : netbeans-11.0-vc3 fot netcat testing
>Reporter: Djamel TORCHE
>Priority: Major
>
> # Create a maven java web project "dukes-age" 
>  # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
> select *Properties*.
>  # Select the "Run" category in the "Project Properties" manager.
>  # Set "Context Path" to: {{/DukesAgeService}}.
>  # Set "Relative URL" to: {{/webresources/dukesAge}}.
>  # Push the *OK* button**
>  # Repeat 1,2 and 3 then Change Context path to any thing else
>  # Push the *OK* button
>  # Repeat 1,2 and 3 : Result: {color:#ff}+*no previous changes*+{color}



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

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

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



[jira] [Commented] (NETBEANS-747) CSS Editor does not recognize variable syntax

2019-03-16 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr commented on NETBEANS-747:


Thanks, it's nice to confer with someone who actually knows the source tree ;) 
It would take me a few years to catch up with you.

I'm sure you're right. I just cloned css-variables branch of your fork, 
compiled the grammar and built NetBeans and it fixes the problem as I saw it.

Is there more to do?

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: Jack J. Woehr
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



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

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

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



[jira] [Created] (NETBEANS-2265) Can't update context path

2019-03-16 Thread Djamel TORCHE (JIRA)
Djamel TORCHE created NETBEANS-2265:
---

 Summary: Can't update context path
 Key: NETBEANS-2265
 URL: https://issues.apache.org/jira/browse/NETBEANS-2265
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Web Project
Affects Versions: 11.0
 Environment: Netbeans : netbeans-11.0-vc3 fot netcat testing
Reporter: Djamel TORCHE


# Create a maven java web project
 # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
select *Properties*.
 # Select the "Run" category in the "Project Properties" manager.
 # Set "Context Path" to: {{/DukesAgeService}}.
 # Set "Relative URL" to: {{/webresources/dukesAge}}.
 # Push the *OK* button**
 # Repeat 1,2 and 3 then Change Context path to any thing else
 # Push the *OK* button
 # Repeat 1,2 and 3 : Result: {color:#FF}+*no changes*+{color}



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

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

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



[jira] [Assigned] (NETBEANS-747) CSS Editor does not recognize variable syntax

2019-03-16 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr reassigned NETBEANS-747:
--

Assignee: matt baldree  (was: Jack J. Woehr)

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Peter
>Assignee: matt baldree
>Priority: Trivial
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



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

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

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



[jira] [Updated] (NETBEANS-2265) Can't update context path

2019-03-16 Thread Djamel TORCHE (JIRA)


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

Djamel TORCHE updated NETBEANS-2265:

Labels: vc3  (was: )

> Can't update context path
> -
>
> Key: NETBEANS-2265
> URL: https://issues.apache.org/jira/browse/NETBEANS-2265
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Netbeans : netbeans-11.0-vc3 fot netcat testing
>Reporter: Djamel TORCHE
>Priority: Major
>  Labels: vc3
>
> # Create a maven java web project "dukes-age" 
>  # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
> select *Properties*.
>  # Select the "Run" category in the "Project Properties" manager.
>  # Set "Context Path" to: {{/DukesAgeService}}.
>  # Set "Relative URL" to: {{/webresources/dukesAge}}.
>  # Push the *OK* button**
>  # Repeat 2 and 3 then Change Context path to any thing else
>  # Push the *OK* button
>  # Repeat 2 and 3 : Result: {color:#ff}+*no previous changes*+{color}



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

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

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



[jira] [Updated] (NETBEANS-685) Push down dialog allows pushing down methods from implemented interface

2019-03-16 Thread Giuseppe Tino (JIRA)


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

Giuseppe Tino updated NETBEANS-685:
---
Affects Version/s: 11.0

> Push down dialog allows pushing down methods from implemented interface
> ---
>
> Key: NETBEANS-685
> URL: https://issues.apache.org/jira/browse/NETBEANS-685
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 11.0
>Reporter: Manikantan Narender Nath
>Priority: Major
>
> Test Spec: 
> http://netbeans-vm.apache.org/synergy/client/app/#/specification/351
> Test Suite: http://netbeans-vm.apache.org/synergy/client/app/#/suite/2023/v/1
> test Case : 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5134/suite/2023/v/1]
>  
> Environment:
> *Product Version:* Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-408-on-20180417)
> *Java:* 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> *Runtime:* Java(TM) SE Runtime Environment 10+46
> *System:* Mac OS X version 10.12.6 running on x86_64; UTF-8; en_IN (nb)
>  
> Steps to reproduce
>  # Open Project Java Refactoring (Attached with test spec)
>  # OPen push_pull.ClassB.java
>  # Place cursor/Caret on method _public String getSequence(int i)_ 
>  # From popup menu chose Refactor | Push down
>  # Click Preview
>  # Click Do Refactoring
> Expected Result
> Push Down dialog should not allow refactoring since _public String 
> getSequence(int i)_ is defined in interface
> Actual result
> Push down dialog allows refactoring, refactoring is possible but 
> push_pull.ClassB.java is not compilable since it is not declared abstract or 
> implements methods from interface



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

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

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



[jira] [Created] (NETBEANS-2264) Issue in undo/redo when method is pulled up

2019-03-16 Thread Giuseppe Tino (JIRA)
Giuseppe Tino created NETBEANS-2264:
---

 Summary: Issue in undo/redo when method is pulled up
 Key: NETBEANS-2264
 URL: https://issues.apache.org/jira/browse/NETBEANS-2264
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 11.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-395-on-20190310)
Updates: Updates available
Java: 12; OpenJDK 64-Bit Server VM 12+32
Runtime: OpenJDK Runtime Environment 12+32
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: Giuseppe Tino


Test case:

[https://netbeans-vm.apache.org/synergy/client/app/#/case/5135/suite/2506/edit]

 

Steps to reproduce:
 # Open {{push_pull.ClassB.java}} class
 # Put caret into {{public int fa|ct(int i)\{...}}}
 # From main menu select Refactor > Pull Up...
 # In Pull Up dialog select {{ClassA}} as Destiantion Supertype and leave 
checkbox {{fact(int i)}} checked then press Preview
 # Inspect changes and press Do Refactoring

The refactoring works correctly. 
The file ClassB.java is opened in the editor and its tab is selected
 # Click on Undo in the toolbar
 # When the "confirm undo" dialog appears select "yes"
 # Click on Redo in the toolbar
 # When the "confirm redo" dialog appears select "yes"
 # Open the file ClassA.java
 # Click on Undo in the toolbar
 # When the "confirm undo" dialog appears select "yes"

Expected result
 * The Undo is correctly performed in both the files ClassA.java and 
ClassB.java and the project is compilable

Actual result
 * The Undo is correctly performed in the file ClassA.java but not in 
ClassB.java, the method  public int fact(int i) that was pulled up is lost in 
both files, the project is not compilable



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

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

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



[jira] [Updated] (NETBEANS-2265) Can't update context path

2019-03-16 Thread Djamel TORCHE (JIRA)


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

Djamel TORCHE updated NETBEANS-2265:

Description: 
# Create a maven java web project "dukes-age" 
 # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
select *Properties*.
 # Select the "Run" category in the "Project Properties" manager.
 # Set "Context Path" to: {{/DukesAgeService}}.
 # Set "Relative URL" to: {{/webresources/dukesAge}}.
 # Push the *OK* button**
 # Repeat 2 and 3 then Change Context path to any thing else
 # Push the *OK* button
 # Repeat 2 and 3 : Result: {color:#ff}+*no previous changes*+{color}

  was:
# Create a maven java web project "dukes-age" 
 # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
select *Properties*.
 # Select the "Run" category in the "Project Properties" manager.
 # Set "Context Path" to: {{/DukesAgeService}}.
 # Set "Relative URL" to: {{/webresources/dukesAge}}.
 # Push the *OK* button**
 # Repeat 1,2 and 3 then Change Context path to any thing else
 # Push the *OK* button
 # Repeat 1,2 and 3 : Result: {color:#ff}+*no previous changes*+{color}


> Can't update context path
> -
>
> Key: NETBEANS-2265
> URL: https://issues.apache.org/jira/browse/NETBEANS-2265
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Netbeans : netbeans-11.0-vc3 fot netcat testing
>Reporter: Djamel TORCHE
>Priority: Major
>
> # Create a maven java web project "dukes-age" 
>  # In "Projects" view and invoke pop-up menu on the "dukes-age" root node and 
> select *Properties*.
>  # Select the "Run" category in the "Project Properties" manager.
>  # Set "Context Path" to: {{/DukesAgeService}}.
>  # Set "Relative URL" to: {{/webresources/dukesAge}}.
>  # Push the *OK* button**
>  # Repeat 2 and 3 then Change Context path to any thing else
>  # Push the *OK* button
>  # Repeat 2 and 3 : Result: {color:#ff}+*no previous changes*+{color}



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

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

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



[jira] [Commented] (NETBEANS-685) Push down dialog allows pushing down methods from implemented interface

2019-03-16 Thread Giuseppe Tino (JIRA)


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

Giuseppe Tino commented on NETBEANS-685:


The issue affect also version 11.0 vc3

> Push down dialog allows pushing down methods from implemented interface
> ---
>
> Key: NETBEANS-685
> URL: https://issues.apache.org/jira/browse/NETBEANS-685
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 11.0
>Reporter: Manikantan Narender Nath
>Priority: Major
>
> Test Spec: 
> http://netbeans-vm.apache.org/synergy/client/app/#/specification/351
> Test Suite: http://netbeans-vm.apache.org/synergy/client/app/#/suite/2023/v/1
> test Case : 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5134/suite/2023/v/1]
>  
> Environment:
> *Product Version:* Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-408-on-20180417)
> *Java:* 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> *Runtime:* Java(TM) SE Runtime Environment 10+46
> *System:* Mac OS X version 10.12.6 running on x86_64; UTF-8; en_IN (nb)
>  
> Steps to reproduce
>  # Open Project Java Refactoring (Attached with test spec)
>  # OPen push_pull.ClassB.java
>  # Place cursor/Caret on method _public String getSequence(int i)_ 
>  # From popup menu chose Refactor | Push down
>  # Click Preview
>  # Click Do Refactoring
> Expected Result
> Push Down dialog should not allow refactoring since _public String 
> getSequence(int i)_ is defined in interface
> Actual result
> Push down dialog allows refactoring, refactoring is possible but 
> push_pull.ClassB.java is not compilable since it is not declared abstract or 
> implements methods from interface



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

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

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



[jira] [Resolved] (NETBEANS-1693) Errors in CSS variables

2019-03-16 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-1693.

Resolution: Duplicate

> Errors in CSS variables
> ---
>
> Key: NETBEANS-1693
> URL: https://issues.apache.org/jira/browse/NETBEANS-1693
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Los Vitaly
>Priority: Major
> Attachments: netbeans_var.png
>
>
>  
> NB 10 don't understand CSS variables like 
>  
> {code:java}
> element { 
> --main-bg-color: brown;
> }
> element { 
> background-color: var(--main-bg-color);
> }
> {code}
> {{ }}



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

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

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



[jira] [Resolved] (NETBEANS-2215) CSS parsing error with CSS val() function

2019-03-16 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-2215.

Resolution: Duplicate

> CSS parsing error with CSS val() function
> -
>
> Key: NETBEANS-2215
> URL: https://issues.apache.org/jira/browse/NETBEANS-2215
> Project: NetBeans
>  Issue Type: Task
>  Components: web - CSS Editor
>Affects Versions: 10.0
>Reporter: Marek Pawłowski
>Priority: Trivial
>
> NetBeans IDE 10 displays a parsing error if the CSS file has the correct CSS 
> function "var()", e.g.:
> {quote}.element 
>     color: var(--color-muted);
> {quote}
>  



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

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

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



[jira] [Resolved] (NETBEANS-2258) Deleting lines in an SQL runner.

2019-03-16 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-2258.

Resolution: Incomplete

Please attach logs as files and provide a description of the problem and the 
expected outcome.

> Deleting lines in an SQL runner.
> 
>
> Key: NETBEANS-2258
> URL: https://issues.apache.org/jira/browse/NETBEANS-2258
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Scott Weatbrook
>Priority: Major
>
> ---
> >Log Session: Friday, March 15, 2019 9:36:12 AM MDT
> >System Info: 
>  Product Version = Apache NetBeans IDE 10.0 (Build 
> incubator-netbeans-release-380-on-20181217)
>  Operating System = Linux version 4.18.0-16-generic running on amd64
>  Java; VM; Vendor = 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09; 
> Oracle Corporation
>  Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>  Java Home = /usr/lib/jvm/java-8-oracle/jre
>  System Locale; Encoding = en_US (nb); UTF-8
>  Home Directory = /home/sweatbrook
>  Current Directory = /home/sweatbrook/Desktop
>  User Directory = /home/sweatbrook/.netbeans/10.0
>  Cache Directory = /home/sweatbrook/.cache/netbeans/10.0
>  Installation = /home/sweatbrook/netbeans/nb
>  /home/sweatbrook/netbeans/ergonomics
>  /home/sweatbrook/netbeans/ide
>  /home/sweatbrook/netbeans/extide
>  /home/sweatbrook/netbeans/java
>  /home/sweatbrook/netbeans/apisupport
>  /home/sweatbrook/netbeans/webcommon
>  /home/sweatbrook/netbeans/websvccommon
>  /home/sweatbrook/netbeans/profiler
>  /home/sweatbrook/netbeans/php
>  /home/sweatbrook/netbeans/harness
>  /home/sweatbrook/netbeans/groovy
>  /home/sweatbrook/netbeans/javafx
>  /home/sweatbrook/netbeans/platform
>  Boot & Ext. Classpath = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar
>  Application Classpath = 
> /home/sweatbrook/netbeans/platform/lib/boot.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-modules.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-util.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-util-lookup.jar:/home/sweatbrook/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>  Startup Classpath = 
> /home/sweatbrook/netbeans/platform/core/core-base.jar:/home/sweatbrook/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/sweatbrook/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/sweatbrook/netbeans/platform/core/core.jar:/home/sweatbrook/netbeans/platform/core/asm-all-5.0.1.jar:/home/sweatbrook/netbeans/platform/core/org-openide-filesystems.jar:/home/sweatbrook/netbeans/nb/core/org-netbeans-upgrader.jar:/home/sweatbrook/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/home/sweatbrook/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, 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] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.python.project] use org.openidex.util which is 
> deprecated: Module o.openidex.util is deprecated, use module api.search 
> instead.
> WARNING [org.openide.filesystems.Ordering]: Not all children in 
> Services/MIMEResolver/ marked with the position attribute: 
>