Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Bug#444547: marked as done (libcommons-modeler-java: FTBFS: tests failed)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Debian Bug Tracking System  
View profile  
 More options Sep 30 2007, 3:20 pm
Newsgroups: linux.debian.bugs.rc
From: ow...@bugs.debian.org (Debian Bug Tracking System)
Date: Sun, 30 Sep 2007 21:20:13 +0200
Local: Sun, Sep 30 2007 3:20 pm
Subject: Bug#444547: marked as done (libcommons-modeler-java: FTBFS: tests failed)

Your message dated Sun, 30 Sep 2007 19:02:13 +0000
with message-id <E1Ic43R-0005mC...@ries.debian.org>
and subject line Bug#444547: fixed in libcommons-modeler-java 2.0.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

[ Attached Message ]

From: Lucas Nussbaum <lu...@lucas-nussbaum.net>
To: sub...@bugs.debian.org
Date: Sat, 29 Sep 2007 12:36:11 +0200
Local: Sat, Sep 29 2007 6:36 am
Subject: libcommons-modeler-java: FTBFS: tests failed
Package: libcommons-modeler-java
version: 2.0.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20070928 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building libcommons-modeler-java in libcommons-modeler-java_2.0.1-2.dsc
 debian/rules build
test -x debian/rules
mkdir -p "."
cd . && /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/j ava/mx4j.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-l ogging.jar:/usr/share/java/junit.jar:/usr/lib/jvm/java-gcj/lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true    -propertyfile /build/user/libcommons-modeler-java-2.0.1/debian/ant.properties dist
Buildfile: build.xml

init-dist:
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/dist

init:
     [echo] -------- modeler 2.0.1 --------

prepare:
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target/classes
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target/conf
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target/tests

static:
     [copy] Copying 1 file to /build/user/libcommons-modeler-java-2.0.1/target/conf

compile-only:
    [javac] Compiling 36 source files to /build/user/libcommons-modeler-java-2.0.1/target/classes
    [javac] ----------
    [javac] 1. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseAttributeFilter.java (at line 39)
    [javac]     public class BaseAttributeFilter implements NotificationFilter {
    [javac]                  ^^^^^^^^^^^^^^^^^^^
    [javac] The serializable class BaseAttributeFilter does not declare a static final serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 2. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseMode
    [javac] lMBean.java (at line 617)
    [javac]     Object result = null;
    [javac]            ^^^^^^
    [javac] The local variable result is never read
    [javac] ----------
    [javac] 3. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseMode
    [javac] lMBean.java (at line 677)
    [javac]     AttributeList response = new AttributeList();
    [javac]                   ^^^^^^^^
    [javac] The local variable response is never read
    [javac] ----------
    [javac] 4. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseModelMBean.java (at line 1315)
    [javac]     registry=Registry.getRegistry();
    [javac]              ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 5. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNoti
    [javac] fication.java (at line 28)
    [javac]     public final class BaseNotification extends Notification {
    [javac]                        ^^^^^^^^^^^^^^^^
    [javac] The serializable class BaseNotification does not declare a static final serialVersionUID field of type long
    [javac] ----------
    [javac] 6. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 32)
    [javac]     private String type;
    [javac]                    ^^^^
    [javac] The field BaseNotification.type is never read locally
    [javac] ----------
    [javac] 7. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 33)
    [javac]     private Object source;
    [javac]                    ^^^^^^
    [javac] The field BaseNotification.source is never read locally
    [javac] ----------
    [javac] 8. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 34)
    [javac]     private long seq;
    [javac]                  ^^^
    [javac] The field BaseNotification.seq is never read locally
    [javac] ----------
    [javac] 9. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 35)
    [javac]     private long tstamp;
    [javac]                  ^^^^^^
    [javac] The field BaseNotification.tstamp is never read locally
    [javac] ----------
    [javac] ----------
    [javac] 10. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotificationBroadcaster.java (at line 224)
    [javac]     private synchronized void registerNotifications( FixedNotif
    [javac] icationFilter filter ) {
    [javac]                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method registerNotifications(FixedNotificationFilter) from the type BaseNotificationBroadcaster is never used locally
    [javac] ----------
    [javac] 11. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotificationBroadcaster.java (at line 226)
    [javac]     Registry reg=Registry.getRegistry();
    [javac]                  ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 12. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/FixedNo
    [javac] tificationFilter.java (at line 41)
    [javac]     public class FixedNotificationFilter implements NotificationFilter {
    [javac]                  ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The serializable class FixedNotificationFilter does not declare a static final serialVersionUID fiel
    [javac] d of type long
    [javac] ----------
    [javac] ----------
    [javac] 13. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/JndiJmx.java (at line 163)
    [javac]     String mname=null;
    [javac]            ^^^^^
    [javac] The local variable mname is never read
    [javac] ----------
    [javac] 14. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/JndiJmx.java (at line 218)
    [javac]     MBeanServer mserver=(MBeanServer)Registry.getRegistry().getMBeanServer();
    [javac]        
    [javac]                              ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 15. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/Main.ja
    [javac] va (at line 65)
    [javac]     Registry reg=Registry.getRegistry();
    [javac]                  ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 16. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ManagedBean.java (at line 48)
    [javac]     public class ManagedBean implements java.io.Serializable
    [javac]                  ^^^^^^^^^^^
    [javac] The serializable class ManagedBean does not declare a static final serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 17. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/Registr
    [javac] y.java (at line 588)
    [javac]     String type=null;
    [javac]            ^^^^
    [javac] The local variable type is never read
    [javac] ----------
    [javac] ----------
    [javac] 18. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/Jmx
    [javac] Invoke.java (at line 52)
    [javac]     MBeanServer server=(MBeanServer)project.getReference("jmx.server");
    [javac]                                     ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] 19. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/JmxInvoke.java (at line 61)
    [javac]     project.addReference("jmx.server", server);
    [javac]     ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] ----------
    [javac]
    [javac] 20. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/JmxSet.java (at line 90)
    [javac]     Registry registry=Registry.getRegistry();
    [javac]                       ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] 21. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/Jmx
    [javac] Set.java (at line 103)
    [javac]     objValue=project.getReference(valueRef);
    [javac]              ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 22. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/MLETTask.java (at line 93)
    [javac]     server=(MBeanServer)project.getReference("jmx.server");
    [javac]                         ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] 23. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/MLETTask.java (at line 113)
    [javac]     project.addReference("jmx.server", server);
    [javac]     ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 24. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/Mod
    [javac] elerTask.java (at line 32)
    [javac]     private static Log log = LogFactory.getLog(ModelerTask.class);
    [javac]                        ^^^
...

read more »

[ Attached Message ]

From: Michael Koch <konque...@gmx.de>
To: 444547-cl...@bugs.debian.org
Date: Sun, 30 Sep 2007 19:02:13 +0000
Local: Sun, Sep 30 2007 3:02 pm
Subject: Bug#444547: fixed in libcommons-modeler-java 2.0.1-3
Source: libcommons-modeler-java
Source-Version: 2.0.1-3

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

libcommons-modeler-java-doc_2.0.1-3_all.deb
  to pool/main/libc/libcommons-modeler-java/libcommons-modeler-java-doc_2.0.1-3_ all.deb
libcommons-modeler-java_2.0.1-3.diff.gz
  to pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1-3.diff .gz
libcommons-modeler-java_2.0.1-3.dsc
  to pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1-3.dsc
libcommons-modeler-java_2.0.1-3_all.deb
  to pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1-3_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 444...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <konque...@gmx.de> (supplier of updated libcommons-modeler-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 ftpmas...@debian.org)

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

Format: 1.7
Date: Sun, 30 Sep 2007 20:42:53 +0200
Source: libcommons-modeler-java
Binary: libcommons-modeler-java libcommons-modeler-java-doc
Architecture: source all
Version: 2.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Michael Koch <konque...@gmx.de>
Description:
 libcommons-modeler-java - convenience library to use Java Management Extensions (JMX)
 libcommons-modeler-java-doc - documentation and examples for Commons Modeler
Closes: 444547
Changes:
 libcommons-modeler-java (2.0.1-3) unstable; urgency=low
 .
   * Don't use external DTD. Closes: #444547.
    Thanks for the patch to Kumar Appaiah.
Files:
 f658774d4be5cdea90d399076efc33d6 1082 libs optional libcommons-modeler-java_2.0.1-3.dsc
 ea3bf7dbc954d73ba3a00f46cb854039 7332 libs optional libcommons-modeler-java_2.0.1-3.diff.gz
 f85902ad916a4526b74f9547f77fb1ff 121720 libs optional libcommons-modeler-java_2.0.1-3_all.deb
 3ac877c06c7dd67e75b2ca45db98169b 116290 doc optional libcommons-modeler-java-doc_2.0.1-3_all.deb

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

iD8DBQFG//B9WSOgCCdjSDsRAqggAJ95e26CEJA4UHEC7iCfvVRbi8Ke6wCdHXa2
6hqJbnW1sOxkXBFW0p+dCyA=
=Yh0z
-----END PGP SIGNATURE-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Bug#444547: closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)" by Philipp Kern
Philipp Kern  
View profile  
 More options Oct 9 2007, 12:20 pm
Newsgroups: linux.debian.bugs.rc
From: Philipp Kern <pk...@debian.org>
Date: Tue, 09 Oct 2007 18:20:07 +0200
Local: Tues, Oct 9 2007 12:20 pm
Subject: Bug#444547: closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)

found 444547 2.0.1-3
thanks

Hi Michael,

On Tue, Oct 09, 2007 at 02:05:07PM +0000, Debian Bug Tracking System wrote:

> #444547: libcommons-modeler-java: FTBFS: tests failed
> It has been closed by Michael Koch <konque...@gmx.de>.
>    * Don't use external DTD. Closes: #444547.
>     Thanks for the patch to Kumar Appaiah.

you just dropped the patch into `debian/patches' but there is nothing in
your `debian/rules' which applies the patch.

I suggest adding `include /usr/share/cdbs/1/rules/simple-patchsys.mk'
to `debian/rules'.

Kind regards,
Philipp Kern
Debian Developer

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Processed: Re: Bug#444547 closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)" by Debian Bug Tracking System
Debian Bug Tracking System  
View profile  
 More options Oct 9 2007, 12:20 pm
Newsgroups: linux.debian.bugs.rc
From: ow...@bugs.debian.org (Debian Bug Tracking System)
Date: Tue, 09 Oct 2007 18:20:09 +0200
Local: Tues, Oct 9 2007 12:20 pm
Subject: Processed: Re: Bug#444547 closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)
Processing commands for cont...@bugs.debian.org:

> found 444547 2.0.1-3

Bug#444547: libcommons-modeler-java: FTBFS: tests failed
Bug marked as found in version 2.0.1-3 and reopened.

> thanks

Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
To UNSUBSCRIBE, email to debian-bugs-rc-REQU...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Bug#444547: closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)" by Michael Koch
Michael Koch  
View profile  
 More options Oct 9 2007, 3:10 pm
Newsgroups: linux.debian.bugs.rc
From: Michael Koch <konque...@gmx.de>
Date: Tue, 09 Oct 2007 21:10:15 +0200
Local: Tues, Oct 9 2007 3:10 pm
Subject: Bug#444547: closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)
Version: 2.0.1-4

Finally fixed now.

Cheers,
Michael

--
To UNSUBSCRIBE, email to debian-bugs-rc-REQU...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Bug#444547: marked as done (libcommons-modeler-java: FTBFS: tests failed)" by Debian Bug Tracking System
Debian Bug Tracking System  
View profile  
 More options Oct 9 2007, 3:10 pm
Newsgroups: linux.debian.bugs.rc
From: ow...@bugs.debian.org (Debian Bug Tracking System)
Date: Tue, 09 Oct 2007 21:10:20 +0200
Local: Tues, Oct 9 2007 3:10 pm
Subject: Bug#444547: marked as done (libcommons-modeler-java: FTBFS: tests failed)

Your message dated Tue, 9 Oct 2007 20:52:42 +0200
with message-id <20071009185241.GF4...@quadriga.konqueror.de>
and subject line Bug#444547: closed by Michael Koch <konque...@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

[ Attached Message ]

From: Lucas Nussbaum <lu...@lucas-nussbaum.net>
To: sub...@bugs.debian.org
Date: Sat, 29 Sep 2007 12:36:11 +0200
Local: Sat, Sep 29 2007 6:36 am
Subject: libcommons-modeler-java: FTBFS: tests failed
Package: libcommons-modeler-java
version: 2.0.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20070928 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building libcommons-modeler-java in libcommons-modeler-java_2.0.1-2.dsc
 debian/rules build
test -x debian/rules
mkdir -p "."
cd . && /usr/lib/jvm/java-gcj/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/j ava/mx4j.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-l ogging.jar:/usr/share/java/junit.jar:/usr/lib/jvm/java-gcj/lib/tools.jar  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true    -propertyfile /build/user/libcommons-modeler-java-2.0.1/debian/ant.properties dist
Buildfile: build.xml

init-dist:
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/dist

init:
     [echo] -------- modeler 2.0.1 --------

prepare:
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target/classes
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target/conf
    [mkdir] Created dir: /build/user/libcommons-modeler-java-2.0.1/target/tests

static:
     [copy] Copying 1 file to /build/user/libcommons-modeler-java-2.0.1/target/conf

compile-only:
    [javac] Compiling 36 source files to /build/user/libcommons-modeler-java-2.0.1/target/classes
    [javac] ----------
    [javac] 1. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseAttributeFilter.java (at line 39)
    [javac]     public class BaseAttributeFilter implements NotificationFilter {
    [javac]                  ^^^^^^^^^^^^^^^^^^^
    [javac] The serializable class BaseAttributeFilter does not declare a static final serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 2. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseMode
    [javac] lMBean.java (at line 617)
    [javac]     Object result = null;
    [javac]            ^^^^^^
    [javac] The local variable result is never read
    [javac] ----------
    [javac] 3. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseMode
    [javac] lMBean.java (at line 677)
    [javac]     AttributeList response = new AttributeList();
    [javac]                   ^^^^^^^^
    [javac] The local variable response is never read
    [javac] ----------
    [javac] 4. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseModelMBean.java (at line 1315)
    [javac]     registry=Registry.getRegistry();
    [javac]              ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 5. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNoti
    [javac] fication.java (at line 28)
    [javac]     public final class BaseNotification extends Notification {
    [javac]                        ^^^^^^^^^^^^^^^^
    [javac] The serializable class BaseNotification does not declare a static final serialVersionUID field of type long
    [javac] ----------
    [javac] 6. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 32)
    [javac]     private String type;
    [javac]                    ^^^^
    [javac] The field BaseNotification.type is never read locally
    [javac] ----------
    [javac] 7. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 33)
    [javac]     private Object source;
    [javac]                    ^^^^^^
    [javac] The field BaseNotification.source is never read locally
    [javac] ----------
    [javac] 8. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 34)
    [javac]     private long seq;
    [javac]                  ^^^
    [javac] The field BaseNotification.seq is never read locally
    [javac] ----------
    [javac] 9. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotification.java (at line 35)
    [javac]     private long tstamp;
    [javac]                  ^^^^^^
    [javac] The field BaseNotification.tstamp is never read locally
    [javac] ----------
    [javac] ----------
    [javac] 10. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotificationBroadcaster.java (at line 224)
    [javac]     private synchronized void registerNotifications( FixedNotif
    [javac] icationFilter filter ) {
    [javac]                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method registerNotifications(FixedNotificationFilter) from the type BaseNotificationBroadcaster is never used locally
    [javac] ----------
    [javac] 11. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/BaseNotificationBroadcaster.java (at line 226)
    [javac]     Registry reg=Registry.getRegistry();
    [javac]                  ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 12. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/FixedNo
    [javac] tificationFilter.java (at line 41)
    [javac]     public class FixedNotificationFilter implements NotificationFilter {
    [javac]                  ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The serializable class FixedNotificationFilter does not declare a static final serialVersionUID fiel
    [javac] d of type long
    [javac] ----------
    [javac] ----------
    [javac] 13. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/JndiJmx.java (at line 163)
    [javac]     String mname=null;
    [javac]            ^^^^^
    [javac] The local variable mname is never read
    [javac] ----------
    [javac] 14. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/JndiJmx.java (at line 218)
    [javac]     MBeanServer mserver=(MBeanServer)Registry.getRegistry().getMBeanServer();
    [javac]        
    [javac]                              ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 15. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/Main.ja
    [javac] va (at line 65)
    [javac]     Registry reg=Registry.getRegistry();
    [javac]                  ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 16. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ManagedBean.java (at line 48)
    [javac]     public class ManagedBean implements java.io.Serializable
    [javac]                  ^^^^^^^^^^^
    [javac] The serializable class ManagedBean does not declare a static final serialVersionUID field of type long
    [javac] ----------
    [javac] ----------
    [javac] 17. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/Registr
    [javac] y.java (at line 588)
    [javac]     String type=null;
    [javac]            ^^^^
    [javac] The local variable type is never read
    [javac] ----------
    [javac] ----------
    [javac] 18. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/Jmx
    [javac] Invoke.java (at line 52)
    [javac]     MBeanServer server=(MBeanServer)project.getReference("jmx.server");
    [javac]                                     ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] 19. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/JmxInvoke.java (at line 61)
    [javac]     project.addReference("jmx.server", server);
    [javac]     ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] ----------
    [javac]
    [javac] 20. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/JmxSet.java (at line 90)
    [javac]     Registry registry=Registry.getRegistry();
    [javac]                       ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The method getRegistry() from the type Registry is deprecated
    [javac] ----------
    [javac] 21. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/Jmx
    [javac] Set.java (at line 103)
    [javac]     objValue=project.getReference(valueRef);
    [javac]              ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 22. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/MLETTask.java (at line 93)
    [javac]     server=(MBeanServer)project.getReference("jmx.server");
    [javac]                         ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] 23. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/MLETTask.java (at line 113)
    [javac]     project.addReference("jmx.server", server);
    [javac]     ^^^^^^^
    [javac] The field ProjectComponent.project is deprecated
    [javac] ----------
    [javac] ----------
    [javac] 24. WARNING in /build/user/libcommons-modeler-java-2.0.1/src/java/org/apache/commons/model er/ant/Mod
    [javac] elerTask.java (at line 32)
    [javac]     private static Log log = LogFactory.getLog(ModelerTask.class);
    [javac]                        ^^^
...

read more »

[ Attached Message ]

From: Michael Koch <konque...@gmx.de>
To: Philipp Kern <pk...@debian.org>, 444...@bugs.debian.org
Cc: 444547-d...@bugs.debian.org
Date: Tue, 9 Oct 2007 20:52:42 +0200
Local: Tues, Oct 9 2007 2:52 pm
Subject: Re: Bug#444547: closed by Michael Koch <konqueror@gmx.de> (Bug#444547: fixed in libcommons-modeler-java 2.0.1-3)
Version: 2.0.1-4

Finally fixed now.

Cheers,
Michael


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »