Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / tags / org.gvsig.tools-3.0.13 / org.gvsig.tools.lib / src / test / java / org

# Date Author Comment
965 11/21/2013 07:14 AM Joaquín del Cerro Murciano

[maven-release-plugin] copy for tag org.gvsig.tools-3.0.13

956 11/12/2013 08:05 AM Joaquín del Cerro Murciano

fix 1.4 compatibility

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.

716 10/18/2012 05:16 AM Joaquín del Cerro Murciano
715 10/17/2012 04:50 AM Joaquín del Cerro Murciano

Add support to manage packages in tools library.

707 08/16/2012 04:29 AM Joaquín del Cerro Murciano

add getProviderFactories to AbstractProviderManager and getServiceFactories to the AbstractServiceManager.

695 06/14/2012 08:37 AM Cesar Ordiñana

Change complex notification handling so we can have observers that get one ComplexNotification instead of all the child notifications.
Refs #775.

661 12/20/2011 07:43 AM Cesar Ordiñana

Update and add a new test for the bug #67

654 11/29/2011 12:37 PM Cesar Ordiñana

Solve bug gvsig-desktop#16017

642 11/11/2011 09:11 AM Cesar Ordiñana

Assert message correction

639 11/11/2011 07:20 AM Joaquín del Cerro Murciano

Add utility methods to Persistence Manager:
- Object getObject(InputStream is)
- void putObject(OutputStream os, Object obj)

629 10/21/2011 07:15 AM Cristian Martín

Added tests

618 10/10/2011 11:28 AM Cristian Martín

mandatories left out for testing

615 10/10/2011 11:24 AM Cesar Ordiñana

Don't capture exceptions but throw them in the test method

614 10/10/2011 10:03 AM Cristian Martín

Added validation test

602 09/05/2011 04:06 AM Cesar Ordiñana

Add unit tests and correct some Coercion implementations. Also separate the CoerceToDate to three different coercers for DATE, TIME and TIMESTAMP data types.
This fixes bug gvsig-desktop#15643.

517 07/04/2011 07:55 AM Cesar Ordiñana

Comment unused attribute

516 07/04/2011 07:54 AM Cesar Ordiñana

Remove unused imports

515 07/04/2011 07:53 AM Cesar Ordiñana

Replace deprecated constructor usage

485 05/13/2011 08:46 AM Cesar Ordiñana

Add new method so the libraries may register themselves there instead of the constructor, so the application may continue starting even if there is an error in one of the libraries.

481 05/11/2011 10:54 AM Cesar Ordiñana

Add to the test the case of dependency to a library of type service.

478 05/11/2011 08:09 AM Cesar Ordiñana

Added new Library.TYPE for service or provider libraries.
Also updated library ordering logic to take the new type into account, solve a bug with priorities, and when a requirement to a library is found, load everything to get a fully functional library: API, implementation and all available services.

477 05/11/2011 04:45 AM Joaquín del Cerro Murciano

Remove method DynObject.hasEmptyValues and use of
exception DynFieldValidateException from the API

465 05/10/2011 06:35 AM Cristian Martín

- Added hasEmptyValues() function implementation at DynObject level
- Null value check added before looping into the fields

417 04/12/2011 03:27 AM Francisco Díaz Carsí

Added a reference counter in the disposable objects to check when one of these objects should definitely be released.
Removed WeakReferencingDisposableManager class.
gvsig-desktop#15128

385 02/09/2011 08:05 AM Cristian Martín

English message correction. Changed "don't" for "didn't"

368 12/16/2010 01:50 PM Cesar Ordiñana

Deprecate empty constructor

330 11/09/2010 02:49 AM Francisco Díaz Carsí

Add persistence support to DynObject.

326 11/03/2010 09:27 AM Cesar Ordiñana

Show exception name in the localized message stack when the exception is not a BaseException.

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

259 09/22/2010 08:21 AM Joaquín del Cerro Murciano

Fix bugs in the validate of dynfields when fields are type object.

241 09/15/2010 04:17 AM Cesar Ordiñana

Remove non used package

240 09/15/2010 04:15 AM Cesar Ordiñana

Remove non used package

239 09/15/2010 04:15 AM Cesar Ordiñana

Added pending interface inheritance

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.

218 08/23/2010 07:28 AM Joaquín del Cerro Murciano

Add support to CLassOfValue and ClassOfItems when import class definition from xml.

200 07/22/2010 07:07 AM Cesar Ordiñana

Some test corrections

188 07/06/2010 09:25 AM Joaquín del Cerro Murciano

Add Library methods to specify dependencies with other libraries.

186 07/02/2010 02:38 PM Cesar Ordiñana

Add automatic libraries initialization

130 05/19/2010 09:54 AM Joaquín del Cerro Murciano

Change the management of containers data types.
Change DYNOBJECT type from CONTAINER to base type.

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

Fix problems when import dynclass definition from XML with namespaces

121 05/12/2010 04:06 AM Cesar Ordiñana

Make the complex notification reentrant

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 ...
105 04/26/2010 10:25 AM Cesar Ordiñana

Initial API definition for a DynObjectSet and a DynObjectPagingHelper extracted from the Feature related ones.

97 04/16/2010 04:44 AM Cesar Ordiñana

Remove dummy eclipse warning

96 04/16/2010 04:39 AM Cesar Ordiñana

Add serialUIDs to the exceptions

73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

72 03/16/2010 10:36 AM Joaquín del Cerro Murciano
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