[jira] [Created] (NETBEANS-3408) Error while coding and using auto complete

2019-11-18 Thread Thai Thien (Jira)
Thai Thien created NETBEANS-3408:


 Summary: Error while coding and using auto complete
 Key: NETBEANS-3408
 URL: https://issues.apache.org/jira/browse/NETBEANS-3408
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
Reporter: Thai Thien


Netbean show exception while I am using, the exception shown when I am trying 
to use autocomplete. 

UI Log: https://gist.github.com/ttpro1995/7b20cf8c396a9da2f0cf31f546866313
IDE Log: https://gist.github.com/ttpro1995/bfab297ce54e8fa17a10098b31ed79b2



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

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

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



[jira] [Comment Edited] (NETBEANS-2440) Cannot Debug Focused Test Method with project created by Netbean 8.2 in Netbean 11

2019-09-04 Thread Thai Thien (Jira)


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

Thai Thien edited comment on NETBEANS-2440 at 9/4/19 7:48 AM:
--

There is work around by edit the project file: 

Edit nbproject/build-impl.xml then make sure 2 following line is available in 
file (I think most case, first line is already there, you need the second line)

 

 



was (Author: tthien):
There is work around by edit the project file: 

Edit nbproject/build-impl.xml then make sure 2 following line is available in 
file (I think most case, first line is already there, you need the second line)

 

 


> Cannot Debug Focused Test Method with project created by Netbean 8.2 in 
> Netbean 11
> --
>
> Key: NETBEANS-2440
> URL: https://issues.apache.org/jira/browse/NETBEANS-2440
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0
>Reporter: Thai Thien
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> How to reproduce:
>  # Create project with Netbean 8.2 
>  # Create test method in Netbean 8.2 (right click -> Tools -> create/update 
> tests) 
>  # Select (highlight) a method in test, right click -> Debug Focused Test 
> Method. Make sure it can run with Netbean 8.2
>  # Close Netbean 8.2 
>  # Open project with Netbean 11.0 
>  # Select (highlight) a method in test, right click -> Debug Focused Test 
> Method. Make sure it can run with Netbean 8.2
>  # it show error 
> Target "debug-single-method" does not exist in the project "your project name"



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2440) Cannot Debug Focused Test Method with project created by Netbean 8.2 in Netbean 11

2019-05-07 Thread Thai Thien (JIRA)


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

Thai Thien commented on NETBEANS-2440:
--

There is work around by edit the project file: 

Edit nbproject/build-impl.xml then make sure 2 following line is available in 
file (I think most case, first line is already there, you need the second line)

 

 


> Cannot Debug Focused Test Method with project created by Netbean 8.2 in 
> Netbean 11
> --
>
> Key: NETBEANS-2440
> URL: https://issues.apache.org/jira/browse/NETBEANS-2440
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0
>Reporter: Thai Thien
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> How to reproduce:
>  # Create project with Netbean 8.2 
>  # Create test method in Netbean 8.2 (right click -> Tools -> create/update 
> tests) 
>  # Select (highlight) a method in test, right click -> Debug Focused Test 
> Method. Make sure it can run with Netbean 8.2
>  # Close Netbean 8.2 
>  # Open project with Netbean 11.0 
>  # Select (highlight) a method in test, right click -> Debug Focused Test 
> Method. Make sure it can run with Netbean 8.2
>  # it show error 
> Target "debug-single-method" does not exist in the project "your project name"



--
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-2440) Cannot Debug Focused Test Method with project created by Netbean 8.2 in Netbean 11

2019-04-21 Thread Thai Thien (JIRA)
Thai Thien created NETBEANS-2440:


 Summary: Cannot Debug Focused Test Method with project created by 
Netbean 8.2 in Netbean 11
 Key: NETBEANS-2440
 URL: https://issues.apache.org/jira/browse/NETBEANS-2440
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0, 8.2
Reporter: Thai Thien


How to reproduce:
 # Create project with Netbean 8.2 
 # Create test method in Netbean 8.2 (right click -> Tools -> create/update 
tests) 
 # Select (highlight) a method in test, right click -> Debug Focused Test 
Method. Make sure it can run with Netbean 8.2
 # Close Netbean 8.2 
 # Open project with Netbean 11.0 
 # Select (highlight) a method in test, right click -> Debug Focused Test 
Method. Make sure it can run with Netbean 8.2
 # it show error 
Target "debug-single-method" does not exist in the project "your project name"



--
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-591) Cannot debug failed test method from Test results window

2019-04-21 Thread Thai Thien (JIRA)


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

Thai Thien commented on NETBEANS-591:
-

it is seem that the problem happen when you are open Netbean 8.2 project with 
Netbean 11

Also, when you are trying to debug a specific test function (right click -> 
Debug focused test method), it also said 

 

Target "debug-single-method" does not exist in the project "your-project-name". 

> Cannot debug failed test method from Test results window
> 
>
> Key: NETBEANS-591
> URL: https://issues.apache.org/jira/browse/NETBEANS-591
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Reporter: Manikantan Narender Nath
>Priority: Major
>
> Steps to reproduce
> Run a junit test case which fails
> In the test results window select the test method that failed
> Right click and choose debug from the context menu
> Expected result:
> The test method is run
> Actual result : Cannot run the test method
> {code:java}
> ant -f /Users/msivasub/dev/NetCat9/NBProjects/JUnitSampleProjectAnt 
> -Dnb.internal.action.name=debug.single.method 
> -Djavac.includes=teststorun/CalculatorTest.java -Dtest.method=testDivide 
> -Dtest.class=teststorun.CalculatorTest debug-single-method
> Target "debug-single-method" does not exist in the project 
> "JUnitSampleProjectAnt".
> BUILD FAILED (total time: 0 seconds)
> {code}
> Test specification : Junit Test specification 
> ([http://netbeans-vm.apache.org/synergy/client/app/#/specification/390/v/2)]
>  
> Test Suite: Result window actions 
> ([http://netbeans-vm.apache.org/synergy/client/app/#/suite/2235)]
> Test case: Debug ( 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/5996/suite/2235/v/1] 
> )
>  



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