BAEL-4089: Accesing private properties of a class in Java (#9441)
* Added code to access private properties of a class * Removed abstractions to increase simplicity. * Added unit test cases in givenX_whenY_thenZ format. * Included test cases for NoSuchFieldException, NoSuchMethodException and NullPointerException. * Added new test case for IllegalArgumentException * Removed test cases for getting private methods * Added test cases for accessing all data types. * Segregated test cases for primitive and object types. Added test case for Autoboxing. * Condensed fields by removing extra space. * Added test case for widening. * Refactored test cases to throw generic Exception * Created new module core-java-reflection-2 * Revert "Created new module core-java-reflection-2" This reverts commit 9568663bb2e176eacc2119e605be76577f90b9c6. * Added new module core-java-reflection-2 * Removed README.MD
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
<module>core-java-perf</module>
|
||||
|
||||
<module>core-java-reflection</module>
|
||||
<module>core-java-reflection-2</module>
|
||||
|
||||
<module>core-java-security</module>
|
||||
<module>core-java-security-2</module>
|
||||
|
||||
Reference in New Issue
Block a user