Suyang(Dawson) Chen

Results 3 issues of Suyang(Dawson) Chen

![image](https://user-images.githubusercontent.com/27997963/67245615-40c84980-f411-11e9-87b1-59e81183c281.png) ![image](https://user-images.githubusercontent.com/27997963/67245634-4cb40b80-f411-11e9-8b6a-4c8a4c8020c3.png) This happens when clicking the vsima button in GUI without input anything. This issue seems like the variable hasn't been initiated.

### Description This PR adds unit test coverage for the `getConfigResources()` method in the `ModuleDefinitionSet` class to validate context resource logic. This ensures modules are loading the correct Spring context...

### Description This PR improves the performance and clarity of the `getConfigResources` method in the `ModuleDefinitionSet` class. Previously, `getConfigResources` traversed the entire module hierarchy on each call, redundantly re-computing inherited...