[gaea-help] [ gaeaodb-Bugs-1902276 ] Create a class with a Dictionary
Brought to you by:
jsgoupil
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:05:29
|
Bugs item #1902276, was opened at 2008-02-26 11:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902276&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Common Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Jean-Sstien Goupil (jsgoupil) Summary: Create a class with a Dictionary Initial Comment: The following error is dipslayed (SEE BELOW) #### ORIGINAL #### Créer une classe avec un Dictionary L'erreur suivante est affichée : Enhancer failed for the following reason: Enhancer failed for the following reason: java.lang.NullPointerException public class TDate { /** Nom du test. */ private String nom; private java.util.Dictionary vector; public String toString() { return this.nom; } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902276&group_id=212875 |