aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-18Split up the manual into separate pages per topicBenedikt Ritter
2016-06-18Cannot use inheritDoc for a constructorSebastian Bazley
2016-06-18Fix wrong linkBenedikt Ritter
2016-06-18Let JUnit propagate errors instead of translating them into a failureBenedikt Ritter
2016-06-18Use spaces for indentationBenedikt Ritter
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-17Format nits.Gary D. Gregory
2016-06-17Use try-with-resources.Gary D. Gregory
2016-06-15add missing isVarArgs to AccessFlagsDavid Brosius
2016-06-14Add missing @java.lang.Deprecated.Gary D. Gregory
2016-06-14Use try-with-resources.Gary D. Gregory
2016-06-14BCEL-243 Type.getType() needs to understand TypeVariableSignature(s)Sebastian Bazley
2016-06-14Use try-with-resources.Gary D. Gregory
2016-06-14Fix formating.Gary D. Gregory
2016-06-13Better var name.Gary D. Gregory
2016-06-13Better var name.Gary D. Gregory
2016-06-13Rename private vars to remove leading underscore.Gary D. Gregory
2016-06-13Rename private vars to remove leading underscore.Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore (and a better name).Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore.Gary D. Gregory
2016-06-13Use Java 6's String#isEmpty().Gary D. Gregory
2016-06-13Better lvar name.Gary D. Gregory
2016-06-13Remove IOException from declaration as it is not actually thrown.Gary D. Gregory
2016-06-13Rename private ivars to remove leading underscore.Gary D. Gregory
2016-06-13Use try-with-resources.Gary D. Gregory
2016-06-13Use try-with-resources. Note that ByteArrayOuputStream#close() is a noop so i...Gary D. Gregory
2016-06-13Use try-with-resources.Gary D. Gregory
2016-06-13Use try-with-resources.Gary D. Gregory
2016-06-11Use exception to report the stacktrace etcSebastian Bazley
2016-06-10Fix test to run on Windows AND Linux.Gary D. Gregory
2016-06-10Redundant super-interface Repository for the type SyntheticRepository, alread...Gary D. Gregory
2016-06-10BCEL-273 - Regressions running FindBugs on BCEL6Sebastian Bazley
2016-06-07Fix ignored test case by canonicalising the javap outputSebastian Bazley
2016-06-07Findbugs fixes courtesy of Andrey LoskutovSebastian Bazley
2016-06-07UnusedSebastian Bazley
2016-06-07Add missing closing p tagBenedikt Ritter
2016-06-07Take inspiration from Commons Lang for BCEL homepageBenedikt Ritter
2016-06-07Finalize package rename by fixing documentationBenedikt Ritter
2016-06-07Fix messed up package renameBenedikt Ritter
2016-06-07Remove BCEL-222 from changes.xmlBenedikt Ritter
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
2016-06-07revert erroneous override of getClassName in InvokeInstruction, introduced in...David Brosius