aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java
AgeCommit message (Expand)Author
2023-01-10typos in javadocNikolai Fedorovskikh
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-07-15Use forEach()Gary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
2022-05-10Internal refactoring to allow to chain calls usingGary Gregory
2022-05-10Fix Javadoc.Gary Gregory
2021-11-15Internal refactoring.Gary Gregory
2021-11-14Internal refactoring.Gary Gregory
2021-08-27Inline single use local variables.Gary Gregory
2021-03-05No need to nest in else.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-07-09Correct Javadocs of methods that use Validate.notNull() and replace some uses...Isira Seneviratne
2020-06-13it_shall_not_named_`ignored`_ (#540)XenoAmess
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2019-12-26Don't generate gratuitous garbage.Gary Gregory
2019-12-26Use Collection#toArray(new T[0]) instead of a presized array as it is faster ...pascalschumacher
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-09-13Javadoc.Gary Gregory
2019-04-10LANG-1447: use isJavaVersionAtLeast in implementationTompkins
2019-04-10LANG-1447: java 12 final modifier is no longer mutableTompkins
2018-08-26Identical catch blocks can be combinedBenedikt Ritter
2017-10-11revert LANG-1354; java7 has synthetic fields on Integer, jacoco does not yet ...Chas Honton
2017-10-11remove checkstyle errorChas Honton
2017-10-10LANG-1354: FieldUtils should ignore any synthetic fieldsChas Honton
2017-07-12[GitHub] commons-lang pull request #276: IntelliJ IDEA refactorings.Jonathan Bluett-Duncan
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2016-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-08-26Add fixme regarding a JDK 1.3 workaroundBenedikt Ritter
2014-07-20LANG-1021: Provide methods to retrieve all fields/methods annotated with a sp...Benedikt Ritter
2014-06-27Use final consistently. Gary D. Gregory
2014-03-31Fix JavaDoc issues with JDK 1.8Niall Pemberton
2014-02-02Add missing @since.Gary D. Gregory
2014-02-02Add missing @since.Gary D. Gregory
2014-01-30[LANG-961] org.apache.commons.lang3.reflect.FieldUtils.removeFinalModifier(Fi...Gary D. Gregory
2014-01-30Add in-line comment.Gary D. Gregory
2014-01-30removeFinalModifier does not clean up after itself.Gary D. Gregory
2014-01-30Javadoc: format.Gary D. Gregory
2014-01-30Javadoc: Use the active voice.Gary D. Gregory
2014-01-30Make the write*Field impl match its in-line comment and not rely on the defau...Gary D. Gregory
2014-01-30Make the write*Field impl match its in-line comment and not rely on the defau...Gary D. Gregory
2014-01-30Make the readDeclaredField(final Object target, final String fieldName, final...Gary D. Gregory
2014-01-30Make the readDeclaredField(final Object target, final String fieldName, final...Gary D. Gregory
2014-01-30wsMatthew Jason Benson
2013-12-01LANG-934 - Add removeFinalModifier to FieldUtilsMaurizio Cucchiara
2013-10-18java.lang.reflect.AccessibleObject is only needed for JavaDoc. Remove it from...Benedikt Ritter
2013-10-18Fix JavaDoc linkBenedikt Ritter
2013-10-11a bit of dog food and a lot of javadoc tweakageMatthew Jason Benson