index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
bytecode
/
ClassFileMetaData.java
Age
Commit message (
Expand
)
Author
2019-09-25
[jdk13] Added a new constant pool type to our cp parser
Reinier Zwitserloot
2018-07-20
Replaced StringBuilder by simple char array in "hotspot" method
Roland Praml
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-06
[jdk9] add support for using lombok with JDK9 code when compiling using the n...
Reinier Zwitserloot
2012-01-23
Fixed bug in reading long and double values
Roel Spilker
2011-12-20
Moved Asm utils out of utils and into core, because utils isn't supposed to h...
Reinier Zwitserloot
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-06-06
Issue 188: add class file pool constants for methodhandles and invokedynamic ...
Roel Spilker
2010-08-15
Documented the ClassFileMetaData utility.
Reinier Zwitserloot
2010-08-07
Fixed some bugs in reading the constant pool and added tests
Roel Spilker
2010-08-05
Created utility class to casually inspect class files on the usage of classes...
Roel Spilker