Your message dated Sat, 06 Dec 2008 23:17:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#506441: fixed in libdb-je-java 3.3.62-2
has caused the Debian Bug report #506441,
regarding libdb-je-java: Behaviour of RawObject inconsistent with documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
506441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506441
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libdb-je-java
Version: 3.3.62-1
Severity: minor
Tags: patch



Documentation says that it is possible to pass null as second argument to 
RawObject(RawType type, Map<String,Object> values, RawObject superObject), but 
this throws NullPointerException.  This is
solved either by changing the code or changing the documentation.

-- src/com/sleepycat/persist/raw/RawObject.java.orig   2008-11-21 
14:43:02.951386638 +0100
+++ src/com/sleepycat/persist/raw/RawObject.java        2008-11-21 
14:43:50.943003834 +0100
@@ -10,6 +10,7 @@

 import java.util.Arrays;
 import java.util.Map;
+import java.util.HashMap;
 import java.util.TreeSet;

 import com.sleepycat.persist.evolve.Conversion;
@@ -58,9 +59,12 @@
     public RawObject(RawType type,
                      Map<String,Object> values,
                      RawObject superObject) {
-        if (type == null || values == null) {
+        if (type == null) {
             throw new NullPointerException();
         }
+       if (values == null) {
+               values = new HashMap<String,Object>();
+       }
         this.type = type;
         this.values = values;
         this.superObject = superObject;




-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libdb-je-java depends on:
ii  default-jre [java2-runtime]   1.5-30     Standard Java or Java compatible R
ii  gij-4.1 [java1-runtime]       4.1.1-20   The GNU Java bytecode interpreter
ii  java-gcj-compat [java2-runtim 1.0.78-2   Java runtime environment using GIJ
ii  openjdk-6-jre [java2-runtime] 6b11-9     OpenJDK Java runtime, using Hotspo

libdb-je-java recommends no packages.

libdb-je-java suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: libdb-je-java
Source-Version: 3.3.62-2

We believe that the bug you reported is fixed in the latest version of
libdb-je-java, which is due to be installed in the Debian FTP archive:

libdb-je-java_3.3.62-2.diff.gz
  to pool/main/libd/libdb-je-java/libdb-je-java_3.3.62-2.diff.gz
libdb-je-java_3.3.62-2.dsc
  to pool/main/libd/libdb-je-java/libdb-je-java_3.3.62-2.dsc
libdb-je-java_3.3.62-2_all.deb
  to pool/main/libd/libdb-je-java/libdb-je-java_3.3.62-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath <[EMAIL PROTECTED]> (supplier of updated libdb-je-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 06 Dec 2008 17:47:11 -0500
Source: libdb-je-java
Binary: libdb-je-java
Architecture: source all
Version: 3.3.62-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Varun Hiremath <[EMAIL PROTECTED]>
Description: 
 libdb-je-java - Oracle Berkeley Database Java Edition
Closes: 506441
Changes: 
 libdb-je-java (3.3.62-2) unstable; urgency=low
 .
   * Add patches/RawObject.diff, thanks to Andreas Jonsson (Closes: #506441)
Checksums-Sha1: 
 9833e9837f8a7ca4ed371c3517656fc9dbb789d6 1394 libdb-je-java_3.3.62-2.dsc
 fe8442e53d2036602db957f38f1c7ad82e1f29af 3995 libdb-je-java_3.3.62-2.diff.gz
 86bd517af916ec29c442f0d4ae81f780dfe24e4e 1384904 libdb-je-java_3.3.62-2_all.deb
Checksums-Sha256: 
 486dc5f3d8593987021e814c997e98452d5c02b89f0e844584d7b1fc67953091 1394 
libdb-je-java_3.3.62-2.dsc
 849cb4f33f3bf4a0d79c350ad128e90bd58139969de6a55da11f9857bda0280a 3995 
libdb-je-java_3.3.62-2.diff.gz
 a6a2a05c6a5e00c0df89c4eb10b1ec7fc07973cd5452cd63e4e6dbad62fe95ce 1384904 
libdb-je-java_3.3.62-2_all.deb
Files: 
 53c95da507a431394e48832a0e1127df 1394 libs optional libdb-je-java_3.3.62-2.dsc
 d9ab092cba37b9888d2cd967f45f471a 3995 libs optional 
libdb-je-java_3.3.62-2.diff.gz
 b170fb2f3a72eda20662bad7dd2a3f50 1384904 libs optional 
libdb-je-java_3.3.62-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk7BH8ACgkQPEFSUMxFMZeOjwCgphDdJkRGQS9UVTaOUkdlRAf+
W04An3EGMnBh2FYC845/9k0l/MrXq/VY
=oa3S
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to