Move duplicated 'ViewFormWidget' class to the 'common.ui' plugin
----------------------------------------------------------------
Key: DIRSTUDIO-685
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-685
Project: Directory Studio
Issue Type: Improvement
Components: studio-connection, studio-ldapbrowser
Reporter: Pierre-Arnaud Marcelot
Assignee: Pierre-Arnaud Marcelot
Fix For: 2.0.0
The class 'ViewFormWidget' can be currently found at two locations:
-
/connection.ui/src/main/java/org/apache/directory/studio/connection/ui/widgets/ViewFormWidget.java
[1]
-
/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/widgets/ViewFormWidget.java
[2]
Now that we have the 'common.ui' plugin, it would be better to have a single
version of this class there.
[1] -
http://svn.apache.org/viewvc/directory/studio/trunk/connection.ui/src/main/java/org/apache/directory/studio/connection/ui/widgets/ViewFormWidget.java?view=co
[2] -
http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/widgets/ViewFormWidget.java?view=co
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.