[libasm4-java] branch master updated (ebd8b2c -> 6ecefd5)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue May 26 22:33:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository libasm4-java.
from ebd8b2c Upload to unstable
adds 4756d0f Imported Upstream version 5.0.4
new de18369 Merge tag 'upstream/5.0.4'
new 5c00d58 Refreshed the patches
new e03bc3f Updated the version in debian/libasm4-java.poms
new 51062d3 Standards-Version updated to 3.9.6
new c598e81 debian/copyright: Fixed the shortname of the BSD license
new a03fad2 Updated the OSGi metadata in debian/osgi
new 6ecefd5 Upload to unstable
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.settings/org.eclipse.jdt.core.prefs | 31 +++++++-
build.properties | 2 +-
build.xml | 1 +
debian/changelog | 12 +++
debian/control | 2 +-
debian/copyright | 31 ++------
debian/libasm4-java.poms | 18 ++---
debian/osgi/asm-all.osgi | 30 ++++----
debian/osgi/asm-analysis.osgi | 14 ++--
debian/osgi/asm-commons.osgi | 16 ++--
debian/osgi/asm-debug-all.osgi | 30 ++++----
debian/osgi/asm-tree.osgi | 12 +--
debian/osgi/asm-util.osgi | 19 ++---
debian/osgi/asm-xml.osgi | 14 ++--
debian/osgi/asm.osgi | 12 +--
debian/patches/rm-sigtest.patch | 4 +-
examples/annotations/src/Annotations.java | 2 +-
examples/compile/src/Compile.java | 8 +-
examples/jasmin/src/JasminifierClassAdapter.java | 2 +-
src/org/objectweb/asm/ClassReader.java | 32 +++++---
src/org/objectweb/asm/Item.java | 1 +
src/org/objectweb/asm/Label.java | 9 ++-
src/org/objectweb/asm/MethodVisitor.java | 19 ++---
src/org/objectweb/asm/MethodWriter.java | 12 +--
src/org/objectweb/asm/TypePath.java | 7 +-
src/org/objectweb/asm/commons/AdviceAdapter.java | 2 +-
.../objectweb/asm/commons/GeneratorAdapter.java | 14 ++--
.../objectweb/asm/commons/InstructionAdapter.java | 8 +-
.../asm/commons/SerialVersionUIDAdder.java | 3 +-
src/org/objectweb/asm/commons/SimpleRemapper.java | 8 +-
src/org/objectweb/asm/optimizer/Constant.java | 8 +-
src/org/objectweb/asm/optimizer/ConstantPool.java | 2 +
.../objectweb/asm/optimizer/MethodOptimizer.java | 42 +++++++++++
src/org/objectweb/asm/optimizer/Shrinker.java | 17 ++---
src/org/objectweb/asm/optimizer/shrink.properties | 1 +
.../objectweb/asm/signature/SignatureVisitor.java | 2 +-
src/org/objectweb/asm/tree/AnnotationNode.java | 10 ++-
src/org/objectweb/asm/tree/InsnList.java | 1 +
.../objectweb/asm/tree/LookupSwitchInsnNode.java | 2 +-
src/org/objectweb/asm/tree/MethodInsnNode.java | 1 +
src/org/objectweb/asm/tree/MethodNode.java | 1 +
src/org/objectweb/asm/tree/analysis/Analyzer.java | 1 +
src/org/objectweb/asm/tree/analysis/Frame.java | 1 +
src/org/objectweb/asm/util/CheckMethodAdapter.java | 2 +-
src/org/objectweb/asm/util/Textifier.java | 2 +-
src/org/objectweb/asm/xml/ASMContentHandler.java | 11 ++-
.../objectweb/asm/xml/SAXAnnotationAdapter.java | 14 ++--
.../org/objectweb/asm/TypePathUnitTest.java | 88 +++++++++++-----------
.../org/objectweb/asm/test/cases/Debug.java | 1 +
49 files changed, 342 insertions(+), 240 deletions(-)
copy src/org/objectweb/asm/tree/analysis/Value.java => test/conform/org/objectweb/asm/TypePathUnitTest.java (77%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git
More information about the pkg-java-commits
mailing list