Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dynobject / impl / DefaultDynClass.java @ 1860

History | View | Annotate | Download (27.8 KB)

# Date Author Comment
1548 05/22/2017 11:16 AM Joaquín del Cerro Murciano

Aadido el metodo hasDynMethod a DynObject (v2)

1487 03/21/2017 04:16 PM Francisco Díaz Carsí
1405 05/11/2016 01:58 PM Joaquín del Cerro Murciano

Boomb!

1343 12/30/2015 09:10 AM Joaquín del Cerro Murciano

Eliminados warning de compilacion y reformateado de codigo.

1219 01/31/2015 07:19 AM Joaquín del Cerro Murciano

Corregido un problema cuando desde varios threads simultaneamente se intentaba hacer un consolide de un DynClass

1119 07/13/2014 09:48 PM Joaquín del Cerro Murciano
1118 07/12/2014 09:19 PM Joaquín del Cerro Murciano

Crazy partysvn statsvn stat

1085 06/07/2014 05:33 PM Joaquín del Cerro Murciano
1067 05/26/2014 02:03 PM Joaquín del Cerro Murciano

Fix compatibility in DynClass abaout use of tags.

1033 05/22/2014 10:34 AM José Badía

Añadido soporte a DynForms para tags en DynObjects

837 10/14/2013 07:44 AM Joaquín del Cerro Murciano

Add an automated order to fields when add it to dynclass

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

616 10/10/2011 11:24 AM Cristian Martín

checking that if ids are equal isInstance returns true as well.

528 07/08/2011 02:12 AM Cristian Martín

Indentation and toString function corrected.

390 02/14/2011 08:38 AM Cristian Martín

small bug fixed, in order to be able to remove superDynStructs of a given DynStruct.

388 02/09/2011 10:35 AM Cristian Martín

added remove(DynStruct) to remove superClasses and apply a consolide().

387 02/09/2011 08:21 AM Cristian Martín

Changed DynObject values from Object[] to Map in order to add key names of the fields.

381 01/30/2011 05:04 PM Cristian Martín

Changed getName to getFullName at DynObjectException message

380 01/28/2011 09:49 AM Cristian Martín

superClassMap and classes variables were using dynClass.getName() to put values on the map. Changed to getFullName() function

361 12/16/2010 05:28 AM Cristian Martín

isExtendable function implementation added at the end of the class, and corrected standard indentation

286 10/01/2010 06:51 AM Joaquín del Cerro Murciano

Improve error handling in extend method of dynclass.

278 09/30/2010 08:05 AM Cesar Ordiñana

Extract DynClassName API
https://forge.osor.eu/pm/task.php?func=detailtask&project_task_id=887&group_id=89&group_project_id=380

220 08/25/2010 06:27 AM Joaquín del Cerro Murciano

- Add support to File/URL/URI in DataTypes, DynObject and persistence.
- Add visibility of PersistentContext through PersistentState.
- Add checks in set of persistent state of types of values.

146 06/23/2010 10:34 AM Joaquín del Cerro Murciano

Fix bugs in the namespace management.

128 05/18/2010 04:08 AM Joaquín del Cerro Murciano

Fix problems when import dynclass definition from XML with namespaces

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.
109 05/05/2010 08:50 AM Joaquín del Cerro Murciano
  • Change DataTypes from interface to abstract class.
  • Add to ToolsLocator get/register XmlPullParser.
  • DynObject
    - deprecated method and constants related
    to TheTypeOfAvailableValues
    - Add method coerce to DynField
    - Add method importDynClassDefinitions to ...
73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added