This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94369 - Useless debug information in module JAR files
Summary: Useless debug information in module JAR files
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-02-05 13:19 UTC by _ rkubacki
Modified: 2007-09-26 15:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2007-02-05 13:19:45 UTC
Variable table information is usefull for debugging but for a shipped product it
only increases its footprint (larger class files and more data to represent
these classes in runtime).

Some classes in IDE contain variable table information:
com/sun/xml/messaging/saaj/SOAPExceptionImpl.class in
/opt/devel/nb/nb_all/nbbuild/netbeans/ide8/modules/ext/jaxws21/saaj-impl.jar
com/sun/codemodel/ClassType.class in
/opt/devel/nb/nb_all/nbbuild/netbeans/ide8/modules/ext/jaxws21/jaxb-xjc.jar
com/sun/xml/stream/buffer/AbstractCreator.class in
/opt/devel/nb/nb_all/nbbuild/netbeans/ide8/modules/ext/jaxws21/streambuffer.jar
com/sun/activation/registries/LineTokenizer.class in
/opt/devel/nb/nb_all/nbbuild/netbeans/ide8/modules/ext/jaxws21/activation.jar
Comment 1 Milan Kuchtiak 2007-05-25 08:53:11 UTC
Those are the third party jars. Please report this issue to jax-ws (or jaxb) team.
Comment 2 _ rkubacki 2007-05-25 09:56:34 UTC
Would you mind to report this issue to jax-ws team? Surely you know better how
to do it. 

Note that for example rt.jar from JRE does not contains any debugging info.
rt.jar from JDK is similar what I am requesting - it has only limited amount of
debug data.
Comment 3 Milan Kuchtiak 2007-09-26 15:23:45 UTC
Reported a JAX-WS issue :
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=438