[jira] [Resolved] (NETBEANS-648) Cannot select "Source/Binary Format : 10" in a maven project

2018-05-10 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto resolved NETBEANS-648.
---
   Resolution: Fixed
Fix Version/s: 9.0

> Cannot select "Source/Binary Format : 10" in a maven project
> 
>
> Key: NETBEANS-648
> URL: https://issues.apache.org/jira/browse/NETBEANS-648
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, projects - Maven
>Affects Versions: 9.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: java10-maven-project-issue-screenshot.png
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Ant project properties have "JDK 10" as Source/Binary Format but maven 
> project properties do not have "10"(see the screenshot).
> my environments:
> 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;



--
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-785) java.lang.IllegalArgumentException

2018-05-12 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-785:
-

 Summary: java.lang.IllegalArgumentException
 Key: NETBEANS-785
 URL: https://issues.apache.org/jira/browse/NETBEANS-785
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 9.0
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto
 Attachments: stacktrace

Steps to reproduce:
 # Create a maven project
 # Add JDK 8 and 10 to the platform manager
 # Set project JDK 10 to project properties
 # Remove JDK 10 from the platform manager
 # Click "Sources" on the Project Properties dialog



--
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-786) Errors don't disappear in a maven project

2018-05-12 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto updated NETBEANS-786:
--
Description: 
Steps to reproduce:
# Add JDK 8(default) and JDK 10 to the Java Platform Manager
# Create a maven project
# Add a new Java main class to it
# Set Build - Compile : "Java Platform" to JDK 10, Sources : "Source/Binary 
Format" to 10 in project properties
# Add the following code to the main class: var test = List.of("test"); (Also 
import java.util.List; of course)
# An error appears

The error disappears after NetBeans is restarted.

  was:
Steps to reproduce:
# Add JDK 8(default) and JDK 10 to the Java Platform Manager
# Create a maven project
# Add a new Java main class to it
# Set Build - Compile : "Java Platform" to JDK 10, Sources : "Source/Binary 
Format" to 10 in project properties
# Add the following code to the main class: var test = List.of("test");
# An error appears

The error disappears after NetBeans is restarted.


> Errors don't disappear in a maven project
> -
>
> Key: NETBEANS-786
> URL: https://issues.apache.org/jira/browse/NETBEANS-786
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20180513-a43f54baae94)
> Java: 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> Runtime: Java(TM) SE Runtime Environment 1.8.0_172-b11
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; 
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> # Add JDK 8(default) and JDK 10 to the Java Platform Manager
> # Create a maven project
> # Add a new Java main class to it
> # Set Build - Compile : "Java Platform" to JDK 10, Sources : "Source/Binary 
> Format" to 10 in project properties
> # Add the following code to the main class: var test = List.of("test"); (Also 
> import java.util.List; of course)
> # An error appears
> The error disappears after NetBeans is restarted.



--
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-786) Errors don't disappear in a maven project

2018-05-12 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto updated NETBEANS-786:
--
Description: 
Steps to reproduce:
# Add JDK 8(default) and JDK 10 to the Java Platform Manager
# Create a maven project
# Add a new Java main class to it
# Set JDK 10 to Build - Compile : "Java Platform",  10 to Sources : 
"Source/Binary Format" in project properties
# Add the following code to the main class: var test = List.of("test"); (Also 
import java.util.List; of course)
# An error appears

The error disappears after NetBeans is restarted.

  was:
Steps to reproduce:
# Add JDK 8(default) and JDK 10 to the Java Platform Manager
# Create a maven project
# Add a new Java main class to it
# Set Build - Compile : "Java Platform" to JDK 10, Sources : "Source/Binary 
Format" to 10 in project properties
# Add the following code to the main class: var test = List.of("test"); (Also 
import java.util.List; of course)
# An error appears

The error disappears after NetBeans is restarted.


> Errors don't disappear in a maven project
> -
>
> Key: NETBEANS-786
> URL: https://issues.apache.org/jira/browse/NETBEANS-786
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20180513-a43f54baae94)
> Java: 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> Runtime: Java(TM) SE Runtime Environment 1.8.0_172-b11
> System: Linux version 4.15.0-20-generic running on amd64; UTF-8; 
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> # Add JDK 8(default) and JDK 10 to the Java Platform Manager
> # Create a maven project
> # Add a new Java main class to it
> # Set JDK 10 to Build - Compile : "Java Platform",  10 to Sources : 
> "Source/Binary Format" in project properties
> # Add the following code to the main class: var test = List.of("test"); (Also 
> import java.util.List; of course)
> # An error appears
> The error disappears after NetBeans is restarted.



--
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-791) Highlights for the top line of JavaDoc are done on every line.

2018-05-17 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto commented on NETBEANS-791:
---

Sure ;) Thank you for your verification!

>  Highlights for the top line of JavaDoc are done on every line.
> ---
>
> Key: NETBEANS-791
> URL: https://issues.apache.org/jira/browse/NETBEANS-791
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: Windows 7
> java version "1.8.0_161"
> Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
>Reporter: Satoshi Kubo
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2018-05-15-11-44-05-458.png, 
> image-2018-05-15-11-44-22-046.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Highlights for the top line of JavaDoc are done on every line.
> !image-2018-05-15-11-44-22-046.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] [Commented] (NETBEANS-791) Highlights for the top line of JavaDoc are done on every line.

2018-05-16 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto commented on NETBEANS-791:
---

I sent a PR. It would be great if you can test it.
Thanks.

>  Highlights for the top line of JavaDoc are done on every line.
> ---
>
> Key: NETBEANS-791
> URL: https://issues.apache.org/jira/browse/NETBEANS-791
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: Windows 7
> java version "1.8.0_161"
> Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
>Reporter: Satoshi Kubo
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2018-05-15-11-44-05-458.png, 
> image-2018-05-15-11-44-22-046.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Highlights for the top line of JavaDoc are done on every line.
> !image-2018-05-15-11-44-22-046.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] [Resolved] (NETBEANS-785) java.lang.IllegalArgumentException

2018-05-24 Thread Junichi Yamamoto (JIRA)

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

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

> java.lang.IllegalArgumentException
> --
>
> Key: NETBEANS-785
> URL: https://issues.apache.org/jira/browse/NETBEANS-785
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: stacktrace
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Steps to reproduce:
>  # Create a maven project
>  # Add JDK 8 and 10 to the platform manager
>  # Set project JDK 10 to project properties
>  # Remove JDK 10 from the platform manager
>  # Click "Sources" on the Project Properties dialog



--
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-791) Highlights for the top line of JavaDoc are done on every line.

2018-05-15 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto commented on NETBEANS-791:
---

"。" means a period in Japanese. So we should also check it. Probably, ".", too.

As a workaround:
Instead of "。",  just use ".".

>  Highlights for the top line of JavaDoc are done on every line.
> ---
>
> Key: NETBEANS-791
> URL: https://issues.apache.org/jira/browse/NETBEANS-791
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: Windows 7
> java version "1.8.0_161"
> Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
>Reporter: Satoshi Kubo
>Priority: Major
> Attachments: image-2018-05-15-11-44-05-458.png, 
> image-2018-05-15-11-44-22-046.png
>
>
> Highlights for the top line of JavaDoc are done on every line.
> !image-2018-05-15-11-44-22-046.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] [Assigned] (NETBEANS-791) Highlights for the top line of JavaDoc are done on every line.

2018-05-15 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto reassigned NETBEANS-791:
-

Assignee: Junichi Yamamoto

>  Highlights for the top line of JavaDoc are done on every line.
> ---
>
> Key: NETBEANS-791
> URL: https://issues.apache.org/jira/browse/NETBEANS-791
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: Windows 7
> java version "1.8.0_161"
> Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
>Reporter: Satoshi Kubo
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: image-2018-05-15-11-44-05-458.png, 
> image-2018-05-15-11-44-22-046.png
>
>
> Highlights for the top line of JavaDoc are done on every line.
> !image-2018-05-15-11-44-22-046.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-947) Auto creation of * in comments should only apply to /** blocks and not to /* blocks

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-947:
-

 Summary: Auto creation of * in comments should only apply to /** 
blocks and not to /* blocks
 Key: NETBEANS-947
 URL: https://issues.apache.org/jira/browse/NETBEANS-947
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=230814



--
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-948) No code folding for use statements

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-948:
-

 Summary: No code folding for use statements
 Key: NETBEANS-948
 URL: https://issues.apache.org/jira/browse/NETBEANS-948
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=254432



--
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-946) PHP 7.3 support

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-946:
-

 Summary: PHP 7.3 support
 Key: NETBEANS-946
 URL: https://issues.apache.org/jira/browse/NETBEANS-946
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://wiki.php.net/rfc#php_73



--
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-950) Code folding for ""

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-950:
-

 Summary: Code folding for ""
 Key: NETBEANS-950
 URL: https://issues.apache.org/jira/browse/NETBEANS-950
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=232600



--
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-943) Palette for Twig

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-943:
-

 Summary: Palette for Twig
 Key: NETBEANS-943
 URL: https://issues.apache.org/jira/browse/NETBEANS-943
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Twig
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=251395



--
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-949) Assigning docs from another class for autocompletion purposes(mixins)

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-949:
-

 Summary: Assigning docs from another class for autocompletion 
purposes(mixins)
 Key: NETBEANS-949
 URL: https://issues.apache.org/jira/browse/NETBEANS-949
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=241740



--
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-944) Implement conditional breakpoints

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-944:
-

 Summary: Implement conditional breakpoints
 Key: NETBEANS-944
 URL: https://issues.apache.org/jira/browse/NETBEANS-944
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Debugger
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=132066



--
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-945) PHP 7.2 support

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-945:
-

 Summary: PHP 7.2 support
 Key: NETBEANS-945
 URL: https://issues.apache.org/jira/browse/NETBEANS-945
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=270929



--
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-942) PHPDoc inline type hint

2018-06-09 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-942:
-

 Summary: PHPDoc inline type hint
 Key: NETBEANS-942
 URL: https://issues.apache.org/jira/browse/NETBEANS-942
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor, php - PHPDoc
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


https://netbeans.org/bugzilla/show_bug.cgi?id=267470



--
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-538) A java.lang.StackOverflowError exception has occurred.

2018-06-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-538:
---

[~rtaneja] I guess that this is related to your changes. Is it possible to 
create a patch?

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
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-538) A java.lang.StackOverflowError exception has occurred.

2018-06-14 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto edited comment on NETBEANS-538 at 6/15/18 12:04 AM:
-

[~rtaneja] I guess that this relates to your changes. Is it possible to create 
a patch?


was (Author: junichi11):
[~rtaneja] I guess that this is related to your changes. Is it possible to 
create a patch?

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
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-1016) [PHP7.2] Regenerate signature files

2018-06-30 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1016:
--

 Summary: [PHP7.2] Regenerate signature files
 Key: NETBEANS-1016
 URL: https://issues.apache.org/jira/browse/NETBEANS-1016
 Project: NetBeans
  Issue Type: Task
  Components: php - Code
Reporter: Junichi Yamamoto






--
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-947) Auto creation of * in comments should only apply to /** blocks and not to /* blocks

2018-06-29 Thread Junichi Yamamoto (JIRA)


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

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

Applied the existing patch: 
https://github.com/apache/incubator-netbeans/pull/615

> Auto creation of * in comments should only apply to /** blocks and not to /* 
> blocks
> ---
>
> Key: NETBEANS-947
> URL: https://issues.apache.org/jira/browse/NETBEANS-947
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> https://netbeans.org/bugzilla/show_bug.cgi?id=230814



--
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-949) Assigning docs from another class for autocompletion purposes(mixins)

2018-06-29 Thread Junichi Yamamoto (JIRA)


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

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

Applied the existing patch: 
https://github.com/apache/incubator-netbeans/pull/615

> Assigning docs from another class for autocompletion purposes(mixins)
> -
>
> Key: NETBEANS-949
> URL: https://issues.apache.org/jira/browse/NETBEANS-949
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> https://netbeans.org/bugzilla/show_bug.cgi?id=241740



--
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-948) No code folding for use statements

2018-06-29 Thread Junichi Yamamoto (JIRA)


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

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

Applied the existing patch: 
https://github.com/apache/incubator-netbeans/pull/615

> No code folding for use statements
> --
>
> Key: NETBEANS-948
> URL: https://issues.apache.org/jira/browse/NETBEANS-948
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> https://netbeans.org/bugzilla/show_bug.cgi?id=254432



--
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-950) Code folding for ""

2018-06-29 Thread Junichi Yamamoto (JIRA)


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

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

Applied the existing patch: 
https://github.com/apache/incubator-netbeans/pull/615

> Code folding for ""
> ---
>
> Key: NETBEANS-950
> URL: https://issues.apache.org/jira/browse/NETBEANS-950
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> https://netbeans.org/bugzilla/show_bug.cgi?id=232600



--
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-943) Palette for Twig

2018-06-29 Thread Junichi Yamamoto (JIRA)


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

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

Applied the existing patch: 
https://github.com/apache/incubator-netbeans/pull/615

> Palette for Twig
> 
>
> Key: NETBEANS-943
> URL: https://issues.apache.org/jira/browse/NETBEANS-943
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Twig
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> https://netbeans.org/bugzilla/show_bug.cgi?id=251395



--
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-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-538:
---

Perfect!

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
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-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-538:
---

Thank you for fixing it, Reema! I've verified. It should be OK.
We can apply this patch after the javascript modules are moved to the Apache 
repository.

Just one note: should remove trailing whitespaces.

BTW, Is this[1] the same issue?

[1] https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-995 

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
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-471) PSR.2 formatting

2018-07-02 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-471:
---

Did you set Options for formatting? Tools > Options > Editor > Formatting > 
Language: PHP, Category: Braces > Method Declaration: New Line

> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting  Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-330) NetBeans 9.0 UC hosted on Apache infra

2018-07-03 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-330:
---

It works fine with Jirka's steps from Japan.
Thanks!

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: Capture du 2018-06-07 16-17-04.png, Hudson 
> UI_plugin_found.JPG, Hudson UI_plugin_install.JPG, Hudson 
> UI_plugin_install_finished.JPG, Hudson UI_plugin_install_verify_CA.JPG, 
> NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 10-06-42.png, 
> NBUCERRDL2018-06-07 10-22-27.png, image-2018-06-07-09-54-32-725.png, 
> messages.log, update_testing_2015-06-07.JPG
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
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-538) A java.lang.StackOverflowError exception has occurred.

2018-07-03 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-538:
---

The patch is merged in https://github.com/apache/incubator-netbeans/pull/621

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
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-145) Apache NetBeans Logo Contest

2018-02-06 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto commented on NETBEANS-145:
---

I just tried it: apache-netbeans-logo.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, 
> possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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] [Closed] (NETBEANS-1120) Wrong version of Twig Autocomplete pulled into Apache Netbeans 9

2018-08-07 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto closed NETBEANS-1120.
--
   Resolution: Not A Bug
Fix Version/s: (was: 9.0)

This is not a bug. NetBeans 9 does not include PHP features. You can just 
install php modules from the Update Center for NetBeans 8.2.

If you can use the new Twig version, you have to clone the NB repository then 
build it yourself.

> Wrong version of Twig Autocomplete pulled into Apache Netbeans 9 
> -
>
> Key: NETBEANS-1120
> URL: https://issues.apache.org/jira/browse/NETBEANS-1120
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Twig
>Affects Versions: 9.0
> Environment: Apache Netbeans 9 for windows
>Reporter: Sarel van der Merwe
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: update, version
>
> Hi, this relates to Twig Auto completion, the wrong version of Twig Templates 
> get installed Version ** 1.26.1 via the plugins, it should be 
>  
> *Version:* 1.28
> *Source:* NetBeans IDE Dev (Build 201711060002)
> more info regarding the old request 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244054]



--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-16 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1144:
--

 Summary: predefined_vars.zip is licensed under LGPL-2.1
 Key: NETBEANS-1144
 URL: https://issues.apache.org/jira/browse/NETBEANS-1144
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Reporter: Junichi Yamamoto






--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1144:


I'll recreate it from https://secure.php.net/manual/en/reserved.variables.php. 
We can create it under the CC-BY-3.0. see Copyright: 
https://secure.php.net/manual/en/copyright.php

> predefined_vars.zip is licensed under LGPL-2.1
> --
>
> Key: NETBEANS-1144
> URL: https://issues.apache.org/jira/browse/NETBEANS-1144
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Priority: Major
>  Labels: licensing
>




--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto reassigned NETBEANS-1144:
--

Assignee: Junichi Yamamoto

> predefined_vars.zip is licensed under LGPL-2.1
> --
>
> Key: NETBEANS-1144
> URL: https://issues.apache.org/jira/browse/NETBEANS-1144
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: licensing
>




--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1144:
---
Attachment: predefined_vars.zip

> predefined_vars.zip is licensed under LGPL-2.1
> --
>
> Key: NETBEANS-1144
> URL: https://issues.apache.org/jira/browse/NETBEANS-1144
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: licensing
> Attachments: predefined_vars.zip
>
>




--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1144:


I attached predefined_vars.zip. CC-BY-3.0 is listed in 
category-b(https://www.apache.org/legal/resolved.html#category-b). So this 
should be OK. 

> predefined_vars.zip is licensed under LGPL-2.1
> --
>
> Key: NETBEANS-1144
> URL: https://issues.apache.org/jira/browse/NETBEANS-1144
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: licensing
> Attachments: predefined_vars.zip
>
>




--
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-1144) predefined_vars.zip is licensed under LGPL-2.1

2018-08-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1144.

Resolution: Fixed

Fixed.

> predefined_vars.zip is licensed under LGPL-2.1
> --
>
> Key: NETBEANS-1144
> URL: https://issues.apache.org/jira/browse/NETBEANS-1144
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: licensing, pull-request-available
> Attachments: predefined_vars.zip
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>




--
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-1164) Move modules from php cluster into a subdirectory

2018-08-21 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1164:
--

 Summary: Move modules from php cluster into a subdirectory
 Key: NETBEANS-1164
 URL: https://issues.apache.org/jira/browse/NETBEANS-1164
 Project: NetBeans
  Issue Type: Task
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


Follow the steps here and apply to php cluster:

https://github.com/apache/incubator-netbeans/pull/719





--
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-1151) Add the removed test files of php.editor

2018-08-26 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1151.

Resolution: Fixed

> Add the removed test files of php.editor
> 
>
> Key: NETBEANS-1151
> URL: https://issues.apache.org/jira/browse/NETBEANS-1151
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Some unit test files were removed[1] when the 2nd donation was done. 
> We should add the files again if possible because some unit tests fail now.
> Otherwise, we should create new test files.
> [1] https://hg.netbeans.org/releases/rev/c08284c26be3



--
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-1151) Add the removed test files

2018-08-19 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto reassigned NETBEANS-1151:
--

Assignee: Junichi Yamamoto

> Add the removed test files
> --
>
> Key: NETBEANS-1151
> URL: https://issues.apache.org/jira/browse/NETBEANS-1151
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> Some unit test files were removed[1] when the 2nd donation was done. 
> We should add the files again if possible because some unit tests fail now.
> Otherwise, we should create new test files.
> [1] https://hg.netbeans.org/releases/rev/c08284c26be3



--
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-1151) Add the removed test files

2018-08-19 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1151:
--

 Summary: Add the removed test files
 Key: NETBEANS-1151
 URL: https://issues.apache.org/jira/browse/NETBEANS-1151
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Reporter: Junichi Yamamoto


Some unit test files were removed[1] when the 2nd donation was done. 
We should add the files again if possible because some unit tests fail now.
Otherwise, we should create new test files.

[1] https://hg.netbeans.org/releases/rev/c08284c26be3



--
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-1164) Move modules from php cluster into a subdirectory

2018-08-26 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1164.

Resolution: Fixed

> Move modules from php cluster into a subdirectory
> -
>
> Key: NETBEANS-1164
> URL: https://issues.apache.org/jira/browse/NETBEANS-1164
> Project: NetBeans
>  Issue Type: Task
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Follow the steps here and apply to php cluster:
> https://github.com/apache/incubator-netbeans/pull/719



--
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-1151) Add the removed test files of php.editor

2018-08-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1151:
---
Summary: Add the removed test files of php.editor  (was: Add the removed 
test files)

> Add the removed test files of php.editor
> 
>
> Key: NETBEANS-1151
> URL: https://issues.apache.org/jira/browse/NETBEANS-1151
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Some unit test files were removed[1] when the 2nd donation was done. 
> We should add the files again if possible because some unit tests fail now.
> Otherwise, we should create new test files.
> [1] https://hg.netbeans.org/releases/rev/c08284c26be3



--
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-1174) Move modules from webcommon cluster into a subdirectory

2018-08-23 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1174:


(y)

> Move modules from webcommon cluster into a subdirectory
> ---
>
> Key: NETBEANS-1174
> URL: https://issues.apache.org/jira/browse/NETBEANS-1174
> Project: NetBeans
>  Issue Type: Task
>Reporter: Thilina Ranathunga
>Assignee: Thilina Ranathunga
>Priority: Major
>




--
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-1174) Move modules from webcommon cluster into a subdirectory

2018-08-23 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1174:


[~thilina01] Please wait a while because there are some unmerged PRs. Thanks!

> Move modules from webcommon cluster into a subdirectory
> ---
>
> Key: NETBEANS-1174
> URL: https://issues.apache.org/jira/browse/NETBEANS-1174
> Project: NetBeans
>  Issue Type: Task
>Reporter: Thilina Ranathunga
>Assignee: Thilina Ranathunga
>Priority: Major
>




--
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-1164) Move modules from php cluster into a subdirectory

2018-08-26 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1164:


$ ant print-selected-modules -Dnb.clusters.list=nb.cluster.php

print-selected-modules:
[echo] modules=
hudson.php,
languages.neon,
libs.javacup,
php.api.annotation,
php.api.documentation,
php.api.editor,
php.api.executable,
php.api.framework,
php.api.phpmodule,
php.api.templates,
php.api.testing,
php.apigen,
php.atoum,
php.code.analysis,
php.codeception,
php.composer,
php.dbgp,
php.doctrine2,
php.editor,
php.kit,
php.latte,
php.nette.tester,
php.nette2,
php.phing,
php.phpdoc,
php.phpunit,
php.project,
php.refactoring,
php.samples,
php.smarty,
php.symfony,
php.symfony2,
php.twig,
php.zend,
php.zend2,
selenium2.php,
spellchecker.bindings.php,
websvc.saas.codegen.php

> Move modules from php cluster into a subdirectory
> -
>
> Key: NETBEANS-1164
> URL: https://issues.apache.org/jira/browse/NETBEANS-1164
> Project: NetBeans
>  Issue Type: Task
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> Follow the steps here and apply to php cluster:
> https://github.com/apache/incubator-netbeans/pull/719



--
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-791) Highlights for the top line of JavaDoc are done on every line.

2018-07-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-791.
---
   Resolution: Fixed
Fix Version/s: Next

I'm sorry I'm late. Fixed, but we should handle Japanese dot(。) as a 
JavaDocTokenId. So I've created a new issue to improve it[1].

[1] https://issues.apache.org/jira/browse/NETBEANS-1053

Thanks!

>  Highlights for the top line of JavaDoc are done on every line.
> ---
>
> Key: NETBEANS-791
> URL: https://issues.apache.org/jira/browse/NETBEANS-791
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: Windows 7
> java version "1.8.0_161"
> Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
>Reporter: Satoshi Kubo
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
> Attachments: image-2018-05-15-11-44-05-458.png, 
> image-2018-05-15-11-44-22-046.png
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Highlights for the top line of JavaDoc are done on every line.
> !image-2018-05-15-11-44-22-046.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-1053) Improve highlighting for Japanese JavaDoc

2018-07-17 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1053:
--

 Summary: Improve highlighting for Japanese JavaDoc
 Key: NETBEANS-1053
 URL: https://issues.apache.org/jira/browse/NETBEANS-1053
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Editor, java - Javadoc
Reporter: Junichi Yamamoto


We should handle Japanese dot(。) as a  JavaDocTokenId. Add the new tokenId for 
it or handle it as JavadocTokenId.DOT.
See:
- https://github.com/apache/incubator-netbeans/pull/550
- https://issues.apache.org/jira/browse/NETBEANS-791



--
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-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-09 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1229:


Tried:

{code:java}
$ ant -Dcluster.config=full run
Buildfile: /home/junichi11/NetBeansProjects/incubator-netbeans/build.xml

BUILD FAILED
Target "run" does not exist in the project "main". 
{code}


> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> ---
>
> Key: NETBEANS-1229
> URL: https://issues.apache.org/jira/browse/NETBEANS-1229
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following 
> error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean 
> build-nozip), I can run php/php.editor.
> Thanks.



--
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-794) java.lang.StackOverflowError on project scanning

2018-09-09 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-794:
---

[~rtaneja] You were already fixed this, right?

> java.lang.StackOverflowError on project scanning
> 
>
> Key: NETBEANS-794
> URL: https://issues.apache.org/jira/browse/NETBEANS-794
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Other
>Reporter: Loïc Broquet
>Priority: Minor
> Attachments: messages.log
>
>
> Just opened the IDE with multiple Maven JAR & WAR projects, and after some 
> project scanning the exception popped up (see docs text)



--
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-794) java.lang.StackOverflowError on project scanning

2018-09-09 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto edited comment on NETBEANS-794 at 9/9/18 10:34 AM:


[~rtaneja] You have already fixed this, right?


was (Author: junichi11):
[~rtaneja] You were already fixed this, right?

> java.lang.StackOverflowError on project scanning
> 
>
> Key: NETBEANS-794
> URL: https://issues.apache.org/jira/browse/NETBEANS-794
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Other
>Reporter: Loïc Broquet
>Priority: Minor
> Attachments: messages.log
>
>
> Just opened the IDE with multiple Maven JAR & WAR projects, and after some 
> project scanning the exception popped up (see docs text)



--
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-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-10 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1229:


Thank you, Matthias!
I could build php.editor in NetBeans without rebooting my PC after I ran the 
above command.

> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> ---
>
> Key: NETBEANS-1229
> URL: https://issues.apache.org/jira/browse/NETBEANS-1229
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following 
> error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean 
> build-nozip), I can run php/php.editor.
> Thanks.



--
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-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-10 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto edited comment on NETBEANS-1229 at 9/11/18 4:50 AM:
-

Thank you, Matthias!
I could build php.editor in NetBeans without running clean & build commands my 
PC after I ran the above command.


was (Author: junichi11):
Thank you, Matthias!
I could build php.editor in NetBeans without rebooting my PC after I ran the 
above command.

> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> ---
>
> Key: NETBEANS-1229
> URL: https://issues.apache.org/jira/browse/NETBEANS-1229
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following 
> error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean 
> build-nozip), I can run php/php.editor.
> Thanks.



--
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-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-08 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1229:
--

 Summary: java.lang.AssertionError: Cannot find myself as 
org.netbeans.modules.php.editor
 Key: NETBEANS-1229
 URL: https://issues.apache.org/jira/browse/NETBEANS-1229
 Project: NetBeans
  Issue Type: Bug
Reporter: Junichi Yamamoto


Steps to reproduce:
1. Build NetBeans (ant -Dcluster.config=full)
2. Run php/php.editor in NetBeans
3. Reboot my PC
4. Run php/php.editor in NetBeans
5. Get the following error message
output:
{code:java}
/incubator-netbeans/nbbuild/templates/projectized.xml:342: The following error 
occurred while executing this line:
/incubator-netbeans/nbbuild/templates/projectized.xml:335:
java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor
at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at java.util.Vector.forEach(Vector.java:1275)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
{code}

If I run clean and build command (ant -Dcluster.config=full clean build-nozip), 
I can run php/php.editor.

Thanks.



--
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-471) PSR.2 formatting

2018-07-04 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-471:
--
Issue Type: Improvement  (was: Bug)

> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Formatting  Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-471) PSR.2 formatting

2018-07-04 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-471:
---

Ah, I see now. Thanks.

> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Formatting  Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-1028) Replace old URLs on Start Page

2018-07-06 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1028:
--

 Summary: Replace old URLs on Start Page
 Key: NETBEANS-1028
 URL: https://issues.apache.org/jira/browse/NETBEANS-1028
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Module System
Affects Versions: 9.0
Reporter: Junichi Yamamoto


In Learn & Discover of Start Page,
Current URLs:
- What's New: 
http://wiki.netbeans.org/NewAndNoteWorthy?utm_source=netbeans_campaign=welcomepage
- Community Corner: 
https://netbeans.org/community/index.html?utm_source=netbeans_campaign=welcomepage

We should fix them to the following:
- What's New: 
https://netbeans.apache.org/download/nb90/?utm_source=netbeans_campaign=welcomepage
- Community Corner: 
https://netbeans.apache.org/community/index.html?utm_source=netbeans_campaign=welcomepage



--
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-1028) Replace old URLs on Start Page

2018-07-08 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1028.

   Resolution: Fixed
 Assignee: Junichi Yamamoto
Fix Version/s: 9.0

> Replace old URLs on Start Page
> --
>
> Key: NETBEANS-1028
> URL: https://issues.apache.org/jira/browse/NETBEANS-1028
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Affects Versions: 9.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> In Learn & Discover of Start Page,
> Current URLs:
> - What's New: 
> http://wiki.netbeans.org/NewAndNoteWorthy?utm_source=netbeans_campaign=welcomepage
> - Community Corner: 
> https://netbeans.org/community/index.html?utm_source=netbeans_campaign=welcomepage
> We should fix them to the following:
> - What's New: 
> https://netbeans.apache.org/download/nb90/?utm_source=netbeans_campaign=welcomepage
> - Community Corner: 
> https://netbeans.apache.org/community/index.html?utm_source=netbeans_campaign=welcomepage



--
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-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-11 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1229:


Thank you for it :)

> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> ---
>
> Key: NETBEANS-1229
> URL: https://issues.apache.org/jira/browse/NETBEANS-1229
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following 
> error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean 
> build-nozip), I can run php/php.editor.
> Thanks.



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

2018-04-11 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-649:
-

 Summary: 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
 Fix For: 9.0
 Attachments: nb-module-project-source-level-screenshot.png

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-648) Cannot select "Source/Binary Format : 10" in a maven project

2018-04-11 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-648:
-

 Summary: Cannot select "Source/Binary Format : 10" in a maven 
project
 Key: NETBEANS-648
 URL: https://issues.apache.org/jira/browse/NETBEANS-648
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project, projects - Maven
Affects Versions: 9.0
Reporter: Junichi Yamamoto
 Fix For: 9.0
 Attachments: java10-maven-project-issue-screenshot.png

Ant project properties have "JDK 10" as Source/Binary Format but maven project 
properties do not have "10"(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] [Updated] (NETBEANS-648) Cannot select "Source/Binary Format : 10" in a maven project

2018-04-11 Thread Junichi Yamamoto (JIRA)

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

Junichi Yamamoto updated NETBEANS-648:
--
Description: 
Ant project properties have "JDK 10" as Source/Binary Format but maven project 
properties do not have "10"(see the screenshot).

my environments:
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;

  was:Ant project properties have "JDK 10" as Source/Binary Format but maven 
project properties do not have "10"(see the screenshot).


> Cannot select "Source/Binary Format : 10" in a maven project
> 
>
> Key: NETBEANS-648
> URL: https://issues.apache.org/jira/browse/NETBEANS-648
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, projects - Maven
>Affects Versions: 9.0
>Reporter: Junichi Yamamoto
>Priority: Major
> Fix For: 9.0
>
> Attachments: java10-maven-project-issue-screenshot.png
>
>
> Ant project properties have "JDK 10" as Source/Binary Format but maven 
> project properties do not have "10"(see the screenshot).
> my environments:
> 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;



--
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] [Resolved] (NETBEANS-1350) Fix "PHP 5" text

2018-10-05 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1350.

   Resolution: Fixed
Fix Version/s: 10.0

> Fix "PHP 5" text
> 
>
> Key: NETBEANS-1350
> URL: https://issues.apache.org/jira/browse/NETBEANS-1350
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Project
>Affects Versions: 9.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> When we create a new PHP project, "Creates a new PHP 5 application in a 
> standard IDE project." is shown in the description area.
> We provide support for not only PHP 5 but also PHP 7. So, we should replace 
> "PHP 5" with "PHP" or "PHP 5+".



--
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-1438) PHP Project from remote server

2018-10-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1438:
---
 Labels:   (was: php remote)
Component/s: (was: php - Project)
 javascript - Editor

> PHP Project from remote server
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Blocker
> Attachments: debian.log, windows.log
>
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.



--
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-1438) PHP Project from remote server

2018-10-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1438:


[~RodriAndreotti] Could you please investigate the parts which have a problem 
in your JavaScript files? It would be nice if you can provide a sample code to 
reproduce it. Thanks for your reporting!

> PHP Project from remote server
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Blocker
> Attachments: debian.log, windows.log
>
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.



--
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-1438) java.lang.StackOverflowError in JavaScript

2018-10-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1438:
---
Summary: java.lang.StackOverflowError in JavaScript  (was: PHP Project from 
remote server)

> java.lang.StackOverflowError in JavaScript
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Blocker
> Attachments: debian.log, windows.log
>
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.



--
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-1438) PHP Project from remote server

2018-10-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1438:


[~rtaneja] Could you please have a look at this? JavaScript editor seems to 
have a problem yet.

{code:java}
java.lang.StackOverflowError
at java.lang.String.indexOf(String.java:1503)
at java.util.regex.Matcher.quoteReplacement(Matcher.java:701)
at java.lang.String.replace(String.java:2240)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.getFQNFromType(ModelUtils.java:2004)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1279)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
at 
org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
{code}


> PHP Project from remote server
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Blocker
> Attachments: debian.log, windows.log
>
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.



--
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-1438) java.lang.StackOverflowError in JavaScript

2018-10-16 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1438:


[~RodriAndreotti] Thanks a lot!

> java.lang.StackOverflowError in JavaScript
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Blocker
> Attachments: bibliotecas.zip, debian.log, windows.log
>
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.
>  
> *Edit:* Attached library that causes the error (CKEditor)



--
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-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


Could you write what you expect and exact steps to reproduce it?

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> !image-2018-10-18-10-58-20-791.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] [Commented] (NETBEANS-1450) Symfony project cannot be created

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1450:


I cannot reproduce this. I could create a Symfony project(LTS) without 
problems. Could you write your exact steps to reproduce it? (When does it 
happen?) Thanks.

> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {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] [Commented] (NETBEANS-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


What is your version of Zend Framework? If it is ZF2, this is correct behavior.

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.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] [Commented] (NETBEANS-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


OK. Thanks! Your version is Zend 2 or 3, maybe.

http://netbeans-vm.apache.org/synergy/client/app/#/case/4052/suite/1770/v/1 is 
for Zend 1 Framework.

NetBeans does not provide support for the Run Command Action for Zend 2 
Framework.
So, this behavior is correct :)

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.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] [Commented] (NETBEANS-1450) Symfony project cannot be created

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1450:


I see. Instead, please try using the installer command via your command line.
e.g.  see: REDME.md
{code}
c:\> php symfony new my_project lts
{code}

If the same problem occurs, this is not a NetBeans' problem.



> Symfony project cannot be created
> -
>
> Key: NETBEANS-1450
> URL: https://issues.apache.org/jira/browse/NETBEANS-1450
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
>
> Using wizard to create symfony porject as outlined in
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/310/v/2]
> Fails with output in console:
> {code:java}
> Warning: require(C:\webdev\tmp\symfony-installer-master/../../autoload.php): 
> failed to open stream: No such file or directory in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> Fatal error: require(): Failed opening required 
> 'C:\webdev\tmp\symfony-installer-master/../../autoload.php' 
> (include_path='.;C:\php\pear') in 
> C:\webdev\tmp\symfony-installer-master\symfony on line 30
> Call Stack:
>  0.2020 396176 1. {main}() C:\webdev\tmp\symfony-installer-master\symfony:0
> {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] [Commented] (NETBEANS-1449) No Zend option in Zend Framework Project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1449:


Does it mean this? https://github.com/zendframework/ZendSkeletonApplication

> No Zend option in Zend Framework Project
> 
>
> Key: NETBEANS-1449
> URL: https://issues.apache.org/jira/browse/NETBEANS-1449
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Zend
>Affects Versions: 10.0
>Reporter: Alexander Romanenko
>Priority: Major
> Attachments: image-2018-10-18-10-58-20-791.png
>
>
> Following netcat test: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/311/v/2]
> Suite 1.2
> !image-2018-10-18-10-58-20-791.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] [Commented] (NETBEANS-1442) Maximum Depth of Structures won't working

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


 !NETBEANS-1442.png! 

It seems that the debugger gets properties when we operate the variables 
window. So I don't think that this is a bug.
The debugger gets properties with the specified value. It seems that they are 
shown as a tooltip: see the attached image.

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1442) Maximum Depth of Structures won't working

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1442:
---
Attachment: NETBEANS-1442.png

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1507) PHPStan emty inspector Window

2018-10-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1507:


It would be helpful if you can provide the XML report, but you may not able to 
do it.

So, can you find other than the following pattern in your XML report?

{code:xml}

  
  

{code}

Thanks.


> PHPStan emty inspector Window
> -
>
> Key: NETBEANS-1507
> URL: https://issues.apache.org/jira/browse/NETBEANS-1507
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Cyril VERLOOP
>Priority: Minor
> Attachments: details.log
>
>
> On build 880, an exception is thrown while inspecting with PHPStan (see 
> details.log attached).
> The "Output" window shows the xml report (not really useful to me) and the 
> "Inspector" window is now empty.



--
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-1508) Missing documentation hints for keywords

2018-10-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1508:
---
Component/s: (was: php - Code)
 php - Editor

>  Missing documentation hints for keywords
> -
>
> Key: NETBEANS-1508
> URL: https://issues.apache.org/jira/browse/NETBEANS-1508
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Trivial
>
> When we call code completion for keywords (such as extends, if etc), the 
> window with the description of the keyword is not displayed



--
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-1508) Missing documentation hints for keywords

2018-10-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1508:
---
Issue Type: Improvement  (was: Bug)

>  Missing documentation hints for keywords
> -
>
> Key: NETBEANS-1508
> URL: https://issues.apache.org/jira/browse/NETBEANS-1508
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Trivial
>
> When we call code completion for keywords (such as extends, if etc), the 
> window with the description of the keyword is not displayed



--
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-1508) Missing documentation hints for keywords

2018-10-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1508:


At least, not a bug.

I'm not going to do it because they don't have documentation which explains 
themselves in the PHP manual at the moment. Java editor also does not show them.

>  Missing documentation hints for keywords
> -
>
> Key: NETBEANS-1508
> URL: https://issues.apache.org/jira/browse/NETBEANS-1508
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Trivial
>
> When we call code completion for keywords (such as extends, if etc), the 
> window with the description of the keyword is not displayed



--
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-1507) PHPStan emty inspector Window

2018-10-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1507:


It would be nice if you can create a sample PHP project to reproduce it, then 
attach it here as a zip file.

> PHPStan emty inspector Window
> -
>
> Key: NETBEANS-1507
> URL: https://issues.apache.org/jira/browse/NETBEANS-1507
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Cyril VERLOOP
>Priority: Minor
> Attachments: details.log
>
>
> On build 880, an exception is thrown while inspecting with PHPStan (see 
> details.log attached).
> The "Output" window shows the xml report (not really useful to me) and the 
> "Inspector" window is now empty.



--
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-1507) PHPStan emty inspector Window

2018-10-22 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1507:


OK. Thanks.

Can you write an example of a file name path(`` e.g. PHPStanSupport/HelloWorld.php) of 
the XML and a directory path(e.g. /home/username/PHPStanSupport) you inspect?

> PHPStan emty inspector Window
> -
>
> Key: NETBEANS-1507
> URL: https://issues.apache.org/jira/browse/NETBEANS-1507
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Cyril VERLOOP
>Priority: Minor
> Attachments: details.log
>
>
> On build 880, an exception is thrown while inspecting with PHPStan (see 
> details.log attached).
> The "Output" window shows the xml report (not really useful to me) and the 
> "Inspector" window is now empty.



--
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-1463) PHPStan memory-limit

2018-10-19 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto reassigned NETBEANS-1463:
--

Assignee: Junichi Yamamoto

> PHPStan memory-limit
> 
>
> Key: NETBEANS-1463
> URL: https://issues.apache.org/jira/browse/NETBEANS-1463
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code
>Affects Versions: 10.0
>Reporter: Cyril VERLOOP
>Assignee: Junichi Yamamoto
>Priority: Major
>
> Add the "memory-limit" parameter for PHPStan.



--
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-1461) PHPStan max level

2018-10-21 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1461.

   Resolution: Fixed
Fix Version/s: 10.0

[~cyrilverloop] Could you please verify it if possible?
https://builds.apache.org/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/

Thanks.

> PHPStan max level
> -
>
> Key: NETBEANS-1461
> URL: https://issues.apache.org/jira/browse/NETBEANS-1461
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 10.0
>Reporter: Cyril VERLOOP
>Assignee: Junichi Yamamoto
>Priority: Trivial
>  Labels: pull-request-available
> Fix For: 10.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> PHPStan configuration misses the "max" value for the "level" parameter as 
> describe [here|https://github.com/phpstan/phpstan#rule-levels].



--
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-1463) PHPStan memory-limit

2018-10-21 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1463:
---
Fix Version/s: 10.0

> PHPStan memory-limit
> 
>
> Key: NETBEANS-1463
> URL: https://issues.apache.org/jira/browse/NETBEANS-1463
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code
>Affects Versions: 10.0
>Reporter: Cyril VERLOOP
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Add the "memory-limit" parameter for PHPStan.



--
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-1463) PHPStan memory-limit

2018-10-21 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto resolved NETBEANS-1463.

Resolution: Fixed

[~cyrilverloop] Could you please verify it if possible?
https://builds.apache.org/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/

Thanks.

> PHPStan memory-limit
> 
>
> Key: NETBEANS-1463
> URL: https://issues.apache.org/jira/browse/NETBEANS-1463
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code
>Affects Versions: 10.0
>Reporter: Cyril VERLOOP
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Add the "memory-limit" parameter for PHPStan.



--
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-1442) Maximum Depth of Structures won't working

2018-10-19 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


> Is this the expected behavior?

Maybe yes.

> Would it be the case to change the test case to reflect this?

Well... yes. As I wrote the above, the debugger gets properties when we click 
the properties in the variable window, maybe. So, We can show children even if 
the max depth is 1.

*Note:* I can be wrong because I'm not the author of the debugger module.

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1442) Maximum Depth of Structures won't working

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


OK. I'll have a look at it later. Thanks!

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1442) Maximum Depth of Structures won't working

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


(y)

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1443) Error creating Symfony project

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto reassigned NETBEANS-1443:
--

Assignee: Junichi Yamamoto

> Error creating Symfony project
> --
>
> Key: NETBEANS-1443
> URL: https://issues.apache.org/jira/browse/NETBEANS-1443
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Rodrigo Teixeira Andreotti
>Assignee: Junichi Yamamoto
>Priority: Critical
>  Labels: php, symfony2
> Attachments: debian.log, windows.log
>
>
> The following error is occurring when I try to finish creating a project with 
> symfony framework 2/3, the error is happening in both Debian and Windows.



--
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-1442) Maximum Depth of Structures won't working

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


Thanks for reporting it. We should always use the latest LTS version.

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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] [Issue Comment Deleted] (NETBEANS-1442) Maximum Depth of Structures won't working

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1442:
---
Comment: was deleted

(was: Thanks for reporting it. We should always use the latest LTS version.)

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1443) Error creating Symfony project

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1443:


Thanks for reporting it. We should always use the latest LTS version.

> Error creating Symfony project
> --
>
> Key: NETBEANS-1443
> URL: https://issues.apache.org/jira/browse/NETBEANS-1443
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Rodrigo Teixeira Andreotti
>Assignee: Junichi Yamamoto
>Priority: Critical
>  Labels: php, pull-request-available, symfony2
> Attachments: debian.log, windows.log
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following error is occurring when I try to finish creating a project with 
> symfony framework 2/3, the error is happening in both Debian and Windows.



--
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-1443) Error creating Symfony project

2018-10-18 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1443:
---
Priority: Major  (was: Critical)

I think this is not critical because it is an assertion error. (i.e. This error 
should not occur in the release version.)

> Error creating Symfony project
> --
>
> Key: NETBEANS-1443
> URL: https://issues.apache.org/jira/browse/NETBEANS-1443
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Symfony
>Affects Versions: 10.0
>Reporter: Rodrigo Teixeira Andreotti
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: php, pull-request-available, symfony2
> Attachments: debian.log, windows.log
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The following error is occurring when I try to finish creating a project with 
> symfony framework 2/3, the error is happening in both Debian and Windows.



--
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-1442) Maximum Depth of Structures won't working

2018-10-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1442:


Thanks for reporting it. Could you please write a sample code to reproduce it 
if possible?

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1552) Syntax error for UVS

2018-10-24 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1552:
--

 Summary: Syntax error for UVS
 Key: NETBEANS-1552
 URL: https://issues.apache.org/jira/browse/NETBEANS-1552
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Affects Versions: 10.0
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


Reproducible code:
{code:php}
isTest('test'); // error
{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



  1   2   3   4   5   6   7   8   9   10   >