[jira] [Created] (NETBEANS-4486) Unit tests for Latte templates fail

2020-06-20 Thread Jira
Tomáš Procházka created NETBEANS-4486:
-

 Summary: Unit tests for Latte templates fail
 Key: NETBEANS-4486
 URL: https://issues.apache.org/jira/browse/NETBEANS-4486
 Project: NetBeans
  Issue Type: Bug
  Components: php - Nette
Affects Versions: 12.0
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka


Unit tests for Latte Templates module fail.

Run {{ant -f php/php.latte}} and it results in build failure.



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

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

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



[jira] [Created] (NETBEANS-4485) jUnit 5 DisplayName

2020-06-20 Thread David Soles (Jira)
David Soles created NETBEANS-4485:
-

 Summary: jUnit 5 DisplayName
 Key: NETBEANS-4485
 URL: https://issues.apache.org/jira/browse/NETBEANS-4485
 Project: NetBeans
  Issue Type: Improvement
  Components: utilities - Test Runner
Affects Versions: 12.0
 Environment: MacOS Catalina 10.15.5 | OpenJDK 8
Reporter: David Soles
 Attachments: jUnit.png

Since version 5 of jUnit, custom display names are allowed. NetBeans is not 
aware of this new feature. It would be nice to display this annotations.

[https://junit.org/junit5/docs/5.0.3/api/org/junit/jupiter/api/DisplayName.html]



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

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

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



[jira] [Commented] (NETBEANS-4482) Old sass compiler option not used in new sassc compiler

2020-06-20 Thread Raul Fenossi (Jira)


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

Raul Fenossi commented on NETBEANS-4482:


Solved manually adding  
-J-Dnb.sass.libsass=true 
in file
/usr/local/netbeans-11.3/netbeans/netbeans.conf   
into
netbeans_default_options=






https://bz.apache.org/netbeans/show_bug.cgi?id=247890#c15

> Old sass compiler option not used in new sassc compiler
> ---
>
> Key: NETBEANS-4482
> URL: https://issues.apache.org/jira/browse/NETBEANS-4482
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 11.3
> Environment: Fedora 32 xfce
>Reporter: Raul Fenossi
>Assignee: Raul Fenossi
>Priority: Major
>  Labels: css, sass, sassc, scss
> Attachments: Screenshot_2020-06-20_17-45-06.png
>
>
> Hello i think i find a bug,  i use fedora 32 netbeans php 11.3, and i try to 
> compile sass file with installed sassc bin, but netbeans put a old option 
> called --cache-location when try to compile and i obtain a error, see the 
> image attached Thanks
> Output sass compile:
> "/usr/bin/sassc" "--cache-location" 
> "/home/ultor/.cache/netbeans/11.3/sass-compiler" 
> "/home/ultor/Desktop/web/sass/style.scss" "/home/ultor/Desktop/web/style.css"
> /usr/bin/sassc: unrecognized option '--cache-location'
> See '/usr/bin/sassc -h'
> Done.



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

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

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



[jira] [Assigned] (NETBEANS-4482) Old sass compiler option not used in new sassc compiler

2020-06-20 Thread Raul Fenossi (Jira)


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

Raul Fenossi reassigned NETBEANS-4482:
--

Assignee: Raul Fenossi  (was: Junichi Yamamoto)

> Old sass compiler option not used in new sassc compiler
> ---
>
> Key: NETBEANS-4482
> URL: https://issues.apache.org/jira/browse/NETBEANS-4482
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 11.3
> Environment: Fedora 32 xfce
>Reporter: Raul Fenossi
>Assignee: Raul Fenossi
>Priority: Major
>  Labels: css, sass, sassc, scss
> Attachments: Screenshot_2020-06-20_17-45-06.png
>
>
> Hello i think i find a bug,  i use fedora 32 netbeans php 11.3, and i try to 
> compile sass file with installed sassc bin, but netbeans put a old option 
> called --cache-location when try to compile and i obtain a error, see the 
> image attached Thanks
> Output sass compile:
> "/usr/bin/sassc" "--cache-location" 
> "/home/ultor/.cache/netbeans/11.3/sass-compiler" 
> "/home/ultor/Desktop/web/sass/style.scss" "/home/ultor/Desktop/web/style.css"
> /usr/bin/sassc: unrecognized option '--cache-location'
> See '/usr/bin/sassc -h'
> Done.



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

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

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



[jira] [Created] (NETBEANS-4484) IDE frames do not stay set

2020-06-20 Thread Joe Higgs (Jira)
Joe Higgs created NETBEANS-4484:
---

 Summary: IDE frames do not stay set
 Key: NETBEANS-4484
 URL: https://issues.apache.org/jira/browse/NETBEANS-4484
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 11.3
 Environment: Linux
Reporter: Joe Higgs


When following an exception, the IDE may step into core Java code. If that code 
has very long lines, the IDE will change the layout of the frames to accomodate.

Then, the user has to re-establish the layout they like.

I think it better not to mess with that layout.



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

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

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



[jira] [Updated] (NETBEANS-4483) Unit tests for Nette Tester fail

2020-06-20 Thread Jira


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

Tomáš Procházka updated NETBEANS-4483:
--
Labels: pull-request-available  (was: )

> Unit tests for Nette Tester fail
> 
>
> Key: NETBEANS-4483
> URL: https://issues.apache.org/jira/browse/NETBEANS-4483
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Nette
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Unit tests for Nette Tester module fail.
> Run {{ant -f php/php.nette.tester}} and it results in build failure.



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

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

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



[jira] [Created] (NETBEANS-4483) Unit tests for Nette Tester fail

2020-06-20 Thread Jira
Tomáš Procházka created NETBEANS-4483:
-

 Summary: Unit tests for Nette Tester fail
 Key: NETBEANS-4483
 URL: https://issues.apache.org/jira/browse/NETBEANS-4483
 Project: NetBeans
  Issue Type: Bug
  Components: php - Nette
Affects Versions: 12.0
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka


Unit tests for Nette Tester module fail.

Run {{ant -f php/php.nette.tester}} and it results in build failure.



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

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

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



[jira] [Assigned] (NETBEANS-4482) Old sass compiler option not used in new sassc compiler

2020-06-20 Thread Raul Fenossi (Jira)


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

Raul Fenossi reassigned NETBEANS-4482:
--

Assignee: Junichi Yamamoto

> Old sass compiler option not used in new sassc compiler
> ---
>
> Key: NETBEANS-4482
> URL: https://issues.apache.org/jira/browse/NETBEANS-4482
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 11.3
> Environment: Fedora 32 xfce
>Reporter: Raul Fenossi
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: css, sass, sassc, scss
> Attachments: Screenshot_2020-06-20_17-45-06.png
>
>
> Hello i think i find a bug,  i use fedora 32 netbeans php 11.3, and i try to 
> compile sass file with installed sassc bin, but netbeans put a old option 
> called --cache-location when try to compile and i obtain a error, see the 
> image attached Thanks
> Output sass compile:
> "/usr/bin/sassc" "--cache-location" 
> "/home/ultor/.cache/netbeans/11.3/sass-compiler" 
> "/home/ultor/Desktop/web/sass/style.scss" "/home/ultor/Desktop/web/style.css"
> /usr/bin/sassc: unrecognized option '--cache-location'
> See '/usr/bin/sassc -h'
> Done.



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

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

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



[jira] [Created] (NETBEANS-4482) Old sass compiler option not used in new sassc compiler

2020-06-20 Thread Raul Fenossi (Jira)
Raul Fenossi created NETBEANS-4482:
--

 Summary: Old sass compiler option not used in new sassc compiler
 Key: NETBEANS-4482
 URL: https://issues.apache.org/jira/browse/NETBEANS-4482
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Preprocessors (SASS, LESS, ...)
Affects Versions: 11.3
 Environment: Fedora 32 xfce
Reporter: Raul Fenossi
 Attachments: Screenshot_2020-06-20_17-45-06.png

Hello i think i find a bug,  i use fedora 32 netbeans php 11.3, and i try to 
compile sass file with installed sassc bin, but netbeans put a old option 
called --cache-location when try to compile and i obtain a error, see the image 
attached Thanks

Output sass compile:
"/usr/bin/sassc" "--cache-location" 
"/home/ultor/.cache/netbeans/11.3/sass-compiler" 
"/home/ultor/Desktop/web/sass/style.scss" "/home/ultor/Desktop/web/style.css"
/usr/bin/sassc: unrecognized option '--cache-location'
See '/usr/bin/sassc -h'
Done.



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

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

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



[jira] [Created] (NETBEANS-4481) Run File Exception

2020-06-20 Thread Carlos Hoces (Jira)
Carlos Hoces created NETBEANS-4481:
--

 Summary: Run File Exception
 Key: NETBEANS-4481
 URL: https://issues.apache.org/jira/browse/NETBEANS-4481
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.3
Reporter: Carlos Hoces



 2020-06-19T08:38:34
 1592548714436
 12
 300
 18
 SCREEN SIZE
 1920
 1080
 1


 2020-06-19T08:38:34
 1592548714436
 13
 700
 18
 IDE_STARTUP


 2020-06-19T08:38:36
 1592548716404
 31
 800
 18
 USG_LOOK_AND_FEEL
 FlatLaf - Flat Light
 Flat Light


 2020-06-19T08:38:42
 1592548722347
 85
 800
 49
 MEMORY
 8266608640


 2020-06-19T08:39:12
 1592548752121
 87
 400
 24
 UI_ACTION_BUTTON_PRESS
 UI_ACTION_BUTTON_PRESS
 org.openide.awt.Bundle
 org.openide.awt.Actions$MenuItem[Rename...]
 org.openide.awt.Actions$MenuItem
 
org.netbeans.modules.refactoring.spi.impl.RenameAction[&Rename...]
 org.netbeans.modules.refactoring.spi.impl.RenameAction
 &Rename...


 2020-06-19T08:39:12
 1592548752902
 90
 700
 28
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.apisupport.project.NbModuleProject
 NbModuleProject
 1


 2020-06-19T08:39:12
 1592548752902
 91
 700
 28
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.java.j2semodule.J2SEModularProject
 J2SEModularProject
 1


 2020-06-19T08:39:12
 1592548752902
 92
 700
 28
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.apisupport.project.suite.SuiteProject
 SuiteProject
 1


 2020-06-19T08:39:12
 1592548752902
 93
 800
 28
 USG_PROJECT_OPEN
 org.netbeans.modules.java.j2semodule.J2SEModularProject


 2020-06-19T08:39:12
 1592548752902
 94
 800
 28
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.suite.SuiteProject


 2020-06-19T08:39:12
 1592548752902
 95
 800
 28
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.NbModuleProject


 2020-06-19T08:39:13
 1592548753058
 96
 800
 48
 INDEXING_STARTED
 INDEXING_STARTED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 0


 2020-06-19T08:39:32
 1592548772009
 121
 800
 48
 INDEXING_FINISHED
 INDEXING_FINISHED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 18949
 java
 339
 2669
 SpringBinary
 324
 10
 TaskListIndexer
 15
 2
 
org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
 15
 122
 CopyResourcesIndexer
 15
 0
 org-netbeans-modules-jumpto-file-FileIndexer
 15
 3


 2020-06-19T08:40:02
 1592548802561
 122
 400
 24
 UI_ACTION_BUTTON_PRESS
 UI_ACTION_BUTTON_PRESS
 org.openide.awt.Bundle
 org.openide.awt.Actions$MenuItem[Replace...]
 org.openide.awt.Actions$MenuItem
 
org.openide.awt.GeneralAction$DelegateAction,R&eplace...[key=org.openide.actions.ReplaceAction,
 
map=BinaryFileMap,R&eplace...\{fo=MultiFileObject,R&eplace...[Actions/Edit/org-openide-actions-ReplaceAction.instance]}]
 org.openide.awt.GeneralAction$DelegateAction
 R&eplace...


 2020-06-19T08:40:02
 1592548802562
 123
 500
 24
 UI_ACTION_EDITOR
 
java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Replace...,when=1592548802559,modifiers=Button1]
 on 
org.openide.awt.Actions$MenuItem[,1,346,241x21,invalid,alignmentX=0.0,alignmentY=0.0,border=com.formdev.flatlaf.ui.FlatMenuItemBorder@21fce627,flags=384,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=8,bottom=2,right=8],paintBorder=true,paintFocus=false,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Replace...]
 
java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Replace...,when=1592548802559,modifiers=Button1]
 on 
org.openide.awt.Actions$MenuItem[,1,346,241x21,invalid,alignmentX=0.0,alignmentY=0.0,border=com.formdev.flatlaf.ui.FlatMenuItemBorder@21fce627,flags=384,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=8,bottom=2,right=8],paintBorder=true,paintFocus=false,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Replace...]
 
org.netbeans.modules.editor.search.actions.ReplaceAction[replace]
 ReplaceAction@1649026796 mime="null" name="replace"
 replace


 2020-06-19T08:40:02
 1592548802728
 124
 800
 24
 USG_SEARCH_TYPE
 default


 2020-06-19T08:40:37
 1592548837302
 127
 500
 24
 UI_ACTION_EDITOR
 java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Go to 
Source,when=1592548837297,modifiers=Button1] on 
org.netbeans.modules.editor.lib2.actions.PresenterUpdater$LazyJMenuItem[,1,4,263x21,invalid,alignmentX=0.0,alignmentY=0.0,border=com.formdev.flatlaf.ui.FlatMenuItemBorder@21fce627,flags=384,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=8,bottom=2,right=8],paintBorder=true,paintFocus=false,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rollo

[jira] [Updated] (NETBEANS-4480) Unit tests for PHP Project fail on Windows

2020-06-20 Thread Jira


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

Tomáš Procházka updated NETBEANS-4480:
--
Labels: pull-request-available  (was: )

> Unit tests for PHP Project fail on Windows
> --
>
> Key: NETBEANS-4480
> URL: https://issues.apache.org/jira/browse/NETBEANS-4480
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Project
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Unit tests for PHP Project module fail on Windows.
> Run {{ant -f php/php.project test}} on Windows and it results in build 
> failure.



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

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

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



[jira] [Created] (NETBEANS-4480) Unit tests for PHP Project fail on Windows

2020-06-20 Thread Jira
Tomáš Procházka created NETBEANS-4480:
-

 Summary: Unit tests for PHP Project fail on Windows
 Key: NETBEANS-4480
 URL: https://issues.apache.org/jira/browse/NETBEANS-4480
 Project: NetBeans
  Issue Type: Bug
  Components: php - Project
Affects Versions: 12.0
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka


Unit tests for PHP Project module fail on Windows.

Run {{ant -f php/php.project test}} on Windows and it results in build failure.



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

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

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



[jira] [Updated] (NETBEANS-4479) Unit tests for PHPUnit fail on Windows

2020-06-20 Thread Jira


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

Tomáš Procházka updated NETBEANS-4479:
--
Labels: pull-request-available  (was: )

> Unit tests for PHPUnit fail on Windows
> --
>
> Key: NETBEANS-4479
> URL: https://issues.apache.org/jira/browse/NETBEANS-4479
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - PHPUnit
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Unit tests for PHPUnit module fail on Windows.
> Run {{ant -f php/php.phpunit test}} on Windows and it results in build 
> failure.



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

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

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



[jira] [Created] (NETBEANS-4479) Unit tests for PHPUnit fail on Windows

2020-06-20 Thread Jira
Tomáš Procházka created NETBEANS-4479:
-

 Summary: Unit tests for PHPUnit fail on Windows
 Key: NETBEANS-4479
 URL: https://issues.apache.org/jira/browse/NETBEANS-4479
 Project: NetBeans
  Issue Type: Bug
  Components: php - PHPUnit
Affects Versions: 12.0
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka


Unit tests for PHPUnit module fail on Windows.

Run {{ant -f php/php.phpunit test}} on Windows and it results in build failure.



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

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

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



[jira] [Updated] (NETBEANS-4478) Unit tests for PHP Code analysis fail on Windows

2020-06-20 Thread Jira


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

Tomáš Procházka updated NETBEANS-4478:
--
Labels: pull-request-available  (was: )

> Unit tests for PHP Code analysis fail on Windows
> 
>
> Key: NETBEANS-4478
> URL: https://issues.apache.org/jira/browse/NETBEANS-4478
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Unit tests for PHP Code analysis module fail on Windows.
> Run {{ant -f php/php.code.analysis test}} on Windows and it results in build 
> failure.



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

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

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



[jira] [Created] (NETBEANS-4478) Unit tests for PHP Code analysis fail on Windows

2020-06-20 Thread Jira
Tomáš Procházka created NETBEANS-4478:
-

 Summary: Unit tests for PHP Code analysis fail on Windows
 Key: NETBEANS-4478
 URL: https://issues.apache.org/jira/browse/NETBEANS-4478
 Project: NetBeans
  Issue Type: Bug
  Components: php - Code Analysis
Affects Versions: 12.0
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka


Unit tests for PHP Code analysis module fail on Windows.

Run {{ant -f php/php.code.analysis test}} on Windows and it results in build 
failure.



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

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

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



[jira] [Created] (NETBEANS-4477) Autocompletion often fails

2020-06-20 Thread Anthony Vanelverdinghe (Jira)
Anthony Vanelverdinghe created NETBEANS-4477:


 Summary: Autocompletion often fails
 Key: NETBEANS-4477
 URL: https://issues.apache.org/jira/browse/NETBEANS-4477
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 12.0
 Environment: Product Version: Apache NetBeans IDE 12.0
Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+28-1400
Runtime: OpenJDK Runtime Environment 15-ea+28-1400
System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)
Reporter: Anthony Vanelverdinghe


It happens frequently, but I don't have a simple recipe to reproduce. The log 
is full of stacktraces like follows, so hopefully that's sufficient: 
{noformat}
java.lang.IllegalStateException: Cannot call getCompilationUnit() if current 
phase < JavaSource.Phase.PARSED. You must call toPhase(Phase.PARSED) first.
at 
org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getCompilationUnit(CompilationInfoImpl.java:200)
at 
org.netbeans.api.java.source.CompilationInfo.getCompilationUnit(CompilationInfo.java:167)
at 
org.netbeans.api.java.source.TreeUtilities.pathFor(TreeUtilities.java:330)
at 
org.netbeans.modules.java.completion.BaseTask.getCompletionEnvironment(BaseTask.java:264)
at 
org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:297)
at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:94)
at 
org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:60)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
Caused: org.netbeans.modules.parsing.spi.ParseException
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:186)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
[catch] at 
org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:193)
at 
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{noformat}



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

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

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



[netbeans] branch master updated: Added tests for PHP modules in Windows build

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

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


The following commit(s) were added to refs/heads/master by this push:
 new d84a5d7  Added tests for PHP modules in Windows build
 new c067f12  Merge pull request #2202 from KacerCZ/test-php-modules
d84a5d7 is described below

commit d84a5d743c0f9e581c30468ced1db2166dd63d2f
Author: Tomas Prochazka 
AuthorDate: Fri Jun 19 17:08:01 2020 +0200

Added tests for PHP modules in Windows build
---
 .github/workflows/main.yml | 35 ++-
 1 file changed, 30 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b1ebd4e..f2e107f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,12 +45,37 @@ jobs:
   - name: Test
 run: ant -f platform/core.network test
 
-  - name: PHP / Atoum test
-run: ant -f php/php.atoum test
+  - name: Test PHP modules
+run: |
+  ant -f php/hudson.php test
+  ant -f php/languages.neon test
+  ant -f php/php.api.annotation test
+  ant -f php/php.api.documentation test
+  ant -f php/php.api.executable test
+  ant -f php/php.api.framework test
+  ant -f php/php.api.phpmodule test
+  ant -f php/php.api.testing test
+  ant -f php/php.apigen test
+  ant -f php/php.atoum test
+  # ant -f php/php.code.analysis test
+  ant -f php/php.codeception test
+  ant -f php/php.composer test
+  # ant -f php/php.dbgp test
+  ant -f php/php.doctrine2 test
+  # ant -f php/php.editor test
+  # ant -f php/php.latte test
+  # ant -f php/php.nette.tester test
+  # ant -f php/php.phpunit test
+  # ant -f php/php.project test
+  ant -f php/php.refactoring test
+  # ant -f php/php.smarty test
+  # ant -f php/php.symfony test
+  # ant -f php/php.symfony2 test
+  ant -f php/php.twig test
+  ant -f php/php.zend test
+  ant -f php/php.zend2 test
+  ant -f php/spellchecker.bindings.php test
 
-  - name: PHP / Codeception test
-run: ant -f php/php.codeception test
-
   linux:
 name: Check Build System
 runs-on: ubuntu-18.04


-
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-4475) Refactoring java file/class does not work

2020-06-20 Thread Helmut Leininger (Jira)


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

Helmut Leininger commented on NETBEANS-4475:


Additional info:

it works for several cases (e.g. the Anagram game). I could not make out the 
condition  zhat makes it fail. Maybe Gradle or multimoudule projects ?

> Refactoring java file/class does not work
> -
>
> Key: NETBEANS-4475
> URL: https://issues.apache.org/jira/browse/NETBEANS-4475
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 12.0
> Environment: NB 12.0, Windows 10, openjdk 14.0.1
>Reporter: Helmut Leininger
>Priority: Major
>
> I tried to copy and paste a java class file with refactoring.
> The new name for it is ignored and the new file gets a _1 _(__2, _3 ...) 
> appended to the original name. The contents of the file (class name) is not 
> changed at all.
>  



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

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

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



[jira] [Created] (NETBEANS-4476) program take so much time to load

2020-06-20 Thread Sahbi Braham (Jira)
Sahbi Braham created NETBEANS-4476:
--

 Summary: program take so much time to load
 Key: NETBEANS-4476
 URL: https://issues.apache.org/jira/browse/NETBEANS-4476
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
 Environment: windows7-64
Reporter: Sahbi Braham


The program take so much timeto load, sometimes about 10minutes to open



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

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

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



[jira] [Created] (NETBEANS-4475) Refactoring java file/class does not work

2020-06-20 Thread Helmut Leininger (Jira)
Helmut Leininger created NETBEANS-4475:
--

 Summary: Refactoring java file/class does not work
 Key: NETBEANS-4475
 URL: https://issues.apache.org/jira/browse/NETBEANS-4475
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring
Affects Versions: 12.0
 Environment: NB 12.0, Windows 10, openjdk 14.0.1
Reporter: Helmut Leininger


I tried to copy and paste a java class file with refactoring.

The new name for it is ignored and the new file gets a _1 _(__2, _3 ...) 
appended to the original name. The contents of the file (class name) is not 
changed at all.

 



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

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

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