aktin / aktin/dwh-query

Check if StudyManager dependencies are inside DWH package

オープン
#23 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

The _StudyManager_ class is lazily loaded, despite being implemented after eager-loading classes like _RequestManagerImpl_. A possible cause could be missing dependencies inside _study-manager.jar_ or lib_. To test this assumption, i need to know if _StudymanagerImpl.class_ has dependencies it cannot see and therefore is not eagerly loaded. Additionally check, if _RequestManagerImpl.class_ sees all of his dependencies.

## DWH-package structure

Image

the dependencies of each class have to be inside the same jar, or inside the /dwh-j2ee/lib folder.

## Tasks

- [ ] Work out a method to collect dependencies of a class
- [ ] Work out a method to search for missing dependencies
- [ ] Run dependency check on StudyManagerImpl
- [ ] Run dependency check on RequestManagerImpl

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。