[jira] [Assigned] (NETBEANS-2438) Groovy project

2020-08-01 Thread Vldimir Orlyansky (Jira)


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

Vldimir Orlyansky reassigned NETBEANS-2438:
---

Assignee: Vldimir Orlyansky

> Groovy project
> --
>
> Key: NETBEANS-2438
> URL: https://issues.apache.org/jira/browse/NETBEANS-2438
> Project: NetBeans
>  Issue Type: New Feature
>  Components: apisupport - Project
>Affects Versions: 11.0
>Reporter: Walter Kruse
>Assignee: Vldimir Orlyansky
>Priority: Major
> Fix For: 12.0
>
>
> As a test automator using Groovy scripting, when I create a new project I 
> want to be able to:
> -create a Groovy project (with or without Maven/Ivy)
> -that will be able to run a classless script
> -execute @Grab statements to collect jars upon executing
> Test case:
> {{groovy.grape.Grape.grab(group:'org.apache.commons', module:'commons-lang3', 
> version:'3.3.2')}}
> {{def s = "A silly string with words"}}
> {{assert org.apache.commons.lang3.text.WordUtils.capitalizeFully(s) == 'A 
> Silly String With Words'}}
> or:
> {{@Grab(group='org.apache.commons', module='commons-lang3', version='3.3.2')}}
> {{def s = "A silly string with words"}}
> {{assert org.apache.commons.lang3.text.WordUtils.capitalizeFully(s) == 'A 
> Silly String With Words'}}
> At the moment I am using [~GeertjanWielenga]'s Pure Groovy Project from 
> [http://plugins.netbeans.org/plugin/49928/pure-groovy-project]
>  
>  



--
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] [Closed] (NETBEANS-533) new JFrame is opening with Exception after commit to Git or Mercurial

2020-07-30 Thread Vldimir Orlyansky (Jira)


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

Vldimir Orlyansky closed NETBEANS-533.
--
Resolution: Cannot Reproduce

Can not be reproduced in NB12.

> new JFrame is opening with Exception after commit to Git or Mercurial
> -
>
> Key: NETBEANS-533
> URL: https://issues.apache.org/jira/browse/NETBEANS-533
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git, versioncontrol - Mercurial
>Affects Versions: 9.0
> Environment: NetBeans build 379
> JDK 8 and 10
> Windows 10
>Reporter: Vldimir Orlyansky
>Priority: Minor
> Attachments: NewJFrame2_7.dump, NewJFrame_1.dump
>
>
> Found through NetCat 9.0
> Problem with JFrame in project with version control.
> If i create new JFrame i can work with this without problem. When new JFrame 
> has status "new" i do not see any problem.
> After commit if i open JFrame again i have exception.
> Dump files i have attached to this Jira ticket.



--
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] [Closed] (NETBEANS-624) Can not create "Unique" column in table with Derby database

2020-07-30 Thread Vldimir Orlyansky (Jira)


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

Vldimir Orlyansky closed NETBEANS-624.
--
Resolution: Won't Fix

It is correct behavior.

it happens only on tables with data. On empty tables user can add new unique 
column.

> Can not create "Unique" column in table with Derby database
> ---
>
> Key: NETBEANS-624
> URL: https://issues.apache.org/jira/browse/NETBEANS-624
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - DB schema
>Affects Versions: 9.0
>Reporter: Vldimir Orlyansky
>Priority: Minor
>
> Found in NetCat 9.0
> Can not create column with "Unique" constraint.
> I try to create column with Unique. If select only Unique constraint i need 
> to add Default. If set any default i have syntax error on creation.
> If i select "Null" constraint result index does not have "Unique" property.
> In "Indexes" node new unique index can be created without problem.



--
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] [Closed] (NETBEANS-622) Can not remove row in "Insert Record(s)" modal panel from SQL view data tab before add values to required fields.

2020-07-30 Thread Vldimir Orlyansky (Jira)


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

Vldimir Orlyansky closed NETBEANS-622.
--
Resolution: Fixed

Can not be reproduced in NB12

> Can not remove row in "Insert Record(s)" modal panel from SQL view data tab 
> before add values to required fields.
> -
>
> Key: NETBEANS-622
> URL: https://issues.apache.org/jira/browse/NETBEANS-622
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 9.0
>Reporter: Vldimir Orlyansky
>Priority: Trivial
>  Labels: netcat
>
> Found in NetCat 9
> From "View Data"/SQL tab i click to insert "Insert Record(s)" button.
> I have modal panel "Insert Record(s)".
> I click to "Add Row" for example two times.
> But second time is wrong. I want to cancel insert second record. But button 
> "Remove" is disabled before I add any values in required fields.
> It happens only if i select whole row by click to number of Row. If i click 
> then to any field of wrong button "Remove" is enabled.
> [http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/v/1]



--
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-622) Can not remove row in "Insert Record(s)" modal panel from SQL view data tab before add values to required fields.

2018-04-08 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-622:
---
   Priority: Trivial  (was: Minor)
Description: 
Found in NetCat 9

>From "View Data"/SQL tab i click to insert "Insert Record(s)" button.

I have modal panel "Insert Record(s)".

I click to "Add Row" for example two times.

But second time is wrong. I want to cancel insert second record. But button 
"Remove" is disabled before I add any values in required fields.

It happens only if i select whole row by click to number of Row. If i click 
then to any field of wrong button "Remove" is enabled.

[http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/v/1]

  was:
Found in NetCat 9

>From "View Data"/SQL tab i click to insert "Insert Record(s)" button.

I have modal panel "Insert Record(s)".

I click to "Add Row" for example two times.

But second time is wrong. I want to cancel insert second record. But button 
"Remove" is disabled before I add any values in required fields.

http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/v/1


> Can not remove row in "Insert Record(s)" modal panel from SQL view data tab 
> before add values to required fields.
> -
>
> Key: NETBEANS-622
> URL: https://issues.apache.org/jira/browse/NETBEANS-622
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 9.0
>Reporter: Vldimir Orlyansky
>Priority: Trivial
>  Labels: netcat
>
> Found in NetCat 9
> From "View Data"/SQL tab i click to insert "Insert Record(s)" button.
> I have modal panel "Insert Record(s)".
> I click to "Add Row" for example two times.
> But second time is wrong. I want to cancel insert second record. But button 
> "Remove" is disabled before I add any values in required fields.
> It happens only if i select whole row by click to number of Row. If i click 
> then to any field of wrong button "Remove" is enabled.
> [http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/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



[jira] [Created] (NETBEANS-626) Number of row in "Insert Record(s)" modal panel is left after removming row JDK 10 only

2018-04-08 Thread Vldimir Orlyansky (JIRA)
Vldimir Orlyansky created NETBEANS-626:
--

 Summary: Number of row in "Insert Record(s)" modal panel is left 
after removming row JDK 10 only
 Key: NETBEANS-626
 URL: https://issues.apache.org/jira/browse/NETBEANS-626
 Project: NetBeans
  Issue Type: Bug
  Components: db - Show Data
Affects Versions: 9.0
Reporter: Vldimir Orlyansky


Found in NetCat 9 through working with 
[http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/v/1]

It happens only under JDK 10. Under JDK 8 there is not such issue.

Click to view data and then click to "Insert Record(s)".

In modal panel create two rows.

Remove last row.

Number of row in column "#" will be present after removing last row.



--
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-625) Recreate feature does not work on JDK 10

2018-04-08 Thread Vldimir Orlyansky (JIRA)
Vldimir Orlyansky created NETBEANS-625:
--

 Summary: Recreate feature does not work on JDK 10
 Key: NETBEANS-625
 URL: https://issues.apache.org/jira/browse/NETBEANS-625
 Project: NetBeans
  Issue Type: Bug
  Components: db - DB schema
Affects Versions: 9.0
Reporter: Vldimir Orlyansky


Found in NetCat 9 through work with 
[http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/v/1]

Recreate feature does not work in JDK 10. Under JDK 8 tables can be recreated 
without problem. Under JDK 10 grab file was created under JDK 10 can be used 
for recreate table from grab file.

Stack trace i have put below.

 

java.lang.ClassNotFoundException: javax.xml.ws.Holder
    at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
    at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
    at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
Caused: java.lang.ClassNotFoundException: javax.xml.ws.Holder starting from 
ModuleCL@21abeae7[org.netbeans.modules.db] with possible defining loaders 
[ModuleCL@5b5306b0[org.netbeans.modules.websvc.jaxws21api]] and declared 
parents [ModuleCL@59bbf5cf[org.openide.nodes], 
ModuleCL@47742c04[org.openide.filesystems.nb], 
ModuleCL@7b767775[org.netbeans.modules.javahelp], 
org.netbeans.MainImpl$BootClassLoader@6d2b0d81, 
ModuleCL@14b1173d[org.netbeans.core.ide], 
ModuleCL@400a964c[org.netbeans.modules.project.libraries], 
ModuleCL@52473f06[org.openide.explorer], ModuleCL@77ab3fc5[org.openide.awt], 
ModuleCL@2f94fb16[org.netbeans.modules.db.metadata.model], 
ModuleCL@1eff6e71[org.netbeans.modules.keyring], ...6 more]
    at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
Caused: java.lang.NoClassDefFoundError: javax/xml/ws/Holder
    at 
org.netbeans.modules.db.explorer.action.RecreateTableAction$2.run(RecreateTableAction.java:138)
    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)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
    at org.openide.util.RequestProcessor.post(RequestProcessor.java:406)
    at 
org.netbeans.modules.db.explorer.action.RecreateTableAction.performAction(RecreateTableAction.java:100)
    at 
org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:561)
    at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
    at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
    at 
org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
    at 
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:558)
    at 
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
    at 
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
    at 
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
    at 
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
    at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369)
    at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:980)
    at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1024)
    at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
    at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
    at java.desktop/java.awt.Component.processEvent(Component.java:6354)
    at java.desktop/java.awt.Container.processEvent(Container.java:2260)
    at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2318)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
    at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4906)
    at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
    at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
    at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2304)
    at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
    at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
    at 

[jira] [Created] (NETBEANS-624) Can not create "Unique" column in table with Derby database

2018-04-08 Thread Vldimir Orlyansky (JIRA)
Vldimir Orlyansky created NETBEANS-624:
--

 Summary: Can not create "Unique" column in table with Derby 
database
 Key: NETBEANS-624
 URL: https://issues.apache.org/jira/browse/NETBEANS-624
 Project: NetBeans
  Issue Type: Bug
  Components: db - DB schema
Affects Versions: 9.0
Reporter: Vldimir Orlyansky


Found in NetCat 9.0

Can not create column with "Unique" constraint.

I try to create column with Unique. If select only Unique constraint i need to 
add Default. If set any default i have syntax error on creation.

If i select "Null" constraint result index does not have "Unique" property.

In "Indexes" node new unique index can be created without problem.



--
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-622) Can not remove row in "Insert Record(s)" modal panel from SQL view data tab before add values to required fields.

2018-04-08 Thread Vldimir Orlyansky (JIRA)
Vldimir Orlyansky created NETBEANS-622:
--

 Summary: Can not remove row in "Insert Record(s)" modal panel from 
SQL view data tab before add values to required fields.
 Key: NETBEANS-622
 URL: https://issues.apache.org/jira/browse/NETBEANS-622
 Project: NetBeans
  Issue Type: Bug
  Components: db - SQL Editor
Affects Versions: 9.0
Reporter: Vldimir Orlyansky


Found in NetCat 9

>From "View Data"/SQL tab i click to insert "Insert Record(s)" button.

I have modal panel "Insert Record(s)".

I click to "Add Row" for example two times.

But second time is wrong. I want to cancel insert second record. But button 
"Remove" is disabled before I add any values in required fields.

http://netbeans-vm.apache.org/synergy/client/app/#/assignment/2185/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



[jira] [Comment Edited] (NETBEANS-489) Cannot Apply Diff Patch in Mercurial Project

2018-03-31 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky edited comment on NETBEANS-489 at 3/31/18 10:32 PM:
--

I have such issue.

When i tested this part first time i did not have this issue. They are projects 
HG01 and HG01_clone0. And now i can “Export Uncommitted Changes” and “Apply 
Diff Patch” in these projects.

But on second test I have this this issue. They are projects Mercurial10_1 and 
Mercurial10_1_clone0. I can not “Export Uncommitted Changes” and “Apply Diff 
Patch” in these projects.

I have added zip file with these projects.


was (Author: enroi):
I have such issue.

When i tested this part first time i did not have this issue. They are projects 
HG01 and HG01_clone0. And now i can “Export Uncommitted Changes” and “Apply 
Diff Patch”.

But on second test I have this this issue. They are projects Mercurial10_1 and 
Mercurial10_1_clone0.

I have added zip file with these projects.

> Cannot Apply Diff Patch in Mercurial Project
> 
>
> Key: NETBEANS-489
> URL: https://issues.apache.org/jira/browse/NETBEANS-489
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 9.0
>Reporter: David R. Heffelfinger
>Priority: Major
> Attachments: export.zip
>
>
> This issue was found as part of NetCAT testing.
> Going through Test Spec at: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/298/v/2]
> Item 2.11 "Applying Patch"
> When I try to apply the patch as specified in the spec, I get an 
> "Information" pop up stating "The patch cannot be applied in the selected 
> context"



--
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-489) Cannot Apply Diff Patch in Mercurial Project

2018-03-31 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-489:
---
Attachment: (was: export.zip)

> Cannot Apply Diff Patch in Mercurial Project
> 
>
> Key: NETBEANS-489
> URL: https://issues.apache.org/jira/browse/NETBEANS-489
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 9.0
>Reporter: David R. Heffelfinger
>Priority: Major
>
> This issue was found as part of NetCAT testing.
> Going through Test Spec at: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/298/v/2]
> Item 2.11 "Applying Patch"
> When I try to apply the patch as specified in the spec, I get an 
> "Information" pop up stating "The patch cannot be applied in the selected 
> context"



--
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-489) Cannot Apply Diff Patch in Mercurial Project

2018-03-31 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-489:
---
Attachment: export.zip

> Cannot Apply Diff Patch in Mercurial Project
> 
>
> Key: NETBEANS-489
> URL: https://issues.apache.org/jira/browse/NETBEANS-489
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 9.0
>Reporter: David R. Heffelfinger
>Priority: Major
> Attachments: export.zip
>
>
> This issue was found as part of NetCAT testing.
> Going through Test Spec at: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/298/v/2]
> Item 2.11 "Applying Patch"
> When I try to apply the patch as specified in the spec, I get an 
> "Information" pop up stating "The patch cannot be applied in the selected 
> context"



--
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-541) Mercurial command Backout invokes external tool for resolve conflict

2018-03-28 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-541:
---
Description: 
This Issue was found through NetCat 9

Windows 10.

JDK 8 and 10.

NetBeans build 379

Mercurial command Team-Recover-Backout invokes external tool for resolve 
conflict. In my case NetBeans invokes TortoiseSVN (Tortoise for subversion) 
diff.

Conflicts can be fixed by external tool. NetBeans can work with such "external" 
tool.

So problem is only one, NetBeans uses external tool for resolve modification 
instead using internal NetBeans tool for resolve conflicts.

  was:
This Issue was found through NetCat 9

Mercurial command Team-Recover-Backout invokes external tool for resolve 
conflict. In my case NetBeans invokes TortoiseSVN (Tortoise for subversion) 
diff.

Conflicts can be fixed by external tool. NetBeans can work with such "external" 
tool.

So problem is only one, NetBeans uses external tool for resolve modification 
instead using internal NetBeans tool for resolve conflicts.


> Mercurial command Backout invokes external tool for resolve conflict
> 
>
> Key: NETBEANS-541
> URL: https://issues.apache.org/jira/browse/NETBEANS-541
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Reporter: Vldimir Orlyansky
>Priority: Trivial
>
> This Issue was found through NetCat 9
> Windows 10.
> JDK 8 and 10.
> NetBeans build 379
> Mercurial command Team-Recover-Backout invokes external tool for resolve 
> conflict. In my case NetBeans invokes TortoiseSVN (Tortoise for subversion) 
> diff.
> Conflicts can be fixed by external tool. NetBeans can work with such 
> "external" tool.
> So problem is only one, NetBeans uses external tool for resolve modification 
> instead using internal NetBeans tool for resolve conflicts.



--
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-541) Mercurial command Backout invokes external tool for resolve conflict

2018-03-28 Thread Vldimir Orlyansky (JIRA)
Vldimir Orlyansky created NETBEANS-541:
--

 Summary: Mercurial command Backout invokes external tool for 
resolve conflict
 Key: NETBEANS-541
 URL: https://issues.apache.org/jira/browse/NETBEANS-541
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Mercurial
Reporter: Vldimir Orlyansky


This Issue was found through NetCat 9

Mercurial command Team-Recover-Backout invokes external tool for resolve 
conflict. In my case NetBeans invokes TortoiseSVN (Tortoise for subversion) 
diff.

Conflicts can be fixed by external tool. NetBeans can work with such "external" 
tool.

So problem is only one, NetBeans uses external tool for resolve modification 
instead using internal NetBeans tool for resolve conflicts.



--
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-540) Mercurial versioning. Lost diff history after refactoring

2018-03-28 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-540:
---
Description: 
Found through NetCat 9.0

After refactoring file Mercurial history from Editor page does not show diff to 
previous version.

Search history for file does not show history before renaming (history for file 
when it had previous name).

  was:
Found through NetCat 9.0

After refactoring file Mercurial history from Editor page does not show diff to 
previous version.

Search history for file does not show history before renaming.


> Mercurial versioning. Lost diff history after refactoring
> -
>
> Key: NETBEANS-540
> URL: https://issues.apache.org/jira/browse/NETBEANS-540
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 9.0
>Reporter: Vldimir Orlyansky
>Priority: Minor
>
> Found through NetCat 9.0
> After refactoring file Mercurial history from Editor page does not show diff 
> to previous version.
> Search history for file does not show history before renaming (history for 
> file when it had previous 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] [Updated] (NETBEANS-540) Mercurial versioning. Lost diff history after refactoring

2018-03-28 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-540:
---
Description: 
Found through NetCat 9.0

After refactoring file Mercurial history from Editor page does not show diff to 
previous version.

Search history for file does not show history before renaming.

  was:
Found through NetCat 9.0

After refactoring file history from Editor page does not show diff to previous 
version.

Search history for file does not show history before renaming.

Component/s: (was: versioncontrol - Git)
 versioncontrol - Mercurial
Summary: Mercurial versioning. Lost diff history after refactoring  
(was: GIT versioning. Lost diff history after refactoring)

> Mercurial versioning. Lost diff history after refactoring
> -
>
> Key: NETBEANS-540
> URL: https://issues.apache.org/jira/browse/NETBEANS-540
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 9.0
>Reporter: Vldimir Orlyansky
>Priority: Minor
>
> Found through NetCat 9.0
> After refactoring file Mercurial history from Editor page does not show diff 
> to previous version.
> Search history for file does not show history before renaming.



--
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-540) GIT versioning. Lost diff history after refactoring

2018-03-28 Thread Vldimir Orlyansky (JIRA)
Vldimir Orlyansky created NETBEANS-540:
--

 Summary: GIT versioning. Lost diff history after refactoring
 Key: NETBEANS-540
 URL: https://issues.apache.org/jira/browse/NETBEANS-540
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Git
Affects Versions: 9.0
Reporter: Vldimir Orlyansky


Found through NetCat 9.0

After refactoring file history from Editor page does not show diff to previous 
version.

Search history for file does not show history before renaming.



--
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-533) new JFrame is opening with Exception after commit to Git or Mercurial

2018-03-27 Thread Vldimir Orlyansky (JIRA)

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

Vldimir Orlyansky updated NETBEANS-533:
---
Environment: 
NetBeans build 379
JDK 8 and 10
Windows 10

  was:
NetBeans build 379 JDK 8 and 10
Windows 10


> new JFrame is opening with Exception after commit to Git or Mercurial
> -
>
> Key: NETBEANS-533
> URL: https://issues.apache.org/jira/browse/NETBEANS-533
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git, versioncontrol - Mercurial
>Affects Versions: 9.0
> Environment: NetBeans build 379
> JDK 8 and 10
> Windows 10
>Reporter: Vldimir Orlyansky
>Priority: Minor
> Attachments: NewJFrame2_7.dump, NewJFrame_1.dump
>
>
> Found through NetCat 9.0
> Problem with JFrame in project with version control.
> If i create new JFrame i can work with this without problem. When new JFrame 
> has status "new" i do not see any problem.
> After commit if i open JFrame again i have exception.
> Dump files i have attached to this Jira ticket.



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