Commit Graph

20 Commits

Author SHA1 Message Date
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
johnA1331
b192df6050 Update README.md 2021-06-03 22:30:13 +08:00
Jonathan Cook
0e7f120f69 Merge pull request #10743 from tirumani03/dev/tirumani03/findingClassesInPackage
[BAEL-4279] Finding All Classes in a Java Package
2021-05-30 15:54:45 +02:00
Sarath
d781842cd6 [BAEL-4279] Formatting 2021-05-13 13:11:38 +05:30
Sarath
354e683e89 [BAEL-4279] Finding All Classes in a Java Package 2021-05-08 02:29:00 +05:30
sampadawagde
3a5ecee96b JAVA-5223: clean up 2021-05-07 22:56:08 +05:30
sampadawagde
05864e8bc2 JAVA-5223: Fix formatting of POMs (Part 5) 2021-05-06 22:41:38 +05:30
johnA1331
8cf2d0eeb4 Update README.md 2021-03-10 21:14:40 +08:00
Bradley M Handy
7fa7dfa7d2 BAEL-4384: Invoke a private method using reflection (#10470)
* - initial commit of sample code

* BAEL-4209:  Moving the localized exception module into core-java-exceptions-3.

* BAEL-4209: Removed the old files for localizing exception messages.

* Added test case to explain invoking a private method.

* Made the code example more useful so we don't look like we're hacking another framework.

* Forgot to make the test class and method package-private.

* Incorporated Spring ReflectionTestUtils into the code sample.

* Updated the Spring Test version to match the article.
2021-03-03 19:44:45 +00:00
Kent@lhind.hp.g5
d7763e06c2 improvement 2021-01-31 18:54:34 +01:00
johnA1331
7ff52494bc Update README.md 2020-10-07 17:18:48 +08:00
Umang Budhwar
c722ab18d6 BAEL-4531 (#10093)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.
2020-10-02 21:58:12 -05:00
johnA1331
60a5b4c493 Update README.md 2020-09-24 03:39:09 +08:00
Umang Budhwar
36920b7e24 Refactored code to use generic methods and use streams. (#10052) 2020-09-19 09:19:13 -07:00
johnA1331
3b2d6e9c6c Update README.md 2020-08-20 17:58:14 +08:00
Umang Budhwar
9837877c92 Refactored code to use existing variables. 2020-08-03 21:01:57 +05:30
Umang Budhwar
369caa555f Refactored code to use short primitive instead of Short wrapper class. 2020-08-02 22:36:02 +05:30
Umang Budhwar
fa6d3e5b0f Added code to set a field using Reflection. 2020-07-24 20:13:23 +05:30
johnA1331
fdca5ce14c Create README.md 2020-07-21 22:21:37 +08:00
Umang Budhwar
51252a02f6 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 9568663bb2.

* Added new module core-java-reflection-2

* Removed README.MD
2020-07-12 10:50:54 -05:00