Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java @ 447

# Date Author Comment
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.

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

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.

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

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.

358 12/16/2010 04:32 AM Cristian Martín

Added getPriority functions in AbstractLibrary and improved OrderedLibs for resolving duplicated implementations problems choosing by its priorities.

357 12/15/2010 08:57 AM Francisco Díaz Carsí

Added missing factory assignment in the read method

356 12/14/2010 11:45 AM Jorge Piera

Adding compatibility with the cdc profile

354 12/14/2010 06:31 AM Cesar Ordiñana

Add some javadoc comments.

337 11/18/2010 11:28 AM Cesar Ordiñana

While iterating through the cause stack, use Throwable instead of Exception, as there are sometimes Error objects

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

Add persistence support to DynObject.

329 11/03/2010 10:30 AM Cristian Martín

Added iterator function to loop into the existing DataTypes.

328 11/03/2010 10:12 AM Cristian Martín

Added iterator function to loop into the existing DataTypes.

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.

308 10/18/2010 07:21 AM Cristian Martín

Bug found and solved, in which a HashMap was iterated and each iteration was not correctly casted.

307 10/11/2010 09:35 AM Cristian Martín

Added iterator(string namespace) function to get an iterated list of all the current dynobjects of this specific function.

301 10/11/2010 08:22 AM Cesar Ordiñana

Allow to create paging helper with a given initial page size

300 10/11/2010 08:22 AM Cesar Ordiñana

Add update and delete methods

299 10/08/2010 10:43 AM Joaquín del Cerro Murciano
290 10/04/2010 08:31 AM Cesar Ordiñana

Use common static utilities in the BaseException class

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

Improve error handling in extend method of dynclass.

280 10/01/2010 04:43 AM Cristian Martín

Some Javadoc added

279 09/30/2010 11:08 AM Joaquín del Cerro Murciano
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

277 09/29/2010 12:46 PM Joaquín del Cerro Murciano

Fix bugs in persistence of File and improve error handling.

276 09/29/2010 12:44 PM Joaquín del Cerro Murciano

Support for the interface Callable from java 1.5, and a utility class to call callables and collect errores.

261 09/23/2010 03:33 AM Cesar Ordiñana

New DynObjectSet implementation façade for a list of DynObjectSet objects.

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

Cosmetic. Fix error in ListBaseException message

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

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

258 09/22/2010 06:06 AM Joaquín del Cerro Murciano

Improve error handling in persistence

257 09/22/2010 12:01 AM Cristian Martín

Misspelling of exception solved.

256 09/22/2010 12:00 AM Cristian Martín

Misspelling of exception solved.

253 09/21/2010 10:01 AM Joaquín del Cerro Murciano

Improve error handling in dynobjects validation

252 09/20/2010 11:05 AM Joaquín del Cerro Murciano

Improve error handling in persistence management

251 09/20/2010 11:03 AM Joaquín del Cerro Murciano

Add validate support for URI, URL and File

244 09/15/2010 04:19 AM Cesar Ordiñana

Add a default implementation for the DynObjectPagingHelper interface

243 09/15/2010 04:18 AM Cesar Ordiñana

Remove non used package

242 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

238 09/15/2010 04:14 AM Cesar Ordiñana

Data paging related utilities

234 09/13/2010 05:40 AM Cesar Ordiñana

Add a throws ServiceException

224 08/31/2010 07:25 AM Cesar Ordiñana

Replace IOException constructor available only since 1.6

222 08/31/2010 07:01 AM Cesar Ordiñana

Javadoc correction

221 08/27/2010 08:51 AM Joaquín del Cerro Murciano
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.

219 08/25/2010 02:29 AM Ignacio Brodín

null check

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

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

217 08/23/2010 07:27 AM Joaquín del Cerro Murciano

Replace the use of int values for field type by DataType.

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

Add utility method isNumeric to DataType

215 08/16/2010 04:41 AM Joaquín del Cerro Murciano
212 08/13/2010 06:58 AM Joaquín del Cerro Murciano

- Add method setClassOfItems to correct bug in classOfValue in a DynFIeld.
- Adds javadoc in the interface.

211 08/13/2010 06:56 AM Joaquín del Cerro Murciano

Add utility method setNull to PersistentState.

202 08/12/2010 12:21 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

196 07/20/2010 07:47 AM Cesar Ordiñana

Change author

193 07/07/2010 06:02 AM Cesar Ordiñana

Replace getCQL with getSQL, as it is the real type of expression returned.

190 07/07/2010 02:48 AM Cesar Ordiñana

Change Library TYPE declaration

189 07/07/2010 02:43 AM Cesar Ordiñana

Replace some methods not available in Java ME CDC

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

Add Library methods to specify dependencies with other libraries.

187 07/05/2010 03:39 AM Joaquín del Cerro Murciano
185 07/02/2010 02:38 PM Cesar Ordiñana

addType was not updated to the change of throwing an exception when a referenced datatype is not registered

184 07/02/2010 02:19 PM Cesar Ordiñana

Throw exception when a referenced datatype is not registered

157 06/24/2010 03:52 AM Cesar Ordiñana

Replace simple for loops with while ones

156 06/24/2010 03:50 AM Cesar Ordiñana

Correct javadoc

155 06/24/2010 03:38 AM Cesar Ordiñana

Remove unneeded imports

150 06/23/2010 10:41 AM Joaquín del Cerro Murciano

Fix on initialization errors

149 06/23/2010 10:40 AM Joaquín del Cerro Murciano

Add support to continue initialization on errors.

148 06/23/2010 10:38 AM Joaquín del Cerro Murciano

More logging and better exception management

147 06/23/2010 10:35 AM Joaquín del Cerro Murciano

Fix message generation in BaseListException

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

Fix bugs in the namespace management.

145 06/23/2010 09:34 AM Joaquín del Cerro Murciano

Refactoring of DataType structure,

144 06/23/2010 09:29 AM Joaquín del Cerro Murciano

Hexadecimal support in conversion of number as string to number

141 06/23/2010 07:39 AM Cristian Martín

Added readOnly attributes, as well as some minimal bugs related to ElementType's creation when the field is a Container, in which case the type was mistakenly assigned.

135 05/28/2010 08:04 AM Cesar Ordiñana

If there is not any provider registered the extension point may be null.

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

127 05/18/2010 04:06 AM Joaquín del Cerro Murciano

Change the name of constant DYNCLASS_NAMESPACE
to PERSISTENCE_NAMESPACE.

126 05/18/2010 03:59 AM Joaquín del Cerro Murciano

Add contructors to support chained list of exceptions