Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace "http:" by "https:" in non-XML files | Alexander Kriegisch | 2024-02-15 | 58 | -517/+516 |
| | | | | | | | | | Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Improve condy (constant dynamic) support | Alexander Kriegisch | 2022-08-13 | 2 | -6/+12 |
| | | | | | | Relates to #170. Fixes the "Unknown constant type 17" problem. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | More fixes for 1.9.2V1_9_2_RC2 | Andy Clement | 2018-10-01 | 2 | -54/+178 |
| | | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates | ||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 2 | -0/+8 |
| | |||||
* | Upgrading bcel to latest J9 attributes | Andy Clement | 2017-09-20 | 2 | -4/+42 |
| | |||||
* | Upgrading to latest 1.9 compiler | Andy Clement | 2016-06-17 | 2 | -367/+382 |
| | |||||
* | Java8 support: methodparameters, typeannotations | Andy Clement | 2013-05-24 | 2 | -2/+29 |
| | | | | Can read/write MethodParameters attribute. Can read/write type annotation attributes. | ||||
* | invokedynamic support in bcel | Andy Clement | 2012-03-19 | 2 | -0/+28 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 3 | -27/+27 |
| | |||||
* | refactoring | aclement | 2009-09-14 | 1 | -4/+15 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 2 | -621/+746 |
| | |||||
* | Java5 upgrades | aclement | 2009-09-09 | 16 | -143/+146 |
| | |||||
* | moved some stuff into verifier package from base bcel (eg. visitor) | aclement | 2008-08-28 | 10 | -971/+1421 |
| | |||||
* | organized imports | aclement | 2008-05-30 | 2 | -9/+9 |
| | |||||
* | 231396: Comment #4: Big Refactoring | aclement | 2008-05-28 | 57 | -0/+15327 |