81 Commits (4b93b6867d84279faf29b63bb53f3ea48bcc55c7)

Author SHA1 Message Date
  Alexander Kriegisch 4b93b6867d Rephrase docs for WeavingXmlConfig::excludesType 3 months ago
  Alexander Kriegisch 198957fd26 LangUtil: remove methods like 'is11VMOrGreater', 'is1dot5VMOrGreater' 3 months ago
  Alexander Kriegisch cbdbba0ab0 Globally replace "http:" by "https:" in non-XML files 4 months ago
  Alexander Kriegisch dbce4ca387 Factor out some anonymous IWeaveRequestor classes to inner classes 4 months ago
  Uri Simchoni 8e98580a22 Store only weaved class names in the generatedClasses map 4 months ago
  Uri Simchoni 82da670002 Remove WeavingAdaptor.couldWeave() 4 months ago
  Uri Simchoni efef3c0792 Use previous weaving result if classes were generated during weaving 4 months ago
  Uri Simchoni 5cdff3bf0c Change value of woven class in generatedClasses map 4 months ago
  Alexander Kriegisch 3d7dd3d66e Add javadoc links to ClassFileTransformer::transform 4 months ago
  Alexander Kriegisch 3e3c83712e Weaver returns null instead of original bytes for unwoven classes 4 months ago
  Andy Russell 6d72e7a60a Set exception root cause in ExtensibleURLClassLoader::findClass 6 months ago
  Alexander Kriegisch d6685f6aef Improve error message in LazyClassGen.getJavaClassBytesIncludingReweavable 10 months ago
  Alexander Kriegisch f44dc75e6b Fix inline accessor method bug in BcelAccessForInlineMunger 10 months ago
  Alexander Kriegisch b86246b87c Use relocated ASM class names in BCException message 10 months ago
  Alexander Kriegisch 00998fd4b2 BcelTypeMunger.getRealMemberForITDFromAspect code cosmetics 11 months ago
  Alexander Kriegisch c0a4863408 Correctly identify ITD method signatures in weaver 11 months ago
  Alexander Kriegisch 953a8313c3 Fix GitHub #214 1 year ago
  Alexander Kriegisch c8b9568a85 BcelTypeMunger.mungeMethodDelegate: only use 'synchronized' when necessary 1 year ago
  Alexander Kriegisch 0ea66aedba Improve BcelTypeMunger.mungeMethodDelegate to avoid race condition 1 year ago
  Alexander Kriegisch 65f1ec72c2 Fix #366085 concerning declared annotations with source retention 1 year ago
  Andrey Turbanov 816f585d54 Cleanup redundant null check before instanceof 2 years ago
  Andrey Turbanov 1c487b2e0f Remove redundant casts after generics update 2 years ago
  Alexander Kriegisch 238af52f84 BcelWorld.reportMatch: handle 'kind.getName() == null' correctly 2 years ago
  Andrey Turbanov 2301b36776 Cleanup redundant type casts, due to too weak variable type declaration 2 years ago
  Andy Clement ea734d7e5d Try to improve error reporting when Asm access issues 2 years ago
  Andrey Turbanov ffda2dde2d Update 'weaver' code to use generics 2 years ago
  Andy Clement 3227aad604 Couple of basic tests for the repository optimizations 2 years ago
  Alexander Kriegisch 4ee5489a4a Optimize class loading - make backward compatible with legacy behaviour 3 years ago
  Stefan Starke 0e58847d8d Optimize class loading 4 years ago
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations 2 years ago
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2 years ago
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 years ago
  Alexander Kriegisch 45254f5881 Replace use of ASM-renamed by original ASM 3 years ago
  Alexander Kriegisch ecb5320c7b Fix some deprecated Java and JUnit warnings by using newer API calls 3 years ago
  Alexander Kriegisch 7fab8259c4 Upgrade to ASM 9.1, delete obsolete ASM binaries 3 years ago
  Alexander Kriegisch 2fd6804db8 Fix 'ajdoc' tests for Java 15 build 3 years ago
  Anuj Dodhia f560b86175
Remove call to System.out 3 years ago
  Jerry James 192083a567 Typo fixes 3 years ago
  Jerry James 3255a3c562 Fix javadoc references to nonexistent fields, classes, or packages 3 years ago
  Jerry James de14ca22d7 Fix misplaced or incorrect javadoc tags 3 years ago
  Jerry James f8f117808b Fix misplaced or incorrectly nested HTML tags 3 years ago
  Jerry James f7f7656f81 Fix incorrect HTML entities in javadoc comments 3 years ago
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers 3 years ago
  Lars Grefer c5be7f1734 Remove unnecessary enum modifiers 3 years ago
  Lars Grefer 702f3fa5bd Cleanup unused imports 3 years ago
  Lars Grefer 639f5030e0 Weaken Collection declarations 3 years ago
  Lars Grefer 2409bcbc7c Redundant Collection.addAll() call 3 years ago
  Lars Grefer 3641f1626d Collection.toArray() call style 3 years ago
  Lars Grefer 2debfa05f4 Single Map method can be used 3 years ago
  Lars Grefer efa2e5ce8c Collections.sort() can be replaced with List.sort() 3 years ago