Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib @ 651

  • svn:ignore: .settings target .classpath .project bin
# Date Author Comment
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]

579 07/22/2011 06:36 AM Cesar Ordiñana

Add animal-sniffer-plugin configuration to validate APIs against Java 1.5

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

Replace String methods available since java 1.6

575 07/21/2011 10:32 AM Cesar Ordiñana

Formatting

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

441 04/12/2011 07:49 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare for next development iteration

439 04/12/2011 07:49 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release 2.1.1

437 04/12/2011 07:32 AM Joaquín del Cerro Murciano

[maven-release-plugin] rollback the release of 2.1.1

436 04/12/2011 07:21 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare for next development iteration

434 04/12/2011 07:21 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release 2.1.1

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

Add syncronize to methods in DefaultDisposableManager.

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

413 03/11/2011 08:10 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

411 03/11/2011 08:10 AM Cesar Ordiñana

[maven-release-plugin] prepare release org.gvsig.tools-2.1.0

408 03/11/2011 07:48 AM Cesar Ordiñana

[maven-release-plugin] rollback the release of org.gvsig.tools-2.1.0

407 03/11/2011 07:44 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

405 03/11/2011 07:44 AM Cesar Ordiñana

[maven-release-plugin] prepare release org.gvsig.tools-2.1.0

398 03/10/2011 04:43 AM Cesar Ordiñana

Remove unneeded check, we need to be able to update basic types coerces too.

391 02/16/2011 06:28 AM Cristian Martín

Explanation text in error exception when metadata name contains ":" changed.

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.

389 02/14/2011 05:45 AM Cesar Ordiñana

Correct encoding

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.

386 02/09/2011 08:09 AM Cristian Martín

DynClass name should avoid programmer erros such as inserting more than one ":" in a fullName, one or mor ":" in a namespace or null values in a name. In those cases, an IllegalArgumentException is thrown.

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

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

384 02/03/2011 11:24 AM Cesar Ordiñana

Change found libraries log indentation so it is not confused in the log with an exception stacktrace

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

374 01/10/2011 07:35 AM Cesar Ordiñana

Library parameter being null was not being checked

372 12/21/2010 09:52 AM Cesar Ordiñana

Refactor and add also library of type api when a library of type impl is required, just in case there is an error in the impl library definition.

371 12/21/2010 09:51 AM Cesar Ordiñana

Validate given library classes to be of Library type

370 12/21/2010 07:49 AM Cesar Ordiñana

Format and cleanup

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

Deprecate empty constructor

367 12/16/2010 01:49 PM Cesar Ordiñana

Deprecate empty constructor

366 12/16/2010 05:50 AM Cristian Martín

isExtendable API added

365 12/16/2010 05:50 AM Cristian Martín

Some source commented.

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

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

360 12/16/2010 04:39 AM Cristian Martín

Improvement of iterator(String libraryFilterName) function to not discriminate between uppercase and lowercase.

359 12/16/2010 04:35 AM Cristian Martín

Added getPriority functions in AbstractLibrary and improved OrderedLibs for resolving duplicated implementations problems choosing by its priorities. Added getPriority in the Library API as well.