Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / tags / 3.0.1 / org.gvsig.tools.lib / src @ 2426

# Date Author Comment
797 04/02/2013 03:15 AM Juan Lucas Domínguez

[maven-release-plugin] copy for tag 3.0.1

794 03/28/2013 04:42 AM Joaquín del Cerro Murciano

Arregla un bug que hace que al comparar versiones finales con SNAPSHOTs diga que los SNAPSHOTs son mas nuevos.

731 02/07/2013 06:38 AM Juan Lucas Domínguez

Fixed dependency resolution algorithm

728 02/01/2013 04:27 AM Juan Lucas Domínguez

Improving coercion and parsing of type Timestamp

727 01/31/2013 11:04 AM Juan Lucas Domínguez

Added some javadoc about Timestamp coercion

726 01/31/2013 10:48 AM Juan Lucas Domínguez

#1593 Support for editing of Timestamp type fields in attribute table

725 01/31/2013 06:37 AM Juan Lucas Domínguez

Fixed casting in addCoercion method

724 01/25/2013 05:23 AM Juan Lucas Domínguez

Changed implementation of deprecated method (must return "2.0.0", not "2.0.0-0")

723 01/25/2013 03:57 AM Juan Lucas Domínguez

Preventing NPE when cloning DefaultPackageInfo (dependencies is set to null if setDependencies is called with "")

722 01/23/2013 09:54 AM Juan Lucas Domínguez

#997 Prevented NPE error when folder not exists or empty

721 11/12/2012 04:47 AM Juan Lucas Domínguez

Improved how compound command returns its type

720 11/08/2012 10:14 AM Joaquín del Cerro Murciano
719 11/08/2012 10:10 AM Joaquín del Cerro Murciano

Arregla un error en la persistencia de URI que hacia que los persistiese indicand que su tipo era URL.

718 11/05/2012 09:24 AM Juan Lucas Domínguez

Fixed issues in classes: Version, PackageInfo, Dependency, Dependencies

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.

714 10/17/2012 04:42 AM Joaquín del Cerro Murciano

Add subtype TEXT to suport long/multiline strings.

713 10/17/2012 04:41 AM Joaquín del Cerro Murciano

Fix clone of taskstatus

710 09/04/2012 02:39 AM Joaquín del Cerro Murciano
709 08/30/2012 05:06 AM Juan Lucas Domínguez

#511 Improved GUI and management of task status.

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

add getProviderFactories to AbstractProviderManager and getServiceFactories to the AbstractServiceManager.

706 08/08/2012 07:00 AM Joaquín del Cerro Murciano
702 07/17/2012 07:26 AM Cesar Ordiñana

If the logdebug is enabled for the BaseTaskStatus class, calculate the milliseconds ellapsed between the add and the terminate of the status. This will allow to show how much it costs to perform some tasks.

700 07/17/2012 03:48 AM Joaquín del Cerro Murciano
697 06/25/2012 01:31 PM Joaquín del Cerro Murciano

Añade soporte para que desde el inportador de dynclases desde xml se pueda asignar el valor por defecto a un dynfield. Esto ha llevado consigo que cuando se asigna un valor por defecto a un dynfield este se convierta al tipo del dynfield al hacer la asignacion. Antes esto no se hacia, pudiendo provocar incongruencias en el tipo de datos cuando el tipo del valor por defecto no era del tipo del dynfield. Ahora se provocaran errores en tiempo de ejecucion si se intenta hacer esta operacion.

696 06/25/2012 01:26 PM Joaquín del Cerro Murciano

- Dejamos como protegidos los atributos de la clase para que se pueda sobreescribir su funcionalidad ya que se trata de una clase Base de la que heredar.

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.

685 03/28/2012 06:16 AM Jose Manuel Vivó Arnal

refs #368
XMLPersistence stores file path using unix-like separator to avoid cross-system problems

682 02/08/2012 06:41 AM Jorge Piera

Two complex notification can be executed at the same time [gvsig-desktop #274]

672 01/26/2012 02:13 AM Cesar Ordiñana

Add more information in parse exceptions

670 01/24/2012 10:36 AM Cesar Ordiñana

Allow to call the method from child implementations

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

Update and add a new test for the bug #67

655 12/15/2011 11:03 AM Cesar Ordiñana

New library ordering to solve bug gvsig-desktop#67
#67

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

Solve bug gvsig-desktop#16017

653 11/28/2011 09:12 AM Cesar Ordiñana

Add new method to get a DataType for a java Class.

651 11/28/2011 05:52 AM Cristian Martín

Exception was not translating field Names when showing the error, so fieldName was misleading to the one shown. Bug fixed.

645 11/22/2011 10:13 AM Cesar Ordiñana

Format according to the gvSIG code conventions

644 11/14/2011 10:00 AM Cesar Ordiñana

Capture errors when loading libraries through a Classloader

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

Assert message correction

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

All a library to require other libraries of types other than API.

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)

638 11/09/2011 06:20 AM Francisco Díaz Carsí

Fixed method getDefinition of DynObjectPersistenceFactory to search the class in the DynObjectManager with the Persistence namespace.
Fixed method get of ClassesNamespaces when the name param has the namespace prefixed.

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

added isDynObject function

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

Added tests

628 10/21/2011 07:14 AM Cristian Martín

Forced setting first type and subtype and then the rest of field properties when importing and creating dynFields.

627 10/21/2011 07:12 AM Cristian Martín

indented correctly.

626 10/21/2011 07:09 AM Cristian Martín

toString function was not displaying the appropriate format.

621 10/17/2011 07:52 AM Cesar Ordiñana

Add fullInitialize method with ignore errors parameter and update javadoc

620 10/13/2011 03:38 AM Francisco Díaz Carsí

Eliminado el iterador de la clase ComplexNotification, siendo sustituido por la implementación de Visitable, evitando visitadores simultáneos.

619 10/10/2011 11:42 AM Cesar Ordiñana

Solve bug gvisg-desktop#15765.

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

mandatories left out for testing

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

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

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

611 10/07/2011 10:15 AM Cristian Martín

minor fixes on implementation of DefaultDynfield. Some getters could retrieve null values, but their correspondent setters were not checking this option.

610 10/07/2011 10:13 AM Cristian Martín

Added new exception if a field within a dynObject is a dynObject and its subtype has not been defined.

607 10/04/2011 09:05 AM Cesar Ordiñana

Add support to load libraries from a list of classloaders and better loging

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.

598 08/29/2011 08:58 AM Cesar Ordiñana

Use the task name as the thread name, to make task debugging easier.

596 08/22/2011 02:55 AM Cesar Ordiñana

Solve usage of deprecated TaskStatus related methods

595 08/22/2011 02:49 AM Cesar Ordiñana

Add some corrected method names and deprecate the bad ones

594 08/22/2011 02:48 AM Cesar Ordiñana

Add some corrected method names and deprecate the bad ones

592 08/04/2011 08:45 AM Cristian Martín

DynFieldValidation exceptions reviewed

590 07/28/2011 05:43 AM Jorge Piera

An error in the update method of an observer object, doesn't have to stop the other invocations to the update method of the other observers [gvsig-desktop #15609]

576 07/21/2011 11:37 AM Cesar Ordiñana

Replace String methods available since java 1.6

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

Indentation and toString function corrected.

527 07/08/2011 02:10 AM Cristian Martín

DynObject consistency also checked with Lists. Subtype element passed to list-item when setting subtype of a dynObject list item.

526 07/08/2011 02:04 AM Cristian Martín

Indention format corrected

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

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

Replace deprecated constructor usage

513 07/04/2011 07:52 AM Cesar Ordiñana

Replace deprecated constructor usage

512 07/04/2011 07:51 AM Cesar Ordiñana

Add deprecated constructors comments about alternate method to use

489 05/31/2011 09:48 AM Cesar Ordiñana

Remove own toString method so the Throwable class default one is used, which shows all the information when it is a ListBaseException

488 05/23/2011 09:49 AM Jorge Piera

Just updating the implementation of some methods for a better performance

487 05/23/2011 07:57 AM Jorge Piera

Adding the AndEvaluator: a new evaluator that is composed by a set of evaluators [gvsig-desktop #15366]

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.

480 05/11/2011 10:53 AM Cesar Ordiñana

Add libraries of service type also as implementations of themselves

479 05/11/2011 10:52 AM Cesar Ordiñana

Deprecate the require method with two parameters

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

467 05/10/2011 06:37 AM Cristian Martín

Added value that was trying to insert in DynFieldRequiredException to be queryable.

466 05/10/2011 06:36 AM Cristian Martín

Added hasEmptyValues() function to be used at DynObject level

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

457 04/22/2011 10:39 AM Joaquín del Cerro Murciano

Fix minor bugs in JTasksStatus when not has more task running

456 04/22/2011 08:17 AM Joaquín del Cerro Murciano

Fix incorrect method name terminate in TaskStatus.

452 04/21/2011 05:50 PM Joaquín del Cerro Murciano

add autoremove in TaskStatus

451 04/21/2011 03:25 PM Joaquín del Cerro Murciano
450 04/21/2011 03:25 PM Joaquín del Cerro Murciano

- Add method "add" to TaskStatus
- Add javadocs to the API of task .

449 04/20/2011 10:47 AM Joaquín del Cerro Murciano

Add JTasksStatusList and use in JTasksStatus

448 04/19/2011 09:03 AM Joaquín del Cerro Murciano

Add utility methods to JTaskStatus

447 04/19/2011 06:24 AM Joaquín del Cerro Murciano

Fix bugs in TaskStatus utilities and add swing components.

446 04/15/2011 04:00 AM Joaquín del Cerro Murciano

Restore accidentally deleted interface

445 04/14/2011 04:37 AM Joaquín del Cerro Murciano

- Remove unused clases from org.gvsig.tools.task
- Mark as deprecated org.gvsig.tools.task.Cacellable
and add new interface CacellableTask
- Add support to manage status of task.

444 04/14/2011 04:16 AM Joaquín del Cerro Murciano

Remove unused imports

443 04/14/2011 04:16 AM Joaquín del Cerro Murciano

Remove unused imports

442 04/14/2011 04:15 AM Joaquín del Cerro Murciano

Remove unused methods in private class

418 04/12/2011 04:38 AM Joaquín del Cerro Murciano

Add syncronize to methods in DefaultDisposableManager.