[jira] [Updated] (NETBEANS-568) New Archetype wizard Test Case fails to create project

2018-04-17 Thread JIRA

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

Alied Pérez Martínez updated NETBEANS-568:
--
Priority: Major  (was: Blocker)

> New Archetype wizard Test Case fails to create project
> --
>
> Key: NETBEANS-568
> URL: https://issues.apache.org/jira/browse/NETBEANS-568
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>Reporter: Alied Pérez Martínez
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: maven
>
> The test case "New Archetype wizard" fails to create the requested project
> build log:
> {noformat}
> cd /home/alied/NetBeansProjects/netcat90; 
> JAVA_HOME=/home/alied/Downloads/jdk-10 
> /home/alied/Downloads/netbeans/java/maven/bin/mvn 
> -DarchetypeGroupId=org.jvnet.hudson.tools 
> -DarchetypeArtifactId=maven-hpi-plugin -DarchetypeVersion=3.0.1 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2/ 
> -DgroupId=com.mycompany -DartifactId=MvnSampleProject -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mvnsampleproject 
> -Dbasedir=/home/alied/NetBeansProjects/netcat90 -Darchetype.interactive=false 
> --batch-mode archetype:generate
> Scanning for projects...
> 
> 
> Building Maven Stub Project (No POM) 1
> 
> >>> maven-archetype-plugin:2.3:generate (default-cli) > generate-sources @ 
> >>> standalone-pom >>>
> <<< maven-archetype-plugin:2.3:generate (default-cli) < generate-sources @ 
> standalone-pom <<<
> --- maven-archetype-plugin:2.3:generate (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> maven-hpi-plugin:3.0.1
> 
> Parameter: basedir, Value: /home/alied/NetBeansProjects/netcat90
> Parameter: package, Value: com.mycompany.mvnsampleproject
> Parameter: groupId, Value: com.mycompany
> Parameter: artifactId, Value: MvnSampleProject
> Parameter: packageName, Value: com.mycompany.mvnsampleproject
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.011 s
> Finished at: 2018-04-02T15:34:28-03:00
> Final Memory: 12M/54M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.3:generate (default-cli) on 
> project standalone-pom: Directory MvnSampleProject already exists - please 
> run from a clean directory -> [Help 1]
> To see the full stack trace of the errors, re-run Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.
> For more information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
> No files are created inside the project directory:
> {noformat}
> alied@development:~/NetBeansProjects/netcat90/MvnSampleProject$ ls -la
> total 8
> drwxr-xr-x 2 alied alied 4096 Apr  2 15:34 .
> drwxr-xr-x 3 alied alied 4096 Apr  2 15:34 ..
> {noformat}



--
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-568) New Archetype wizard Test Case fails to create project

2018-04-17 Thread JIRA

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

Alied Pérez Martínez commented on NETBEANS-568:
---

Agree, [~GeertjanWielenga]. I'm moving it to Major since there's a workaround.

> New Archetype wizard Test Case fails to create project
> --
>
> Key: NETBEANS-568
> URL: https://issues.apache.org/jira/browse/NETBEANS-568
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>Reporter: Alied Pérez Martínez
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: maven
>
> The test case "New Archetype wizard" fails to create the requested project
> build log:
> {noformat}
> cd /home/alied/NetBeansProjects/netcat90; 
> JAVA_HOME=/home/alied/Downloads/jdk-10 
> /home/alied/Downloads/netbeans/java/maven/bin/mvn 
> -DarchetypeGroupId=org.jvnet.hudson.tools 
> -DarchetypeArtifactId=maven-hpi-plugin -DarchetypeVersion=3.0.1 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2/ 
> -DgroupId=com.mycompany -DartifactId=MvnSampleProject -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mvnsampleproject 
> -Dbasedir=/home/alied/NetBeansProjects/netcat90 -Darchetype.interactive=false 
> --batch-mode archetype:generate
> Scanning for projects...
> 
> 
> Building Maven Stub Project (No POM) 1
> 
> >>> maven-archetype-plugin:2.3:generate (default-cli) > generate-sources @ 
> >>> standalone-pom >>>
> <<< maven-archetype-plugin:2.3:generate (default-cli) < generate-sources @ 
> standalone-pom <<<
> --- maven-archetype-plugin:2.3:generate (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> maven-hpi-plugin:3.0.1
> 
> Parameter: basedir, Value: /home/alied/NetBeansProjects/netcat90
> Parameter: package, Value: com.mycompany.mvnsampleproject
> Parameter: groupId, Value: com.mycompany
> Parameter: artifactId, Value: MvnSampleProject
> Parameter: packageName, Value: com.mycompany.mvnsampleproject
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.011 s
> Finished at: 2018-04-02T15:34:28-03:00
> Final Memory: 12M/54M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.3:generate (default-cli) on 
> project standalone-pom: Directory MvnSampleProject already exists - please 
> run from a clean directory -> [Help 1]
> To see the full stack trace of the errors, re-run Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.
> For more information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
> No files are created inside the project directory:
> {noformat}
> alied@development:~/NetBeansProjects/netcat90/MvnSampleProject$ ls -la
> total 8
> drwxr-xr-x 2 alied alied 4096 Apr  2 15:34 .
> drwxr-xr-x 3 alied alied 4096 Apr  2 15:34 ..
> {noformat}



--
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-687) Code Refactoring Must respect code style, formatting, spacing and layout

2018-04-17 Thread will mason (JIRA)

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

will mason updated NETBEANS-687:

Description: 
h2. expected

*  I expect automatic code edits to respect code layout as much as possible
* For example the code layout below should NOT change, following...
* Rename of '{{jComboBoxCorridor}}'  --> '{{jComboBoxSectionCorridor}}'   
{code:java}
  //  Example 1
helper.enable(
jComboBoxNoteType,
jComboBoxSectionCorridor
);

//  Example 2

helper.enable
(
jComboBoxNoteType,
jComboBoxSectionCorridor
);

// Example 3

helper.setEnabled(
jRadioButtonSection.isSelected() && enabled,
jComboBoxSectionCorridor,
jComboBoxNirCode
);
{code}

h2. actual

*  This is highly undesirable
* The first two code examples are change to the following:  {code:java}
helper.enable(jComboBoxNoteType,
jComboBoxSectionCorridor
);
{code}
* Example 3 results in a even less desirable change:  {code:java}
helper.enable
(jRadioButtonSection.isSelected() && enabled,
jComboBoxSectionCorridor,
jComboBoxNirCode
{code}
**  In this case the indenting was showing that the boolean result is applied 
to all the indented fields.
**  That information has been lost and was overlooked during debugging 
* These changes are definitely potential source for application code bugs




  was:
h2. expected

*  I expect automatic code edits to respect code layout as much as possible
* For example the code layout below should NOT change, following...
* Rename of '{{jComboBoxCorridor}}'  --> '{{jComboBoxSectionCorridor}}'   
{code:java}
  //  Example 1
helper.enable(
jComboBoxNoteType,
jComboBoxSectionCorridor
);

//  Example 2

helper.enable
(
jComboBoxNoteType,
jComboBoxSectionCorridor
);

// Example 3

helper.setEnabled(
jRadioButtonSection.isSelected() && enabled,
jComboBoxSectionCorridor,
jComboBoxNirCode
);
{code}

h2. actual

*  This is highly undesirable
* The first two code examples are change to the following:  {code:java}
helper.enable(jComboBoxNoteType,
jComboBoxSectionCorridor
);
{code}
* Example 3 results in a even less desirable change:  {code:java}
helper.enable(
(jRadioButtonSection.isSelected() && enabled,
jComboBoxSectionCorridor,
jComboBoxNirCode
{code}
**  In this case the indenting was showing that the boolean result is applied 
to all the indented fields.
**  That information has been lost and was overlooked during debugging 
* These changes are definitely potential source for application code bugs





> Code Refactoring Must respect code style, formatting, spacing and layout
> 
>
> Key: NETBEANS-687
> URL: https://issues.apache.org/jira/browse/NETBEANS-687
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring, java - Refactoring
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
> User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs
> Cache directory: Z:\tmp\.other\cache\netbeans\FourAbs-09
>Reporter: will mason
>Priority: Major
>  Labels: Regression, code-generation, formatting
> Fix For: 9.0
>
>
> h2. expected
> *  I expect automatic code edits to respect code layout as much as possible
> * For example the code layout below should NOT change, following...
> * Rename of '{{jComboBoxCorridor}}'  --> '{{jComboBoxSectionCorridor}}'   
> {code:java}
>   //  Example 1
> helper.enable(
> jComboBoxNoteType,
> jComboBoxSectionCorridor
> );
> //  Example 2
> helper.enable
> (
> jComboBoxNoteType,
> jComboBoxSectionCorridor
> );
> // Example 3
> helper.setEnabled(
> jRadioButtonSection.isSelected() && enabled,
> jComboBoxSectionCorridor,
> jComboBoxNirCode
> );
> {code}
> h2. actual
> *  This is highly undesirable
> * The first two code examples are change to the following:  {code:java}
> helper.enable(jComboBoxNoteType,
> jComboBoxSectionCorridor
> );
> {code}
> * Example 3 results in a even less desirable change:  {code:java}
> helper.enable
> (jRadioButtonSection.isSelected() && enabled,
> jComboBoxSectionCorridor,
> jComboBoxNirCode
> {code}
> **  In this case the indenting was showing that the 

[jira] [Updated] (NETBEANS-688) Extract Interface does not show method selected in editor as "checked"

2018-04-17 Thread Manikantan Narender Nath (JIRA)

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

Manikantan Narender Nath updated NETBEANS-688:
--
Description: 
Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2026/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5140/suite/2026/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 to test spec)
 # OPen extract.ClassB.java
 # Put caret into {{public void m|1(){...}}}
 # From main menu select Refactor > Extract Interface...

Expected Result

method public void m1 is "checked"

Actual result

method public void m1 is NOT "checked"

 

After selecting m1, the actual refactoring works.

!image-2018-04-18-09-39-22-836.png|width=610,height=525!

  was:
Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2026/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5140/suite/2026/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 to test spec)
 # OPen extract.ClassB.java
 # Put caret into {{public void m|1()\{...}}}
 # From main menu select Refactor > Extract Interface...

Expected Result

method public void m1 is "checked"

Actual result

method public void m1 is NOT "checked"

 

After selecting m1, the actual refactoring works.

!image-2018-04-18-09-39-22-836.png!


> Extract Interface does not show method selected in editor  as "checked"
> ---
>
> Key: NETBEANS-688
> URL: https://issues.apache.org/jira/browse/NETBEANS-688
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Manikantan Narender Nath
>Priority: Minor
> Attachments: image-2018-04-18-09-39-22-836.png
>
>
> Test Spec: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]
> Test Suite: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2026/v/1]
> Test Case: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5140/suite/2026/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 to test spec)
>  # OPen extract.ClassB.java
>  # Put caret into {{public void m|1(){...}}}
>  # From main menu select Refactor > Extract Interface...
> Expected Result
> method public void m1 is "checked"
> Actual result
> method public void m1 is NOT "checked"
>  
> After selecting m1, the actual refactoring works.
> !image-2018-04-18-09-39-22-836.png|width=610,height=525!



--
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-688) Extract Interface does not show method selected in editor as "checked"

2018-04-17 Thread Manikantan Narender Nath (JIRA)
Manikantan Narender Nath created NETBEANS-688:
-

 Summary: Extract Interface does not show method selected in editor 
 as "checked"
 Key: NETBEANS-688
 URL: https://issues.apache.org/jira/browse/NETBEANS-688
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 9.0
Reporter: Manikantan Narender Nath
 Attachments: image-2018-04-18-09-39-22-836.png

Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2026/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5140/suite/2026/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 to test spec)
 # OPen extract.ClassB.java
 # Put caret into {{public void m|1()\{...}}}
 # From main menu select Refactor > Extract Interface...

Expected Result

method public void m1 is "checked"

Actual result

method public void m1 is NOT "checked"

 

After selecting m1, the actual refactoring works.

!image-2018-04-18-09-39-22-836.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



[jira] [Created] (NETBEANS-687) Code Refactoring Must respect code style, formatting, spacing and layout

2018-04-17 Thread will mason (JIRA)
will mason created NETBEANS-687:
---

 Summary: Code Refactoring Must respect code style, formatting, 
spacing and layout
 Key: NETBEANS-687
 URL: https://issues.apache.org/jira/browse/NETBEANS-687
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring, java - Refactoring
Affects Versions: 9.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-205-on-20180202)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs
Cache directory: Z:\tmp\.other\cache\netbeans\FourAbs-09
Reporter: will mason
 Fix For: 9.0


h2. expected

*  I expect automatic code edits to respect code layout as much as possible
* For example the code layout below should NOT change, following...
* Rename of '{{jComboBoxCorridor}}'  --> '{{jComboBoxSectionCorridor}}'   
{code:java}
  //  Example 1
helper.enable(
jComboBoxNoteType,
jComboBoxSectionCorridor
);

//  Example 2

helper.enable
(
jComboBoxNoteType,
jComboBoxSectionCorridor
);

// Example 3

helper.setEnabled(
jRadioButtonSection.isSelected() && enabled,
jComboBoxSectionCorridor,
jComboBoxNirCode
);
{code}

h2. actual

*  This is highly undesirable
* The first two code examples are change to the following:  {code:java}
helper.enable(jComboBoxNoteType,
jComboBoxSectionCorridor
);
{code}
* Example 3 results in a even less desirable change:  {code:java}
helper.enable(
(jRadioButtonSection.isSelected() && enabled,
jComboBoxSectionCorridor,
jComboBoxNirCode
{code}
**  In this case the indenting was showing that the boolean result is applied 
to all the indented fields.
**  That information has been lost and was overlooked during debugging 
* These changes are definitely potential source for application code bugs






--
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-686) Undoing Pull Up to interface removes method from implementing class

2018-04-17 Thread Manikantan Narender Nath (JIRA)

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

Manikantan Narender Nath updated NETBEANS-686:
--
Description: 
Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
 # Open push_pull.ClassB.java
 # Place caret on method _public int fact(int i)_
 # From popup menu select Refactor|Pull Up
 # In Pull Up dialog select {{InterfaceA}} as destination super type
 # Do refactor
 # Press Undo

Expected result
 # On refactor, method int fact(int i) is declared in InterfaceA
 # method public int fact(int i) is retained in ClassB
 # On Undo method int fact(int i) is removed from InterfaceA

Actual Result
 # On refactor,method int fact(int i) is declared in InterfaceA
 # In ClassB a hint is shown to add Override annotation
 # On Undo method int fact(int i) is NOT removed from InterfaceA
 # On Undo method int fact(int i) is  removed from ClassB and error dialog as 
below is shown

!image-2018-04-18-09-31-51-552.png|width=468,height=114!

 

  was:
Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
 # Open push_pull.ClassB.java
 # Place caret on method _public int fact(int i)_
 # From popup menu select Refactor|Pull Up
 # In Pull Up dialog select {{InterfaceA}} as destination super type
 # Do refactor
 # Press Undo

Expected result
 # On refactor, method int fact(int i) is declared in InterfaceA
 # method public int fact(int i) is retained in ClassB
 # On Undo method int fact(int i) is removed from InterfaceA

Actual Result
 # On refactor,method int fact(int i) is declared in InterfaceA
 # In ClassB a hint is shown to add Override annotation
 # On Undo method int fact(int i) is NOT removed from InterfaceA
 # On Undo method int fact(int i) is  removed from ClassB and error dialog as 
below is shown

!image-2018-04-18-09-31-51-552.png!

 


> Undoing Pull Up to interface removes method from implementing class
> ---
>
> Key: NETBEANS-686
> URL: https://issues.apache.org/jira/browse/NETBEANS-686
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Manikantan Narender Nath
>Priority: Major
> Attachments: image-2018-04-18-09-31-51-552.png
>
>
> Test Spec: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]
> Test Suite: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]
> Test Case: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
>  # Open push_pull.ClassB.java
>  # Place caret on method _public int fact(int i)_
>  # From popup menu select Refactor|Pull Up
>  # In Pull Up dialog select {{InterfaceA}} as destination super type
>  # Do refactor
>  # Press Undo
> Expected result
>  # On refactor, method int fact(int i) is declared in InterfaceA
>  # method public int fact(int i) is retained in ClassB
>  # On Undo method int fact(int i) is removed from InterfaceA
> Actual Result
>  # On refactor,method int fact(int i) is declared in InterfaceA
>  # In ClassB a hint is shown to add Override annotation
>  # On Undo method int fact(int i) is NOT removed from InterfaceA
>  # On Undo method 

[jira] [Updated] (NETBEANS-686) Undoing Pull Up to interface removes method from implementing class

2018-04-17 Thread Manikantan Narender Nath (JIRA)

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

Manikantan Narender Nath updated NETBEANS-686:
--
Description: 
Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
 # Open push_pull.ClassB.java
 # Place caret on method _public int fact(int i)_
 # From popup menu select Refactor|Pull Up
 # In Pull Up dialog select {{InterfaceA}} as destination super type
 # Do refactor
 # Press Undo

Expected result
 # On refactor, method int fact(int i) is declared in InterfaceA
 # method public int fact(int i) is retained in ClassB
 # On Undo method int fact(int i) is removed from InterfaceA

Actual Result
 # On refactor,method int fact(int i) is declared in InterfaceA
 # In ClassB a hint is shown to add Override annotation
 # On Undo method int fact(int i) is NOT removed from InterfaceA
 # On Undo method int fact(int i) is  removed from ClassB and error dialog as 
below is shown

!image-2018-04-18-09-31-51-552.png!

 

  was:
Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
 # Open push_pull.ClassB.java
 # Place caret on method _public int fact(int i)_
 # From popup menu select Refactor|Pull Up
 # In Pull Up dialog select {{InterfaceA}} as destination super type
 # Do refactor
 # Press Undo

Expected result
 # On refactor, method int fact(int i) is declared in InterfaceA
 # method public int fact(int i) is retained in ClassB
 # On Undo method int fact(int i) is removed from InterfaceA

Actual Result
 # On refactor,method int fact(int i) is declared in InterfaceA
 # In ClassB a hint is shown to add Override annotation
 # On Undo method int fact(int i) is NOT removed from InterfaceA
 # On Undo method int fact(int i) is  removed from ClassB

!image-2018-04-18-09-26-53-084.png!


> Undoing Pull Up to interface removes method from implementing class
> ---
>
> Key: NETBEANS-686
> URL: https://issues.apache.org/jira/browse/NETBEANS-686
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Manikantan Narender Nath
>Priority: Major
> Attachments: image-2018-04-18-09-31-51-552.png
>
>
> Test Spec: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]
> Test Suite: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]
> Test Case: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
>  # Open push_pull.ClassB.java
>  # Place caret on method _public int fact(int i)_
>  # From popup menu select Refactor|Pull Up
>  # In Pull Up dialog select {{InterfaceA}} as destination super type
>  # Do refactor
>  # Press Undo
> Expected result
>  # On refactor, method int fact(int i) is declared in InterfaceA
>  # method public int fact(int i) is retained in ClassB
>  # On Undo method int fact(int i) is removed from InterfaceA
> Actual Result
>  # On refactor,method int fact(int i) is declared in InterfaceA
>  # In ClassB a hint is shown to add Override annotation
>  # On Undo method int fact(int i) is NOT removed from InterfaceA
>  # On Undo method int fact(int i) is  removed from ClassB and 

[jira] [Updated] (NETBEANS-686) Undoing Pull Up to interface removes method from implementing class

2018-04-17 Thread Manikantan Narender Nath (JIRA)

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

Manikantan Narender Nath updated NETBEANS-686:
--
Attachment: image-2018-04-18-09-31-51-552.png

> Undoing Pull Up to interface removes method from implementing class
> ---
>
> Key: NETBEANS-686
> URL: https://issues.apache.org/jira/browse/NETBEANS-686
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Manikantan Narender Nath
>Priority: Major
> Attachments: image-2018-04-18-09-31-51-552.png
>
>
> Test Spec: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]
> Test Suite: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]
> Test Case: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
>  # Open push_pull.ClassB.java
>  # Place caret on method _public int fact(int i)_
>  # From popup menu select Refactor|Pull Up
>  # In Pull Up dialog select {{InterfaceA}} as destination super type
>  # Do refactor
>  # Press Undo
> Expected result
>  # On refactor, method int fact(int i) is declared in InterfaceA
>  # method public int fact(int i) is retained in ClassB
>  # On Undo method int fact(int i) is removed from InterfaceA
> Actual Result
>  # On refactor,method int fact(int i) is declared in InterfaceA
>  # In ClassB a hint is shown to add Override annotation
>  # On Undo method int fact(int i) is NOT removed from InterfaceA
>  # On Undo method int fact(int i) is  removed from ClassB
> !image-2018-04-18-09-26-53-084.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



[jira] [Updated] (NETBEANS-686) Undoing Pull Up to interface removes method from implementing class

2018-04-17 Thread Manikantan Narender Nath (JIRA)

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

Manikantan Narender Nath updated NETBEANS-686:
--
Attachment: (was: image-2018-04-18-09-26-53-084.png)

> Undoing Pull Up to interface removes method from implementing class
> ---
>
> Key: NETBEANS-686
> URL: https://issues.apache.org/jira/browse/NETBEANS-686
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.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/2024/v/1]
> Test Case: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
>  # Open push_pull.ClassB.java
>  # Place caret on method _public int fact(int i)_
>  # From popup menu select Refactor|Pull Up
>  # In Pull Up dialog select {{InterfaceA}} as destination super type
>  # Do refactor
>  # Press Undo
> Expected result
>  # On refactor, method int fact(int i) is declared in InterfaceA
>  # method public int fact(int i) is retained in ClassB
>  # On Undo method int fact(int i) is removed from InterfaceA
> Actual Result
>  # On refactor,method int fact(int i) is declared in InterfaceA
>  # In ClassB a hint is shown to add Override annotation
>  # On Undo method int fact(int i) is NOT removed from InterfaceA
>  # On Undo method int fact(int i) is  removed from ClassB
> !image-2018-04-18-09-26-53-084.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



[jira] [Created] (NETBEANS-686) Undoing Pull Up to interface removes method from implementing class

2018-04-17 Thread Manikantan Narender Nath (JIRA)
Manikantan Narender Nath created NETBEANS-686:
-

 Summary: Undoing Pull Up to interface removes method from 
implementing class
 Key: NETBEANS-686
 URL: https://issues.apache.org/jira/browse/NETBEANS-686
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 9.0
Reporter: Manikantan Narender Nath


Test Spec: 
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]

Test Suite: [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2024/v/1]

Test Case: 
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5136/suite/2024/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 to test spec)
 # Open push_pull.ClassB.java
 # Place caret on method _public int fact(int i)_
 # From popup menu select Refactor|Pull Up
 # In Pull Up dialog select {{InterfaceA}} as destination super type
 # Do refactor
 # Press Undo

Expected result
 # On refactor, method int fact(int i) is declared in InterfaceA
 # method public int fact(int i) is retained in ClassB
 # On Undo method int fact(int i) is removed from InterfaceA

Actual Result
 # On refactor,method int fact(int i) is declared in InterfaceA
 # In ClassB a hint is shown to add Override annotation
 # On Undo method int fact(int i) is NOT removed from InterfaceA
 # On Undo method int fact(int i) is  removed from ClassB

!image-2018-04-18-09-26-53-084.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



[jira] [Updated] (NETBEANS-684) Cannot undo push down refactoring after a redo

2018-04-17 Thread Manikantan Narender Nath (JIRA)

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

Manikantan Narender Nath updated NETBEANS-684:
--
Description: 
Test Specification: 
[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/5132/suite/2023/v/1]

Environment
 *Product Version:* Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-408-on-20180417)

*Updates:* [Updates 
available|https://issues.apache.org/jira/secure/check-for-updates]

*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 JavaRefactoring (attached to test spec)
 # Open push_pull.ClassB.java
 # Place caret/cursor on method public int fact(int i)
 # From popup menu choose Refactor|Push down
 # Do preview
 # Do Refactor
 # Open push_pull.ClassD.java
 # Open push_pull.ClassC.java
 # In editor for ClassC.java place cursor/caret on method method public int 
fact(int i)
 # Click Undo
 # Click Redo
 # ClassC.java will be in unsaved state. Save it
 # Click Undo

Expected Behaviour

ClassC.java should be in Saved state after redo (same as after undo operation)

Undo should workd

Actual Behaviour

ClassC.java is in unsaved state and undo does not work.

 

*The similar behaviour is also observed for pull up to Class test case 
http://netbeans-vm.apache.org/synergy/client/app/#/case/5135/suite/2024/v/1*

 

 

  was:
Test Specification: 
[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/5132/suite/2023/v/1]

Environment
*Product Version:* Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-408-on-20180417)

*Updates:* [Updates 
available|https://issues.apache.org/jira/secure/check-for-updates]

*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 JavaRefactoring (attached to test spec)
 # Open push_pull.ClassB.java
 # Place caret/cursor on method public int fact(int i)
 # From popup menu choose Refactor|Push down
 # Do preview
 # Do Refactor
 # Open push_pull.ClassD.java
 # Open push_pull.ClassC.java
 # In editor for ClassC.java place cursor/caret on method method public int 
fact(int i)
 # Click Undo
 # Click Redo
 # ClassC.java will be in unsaved state. Save it
 # Click Undo

Expected Behaviour

ClassC.java should be in Saved state after redo (same as after undo operation)

Undo should workd

Actual Behaviour

ClassC.java is in unsaved state and undo does not work.

 

 


> Cannot undo push down refactoring after a redo
> --
>
> Key: NETBEANS-684
> URL: https://issues.apache.org/jira/browse/NETBEANS-684
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Manikantan Narender Nath
>Priority: Major
>
> Test Specification: 
> [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/5132/suite/2023/v/1]
> Environment
>  *Product Version:* Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-408-on-20180417)
> *Updates:* [Updates 
> available|https://issues.apache.org/jira/secure/check-for-updates]
> *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 JavaRefactoring (attached to test spec)
>  # Open push_pull.ClassB.java
>  # Place caret/cursor on method public int fact(int i)
>  # From popup menu choose Refactor|Push down
>  # Do preview
>  # Do Refactor
>  # Open push_pull.ClassD.java
>  # Open push_pull.ClassC.java
>  # In editor for ClassC.java place cursor/caret on method method public int 
> fact(int i)
>  # Click Undo
>  # Click Redo
>  # ClassC.java will be in unsaved state. Save it
>  # Click Undo
> Expected Behaviour
> ClassC.java should be in Saved state after redo (same as after undo operation)
> Undo should workd
> Actual Behaviour
> ClassC.java is in unsaved state and undo does not work.
>  
> *The similar behaviour is also observed fo

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

2018-04-17 Thread Manikantan Narender Nath (JIRA)
Manikantan Narender Nath created NETBEANS-685:
-

 Summary: 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
Reporter: Manikantan Narender Nath


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-684) Cannot undo push down refactoring after a redo

2018-04-17 Thread Manikantan Narender Nath (JIRA)
Manikantan Narender Nath created NETBEANS-684:
-

 Summary: Cannot undo push down refactoring after a redo
 Key: NETBEANS-684
 URL: https://issues.apache.org/jira/browse/NETBEANS-684
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 9.0
Reporter: Manikantan Narender Nath


Test Specification: 
[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/5132/suite/2023/v/1]

Environment
*Product Version:* Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-408-on-20180417)

*Updates:* [Updates 
available|https://issues.apache.org/jira/secure/check-for-updates]

*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 JavaRefactoring (attached to test spec)
 # Open push_pull.ClassB.java
 # Place caret/cursor on method public int fact(int i)
 # From popup menu choose Refactor|Push down
 # Do preview
 # Do Refactor
 # Open push_pull.ClassD.java
 # Open push_pull.ClassC.java
 # In editor for ClassC.java place cursor/caret on method method public int 
fact(int i)
 # Click Undo
 # Click Redo
 # ClassC.java will be in unsaved state. Save it
 # Click Undo

Expected Behaviour

ClassC.java should be in Saved state after redo (same as after undo operation)

Undo should workd

Actual Behaviour

ClassC.java is in unsaved state and undo does not work.

 

 



--
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-683) BadLocationException in Editor

2018-04-17 Thread will mason (JIRA)

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

will mason commented on NETBEANS-683:
-

h2.  Actual

* Same error occurred as soon as I resumed editing
* Problem seemed to go away after I SAVE-d the file
* Related, the navigation command: CTRL/Left-mouse-click Failed earlier
**  After I saved the file, then it worked again
*  I suspect there's something no longer being done   in the live files.

{noformat}
javax.swing.text.BadLocationException: Invalid offset=-1 < 0; docLen=101142
at 
org.netbeans.modules.editor.lib2.document.EditorDocumentContent.checkOffsetNonNegative(EditorDocumentContent.java:246)
at 
org.netbeans.modules.editor.lib2.document.EditorDocumentContent.checkOffsetInContent(EditorDocumentContent.java:259)
at 
org.netbeans.modules.editor.lib2.document.EditorDocumentContent.createPosition(EditorDocumentContent.java:173)
at 
java.desktop/javax.swing.text.AbstractDocument.createPosition(AbstractDocument.java:838)
at 
org.netbeans.modules.editor.java.JavaBracesMatcher$1.run(JavaBracesMatcher.java:319)
at 
org.netbeans.modules.editor.java.JavaBracesMatcher$1.run(JavaBracesMatcher.java:256)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
Caused: java.io.IOException
at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:463)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
at 
org.netbeans.modules.editor.java.JavaBracesMatcher.findContextBackwards(JavaBracesMatcher.java:256)
[catch] at 
org.netbeans.modules.editor.java.JavaBracesMatcher.findContext(JavaBracesMatcher.java:236)
at 
org.netbeans.modules.editor.bracesmatching.BraceMatchingSidebarComponent.matchHighlighted(BraceMatchingSidebarComponent.java:421)
at 
org.netbeans.modules.editor.bracesmatching.MasterMatcher.fireMatchesHighlighted(MasterMatcher.java:349)
at 
org.netbeans.modules.editor.bracesmatching.MasterMatcher.access$300(MasterMatcher.java:60)
at 
org.netbeans.modules.editor.bracesmatching.MasterMatcher$Firer.run(MasterMatcher.java:555)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{noformat}


> BadLocationException in Editor
> --
>
> Key: NETBEANS-683
> URL: https://issues.apache.org/jira/browse/NETBEANS-683
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Other
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
> User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs
> Cache directory: Z:\tmp\.other\cache\netbeans\FourAbs-09
>Reporter: will mason
>Priority: Major
>  Labels: Regression, editor, parser
> Fix For: 9.0
>
> Attachments: BadLocationException.logs, messages.log
>
>
> h2. context
> *  Editing open Java source file
> *  I was just commencing to write a new method
> h2. expected
> *  Just edit the code, typing 
> h2. actual
> * Work interrupted by this error
> * Need to report as a bug
> * 

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

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

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

ASF GitHub Bot updated NETBEANS-643:

Labels: pull-request-available  (was: )

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



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

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

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



[jira] [Created] (NETBEANS-682) Sorting threads by name does not work

2018-04-17 Thread Sven Reimers (JIRA)
Sven Reimers created NETBEANS-682:
-

 Summary: Sorting threads by name does not work
 Key: NETBEANS-682
 URL: https://issues.apache.org/jira/browse/NETBEANS-682
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 9.0
Reporter: Sven Reimers


In debugging view sorting by name is without function.



--
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-681) Sorting threads by suspend / running does not work

2018-04-17 Thread Sven Reimers (JIRA)
Sven Reimers created NETBEANS-681:
-

 Summary: Sorting threads by suspend / running does not work
 Key: NETBEANS-681
 URL: https://issues.apache.org/jira/browse/NETBEANS-681
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Sven Reimers


In debugging view sorting threads is not working



--
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] [Comment Edited] (NETBEANS-654) InvalidFileException while editing a class with a .form file

2018-04-17 Thread Austin Stephens (JIRA)

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

Austin Stephens edited comment on NETBEANS-654 at 4/17/18 8:14 PM:
---

I have added a simple sample. It is of a past bug killing project with 
mercurial versioning. All you need to do is to open one of the form files and 
it should explode.


was (Author: sir intellegence):
I have added a simple sample. It is of a past bug killing project with 
mercurial versioning.

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

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

2018-04-17 Thread Austin Stephens (JIRA)

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

Austin Stephens updated NETBEANS-654:
-
Attachment: AccessibilityBugKiller.zip

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

[jira] [Closed] (NETBEANS-661) Code completion issue - method finishing

2018-04-17 Thread Zsolt Holman (JIRA)

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

Zsolt Holman closed NETBEANS-661.
-
Resolution: Invalid

Raised mistakenly

> Code completion issue - method finishing
> 
>
> Key: NETBEANS-661
> URL: https://issues.apache.org/jira/browse/NETBEANS-661
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Product Version: NetBeans IDE 8.2 (Build 201609300101)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 1.8.0_161; Java HotSpot(TM) 64-Bit Server VM 25.161-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_161-b12
> System: Linux version 4.4.0-119-generic running on amd64; UTF-8; hu_HU (nb)
> User directory: /home/figura/.netbeans/8.2
> Cache directory: /home/figura/.cache/netbeans/8.2
>Reporter: Zsolt Holman
>Priority: Minor
> Attachments: Képernyőkép – 2018-04-13 09-36-38.png
>
>
> Code completion does not exactly meets the expected result description. 
> method(int a) should result method(a) , but actually it results method(0)



--
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] 01/01: Merge pull request #506 from eirikbakke/NETBEANS-673

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

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

commit 4ed13367ea904f6a438d6b3f9624c7555d52226d
Merge: 5cacb41 7e88b05
Author: Matthias Bläsing 
AuthorDate: Tue Apr 17 20:44:15 2018 +0200

Merge pull request #506 from eirikbakke/NETBEANS-673

[NETBEANS-673] Add support for MariaDB JDBC driver in Add Connection wizard

 .../org/netbeans/modules/db/util/Bundle.properties   |  1 +
 .../org/netbeans/modules/db/util/DriverListUtil.java | 12 +++-
 .../netbeans/modules/db/util/DriverListUtilTest.java | 20 
 3 files changed, 32 insertions(+), 1 deletion(-)

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

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

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



[incubator-netbeans] branch master updated (5cacb41 -> 4ed1336)

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

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


from 5cacb41  Merge pull request #496 from junichi11/netbeans-649
 add 7e88b05  [NETBEANS-673] Add support for MariaDB JDBC driver in Add 
Connection wizard
 new 4ed1336  Merge pull request #506 from eirikbakke/NETBEANS-673

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/netbeans/modules/db/util/Bundle.properties   |  1 +
 .../org/netbeans/modules/db/util/DriverListUtil.java | 12 +++-
 .../netbeans/modules/db/util/DriverListUtilTest.java | 20 
 3 files changed, 32 insertions(+), 1 deletion(-)

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

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

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



[jira] [Commented] (NETBEANS-668) Preview / Design no Windows / Classic on MacOSX

2018-04-17 Thread efrem mccrimon (JIRA)

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

efrem mccrimon commented on NETBEANS-668:
-

This is more of a feature request.  The Windows systems show windows Class, 
Windows, and no Mac OS X.  Mac OS X does not show Windows Classic and Windows.  
Why not show them all, it shows Nimbus, CDE/Motif, and others regardless of the 
platform.  I have tested on Linux to see what options it shows.

> Preview / Design no Windows / Classic on MacOSX
> ---
>
> Key: NETBEANS-668
> URL: https://issues.apache.org/jira/browse/NETBEANS-668
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 9.0
>Reporter: efrem mccrimon
>Priority: Minor
>
> When selecting the Frame from the Project window and selecting Preview / 
> Design, there is no option for Windows / Classic.  Minor change needed if not 
> out of scope on the paltform.



--
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-582) Missing menuitem "Swing GUI Forms > Master/Detailed Sample Form"

2018-04-17 Thread Geertjan Wielenga (JIRA)

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

Geertjan Wielenga commented on NETBEANS-582:


The fact that that specific sample is missing is somehow connected to the fact 
that it is the only sample found in the forms.j2ee modiule:

[https://github.com/apache/incubator-netbeans/blob/master/form.j2ee/src/org/netbeans/modules/form/j2ee/resources/layer.xml]

Not sure why that particular module is not included, or what the reason is, 
from its name it would seem to somehow be connected with 'j2ee' which is a 
cluster that has not been donated yet. 

I suggest that, since this is about this specific sample and AFAIK no other 
sample, we re-evaluate this after the 2nd donation is done, which will include 
the j2ee cluster and, until then, do not make this a blocker. I.e., not a 
blocker for the 9.0 release IMHO.

> Missing menuitem "Swing GUI Forms > Master/Detailed Sample Form"
> 
>
> Key: NETBEANS-582
> URL: https://issues.apache.org/jira/browse/NETBEANS-582
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, guibuilder - Natural Layout
>Affects Versions: 9.0
> Environment: ubuntu 16.04 LTS
> nb 90
>Reporter: Zsolt Holman
>Priority: Minor
> Attachments: Képernyőkép – 2018-04-03 22-18-03.png
>
>
> There is no such menu item in gui designer
> Swing GUI Forms > Master/Detailed Sample Form



--
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-481) New ErrorRule to fix compiler error on initialization of var type variable with array

2018-04-17 Thread ARUNAVA SINHA (JIRA)

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

ARUNAVA SINHA updated NETBEANS-481:
---
Summary: New ErrorRule to fix compiler error on initialization of var type 
variable with array  (was: New ErrorRule to fix compiler error on 
initialization  of var type variable with literal array)

> New ErrorRule to fix compiler error on initialization of var type variable 
> with array
> -
>
> Key: NETBEANS-481
> URL: https://issues.apache.org/jira/browse/NETBEANS-481
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Trivial
>  Labels: JDK10-LVTI
>
> Below statement throws compiler error.
> var arr = \{1,2};
> : error: cannot infer type for local variable var k = \{ 1 , 2 }; ^
> (array initializer needs an explicit target-type)
>  
> Proposed fix would be
> var arr = new int[] \{ 1, 2 };



--
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-403) Pressing Home/End scrolls to beginning/end of whole document if tooltip is open

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

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

ASF GitHub Bot updated NETBEANS-403:

Labels: pull-request-available  (was: )

> Pressing Home/End scrolls to beginning/end of whole document if tooltip is 
> open
> ---
>
> Key: NETBEANS-403
> URL: https://issues.apache.org/jira/browse/NETBEANS-403
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Key bindings
>Affects Versions: 8.2, 9.0
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: pull-request-available
> Attachments: HomeEndBug.png
>
>
> When a tooltip is shown in the Java editor, for instance because the mouse is 
> hovering over an error indication, pressing the Home or End keys on the 
> keyboard scrolls the entire document all the way to the top or end, 
> respectively instead of to the beginning or end of the current line. This is 
> extremely disruptive, and likely very confusing to users, as it only happens 
> in the stated situation.
> A workaround is to move the mouse pointer away from the editor to close the 
> popup after examining an error. Most users will not be able to discover this 
> workaround, though--for myself, it took two weeks to discover the correlation 
> between the tooltip being open and the bug occurring.
> This bug seems to have been introduced in 8.2, and I just confirmed that it 
> is still present on the new Apache NetBeans 9.0 beta release.
> This issue was first reported as issue #270842 by timothyrheider in the old 
> BugZilla tracker, on 2017-06-09:
> https://netbeans.org/bugzilla/show_bug.cgi?id=270842



--
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-620) profiling SQL queries doesn't work under JDK 10

2018-04-17 Thread JIRA

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

Jiří Kovalský updated NETBEANS-620:
---
Labels: BLOCKER  (was: )

> profiling SQL queries doesn't work under JDK 10
> ---
>
> Key: NETBEANS-620
> URL: https://issues.apache.org/jira/browse/NETBEANS-620
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: I tested under NetBeans 9.0 build 395 with a project 
> that uses a Postgres database.
>Reporter: Glenn Holmer
>Priority: Critical
>  Labels: BLOCKER
>
> Profiler's SQL query profiling feature does not work under JDK 10:
> 1) Create or open a project that uses JDBC queries to a database.
> 2) Click the profiler icon in the toolbar.
> 3) In the Profiler button dropdown, select "SQL Queries".
> 4) Click the gear icon at the right of the profiler toolbar and select "All 
> queries".
> 5) Click the "Profile" button to start profiling.
> The program runs, but no SQL query data are returned. This works fine under 
> JDK 8.



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

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

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



[jira] [Updated] (NETBEANS-620) profiling SQL queries doesn't work under JDK 10

2018-04-17 Thread JIRA

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

Jiří Kovalský updated NETBEANS-620:
---
Priority: Critical  (was: Major)

> profiling SQL queries doesn't work under JDK 10
> ---
>
> Key: NETBEANS-620
> URL: https://issues.apache.org/jira/browse/NETBEANS-620
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: I tested under NetBeans 9.0 build 395 with a project 
> that uses a Postgres database.
>Reporter: Glenn Holmer
>Priority: Critical
>
> Profiler's SQL query profiling feature does not work under JDK 10:
> 1) Create or open a project that uses JDBC queries to a database.
> 2) Click the profiler icon in the toolbar.
> 3) In the Profiler button dropdown, select "SQL Queries".
> 4) Click the gear icon at the right of the profiler toolbar and select "All 
> queries".
> 5) Click the "Profile" button to start profiling.
> The program runs, but no SQL query data are returned. This works fine under 
> JDK 8.



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

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

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



[jira] [Commented] (NETBEANS-568) New Archetype wizard Test Case fails to create project

2018-04-17 Thread Geertjan Wielenga (JIRA)

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

Geertjan Wielenga commented on NETBEANS-568:


But, I will take a look at the related source code and investigate removing the 
creation of the project folder, so that that folder can be created by the 
archetype itself.

> New Archetype wizard Test Case fails to create project
> --
>
> Key: NETBEANS-568
> URL: https://issues.apache.org/jira/browse/NETBEANS-568
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>Reporter: Alied Pérez Martínez
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: maven
>
> The test case "New Archetype wizard" fails to create the requested project
> build log:
> {noformat}
> cd /home/alied/NetBeansProjects/netcat90; 
> JAVA_HOME=/home/alied/Downloads/jdk-10 
> /home/alied/Downloads/netbeans/java/maven/bin/mvn 
> -DarchetypeGroupId=org.jvnet.hudson.tools 
> -DarchetypeArtifactId=maven-hpi-plugin -DarchetypeVersion=3.0.1 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2/ 
> -DgroupId=com.mycompany -DartifactId=MvnSampleProject -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mvnsampleproject 
> -Dbasedir=/home/alied/NetBeansProjects/netcat90 -Darchetype.interactive=false 
> --batch-mode archetype:generate
> Scanning for projects...
> 
> 
> Building Maven Stub Project (No POM) 1
> 
> >>> maven-archetype-plugin:2.3:generate (default-cli) > generate-sources @ 
> >>> standalone-pom >>>
> <<< maven-archetype-plugin:2.3:generate (default-cli) < generate-sources @ 
> standalone-pom <<<
> --- maven-archetype-plugin:2.3:generate (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> maven-hpi-plugin:3.0.1
> 
> Parameter: basedir, Value: /home/alied/NetBeansProjects/netcat90
> Parameter: package, Value: com.mycompany.mvnsampleproject
> Parameter: groupId, Value: com.mycompany
> Parameter: artifactId, Value: MvnSampleProject
> Parameter: packageName, Value: com.mycompany.mvnsampleproject
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.011 s
> Finished at: 2018-04-02T15:34:28-03:00
> Final Memory: 12M/54M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.3:generate (default-cli) on 
> project standalone-pom: Directory MvnSampleProject already exists - please 
> run from a clean directory -> [Help 1]
> To see the full stack trace of the errors, re-run Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.
> For more information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
> No files are created inside the project directory:
> {noformat}
> alied@development:~/NetBeansProjects/netcat90/MvnSampleProject$ ls -la
> total 8
> drwxr-xr-x 2 alied alied 4096 Apr  2 15:34 .
> drwxr-xr-x 3 alied alied 4096 Apr  2 15:34 ..
> {noformat}



--
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-568) New Archetype wizard Test Case fails to create project

2018-04-17 Thread Geertjan Wielenga (JIRA)

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

Geertjan Wielenga commented on NETBEANS-568:


Since there is a workaround, I suggest downgrading this.

> New Archetype wizard Test Case fails to create project
> --
>
> Key: NETBEANS-568
> URL: https://issues.apache.org/jira/browse/NETBEANS-568
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-386-on-20180402)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Linux version 4.15.14 running on amd64; UTF-8; en_US (nb)
> User directory: /home/alied/.netbeans/beta
> Cache directory: /home/alied/.cache/netbeans/beta
>Reporter: Alied Pérez Martínez
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: maven
>
> The test case "New Archetype wizard" fails to create the requested project
> build log:
> {noformat}
> cd /home/alied/NetBeansProjects/netcat90; 
> JAVA_HOME=/home/alied/Downloads/jdk-10 
> /home/alied/Downloads/netbeans/java/maven/bin/mvn 
> -DarchetypeGroupId=org.jvnet.hudson.tools 
> -DarchetypeArtifactId=maven-hpi-plugin -DarchetypeVersion=3.0.1 
> -DarchetypeRepository=https://repo.maven.apache.org/maven2/ 
> -DgroupId=com.mycompany -DartifactId=MvnSampleProject -Dversion=1.0-SNAPSHOT 
> -Dpackage=com.mycompany.mvnsampleproject 
> -Dbasedir=/home/alied/NetBeansProjects/netcat90 -Darchetype.interactive=false 
> --batch-mode archetype:generate
> Scanning for projects...
> 
> 
> Building Maven Stub Project (No POM) 1
> 
> >>> maven-archetype-plugin:2.3:generate (default-cli) > generate-sources @ 
> >>> standalone-pom >>>
> <<< maven-archetype-plugin:2.3:generate (default-cli) < generate-sources @ 
> standalone-pom <<<
> --- maven-archetype-plugin:2.3:generate (default-cli) @ standalone-pom ---
> Generating project in Batch mode
> Archetype defined by properties
> 
> Using following parameters for creating project from Old (1.x) Archetype: 
> maven-hpi-plugin:3.0.1
> 
> Parameter: basedir, Value: /home/alied/NetBeansProjects/netcat90
> Parameter: package, Value: com.mycompany.mvnsampleproject
> Parameter: groupId, Value: com.mycompany
> Parameter: artifactId, Value: MvnSampleProject
> Parameter: packageName, Value: com.mycompany.mvnsampleproject
> Parameter: version, Value: 1.0-SNAPSHOT
> 
> BUILD FAILURE
> 
> Total time: 1.011 s
> Finished at: 2018-04-02T15:34:28-03:00
> Final Memory: 12M/54M
> 
> Failed to execute goal 
> org.apache.maven.plugins:maven-archetype-plugin:2.3:generate (default-cli) on 
> project standalone-pom: Directory MvnSampleProject already exists - please 
> run from a clean directory -> [Help 1]
> To see the full stack trace of the errors, re-run Maven with the -e switch.
> Re-run Maven using the -X switch to enable full debug logging.
> For more information about the errors and possible solutions, please read the 
> following articles:
> [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
> No files are created inside the project directory:
> {noformat}
> alied@development:~/NetBeansProjects/netcat90/MvnSampleProject$ ls -la
> total 8
> drwxr-xr-x 2 alied alied 4096 Apr  2 15:34 .
> drwxr-xr-x 3 alied alied 4096 Apr  2 15:34 ..
> {noformat}



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

2018-04-17 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto resolved NETBEANS-649.
---
Resolution: Fixed

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



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

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

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



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

2018-04-17 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto reassigned NETBEANS-649:
-

Assignee: Junichi Yamamoto

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



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

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

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



[jira] [Created] (NETBEANS-679) AssertionError opening JPanel GUI page

2018-04-17 Thread will mason (JIRA)
will mason created NETBEANS-679:
---

 Summary: AssertionError opening JPanel GUI page
 Key: NETBEANS-679
 URL: https://issues.apache.org/jira/browse/NETBEANS-679
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Painting  Printing, guibuilder - Code
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-205-on-20180202)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs
Cache directory: Z:\tmp\.other\cache\netbeans\FourAbs-09
Reporter: will mason
 Attachments: AssertionError.logs, messages.log

h2. expected

* Opened an existing Java file and form for a JPanel class
* Expected to display the panel in the designer

h2. actual

* Received this error: {noformat}
AssertionError: 
file:/D:/work/products/FourAbs/FourAbsClientCommon/build/classes/groovy/main
{noformat}
* Display the panel in the designer

h2.  Impact

* Stop to report bug
* Needs time now to confirm nothing has been broken

h2.  supporting information

*  messages.log
*  AssertionError.logs - contains ...
**  UI log
**  IDE log




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