aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/classfile/ConstantPool.java
AgeCommit message (Expand)Author
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
2016-07-29BCEL-277: Resolving the String representation of a constant throws NoSuchElem...Benedikt Ritter
2016-06-21Use final on local vars when possible (which already do on fields and paramet...Gary D. Gregory
2016-06-07Fix messed up package renameBenedikt Ritter
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
2015-08-09BCEL-222Chas Honton
2015-07-24[BCEL-219] Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput...Gary D. Gregory
2015-07-19BCEL-209Chas Honton
2015-03-03Removed the redundant num/length/count fieldsEmmanuel Bourg
2014-12-19Implement constantToString for MethodHandle, MethodType and InvokeDynamicEmmanuel Bourg
2014-12-19Replaced DataInputStream with DataInput where possibleEmmanuel Bourg
2014-04-23Removed more final modifiers from private methodsEmmanuel Bourg
2011-07-29use StringBuilderDavid Brosius
2011-07-29add appropriate @Override and @Deprecated annotationsDavid Brosius
2010-09-03Code clean-up. No functional change.Mark Emlyn David Thomas
2010-05-25Update to AL 2.0 headerSebastian Bazley
2009-10-18less garbage generationDavid Brosius
2009-10-18update copyright datesDavid Brosius
2006-06-04standard maven2 layoutTorsten Curdt