You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hifive-test-library.jar를 무시하고, 이 프로젝트 내에 그냥 별도로 마커를 그리는 이미지 유틸리티를 만듬.
hifive-test-library.jar를 고침.
1번 옵션의 경우, hifive-test-library.jar는 난독화가 안되어있어서 까면 그냥 java코드가 평문으로 보이는 상태이기때문에, 어렵지 않게 이걸 수행할 수 있음. 또 2번 옵션의 경우 회사와 연락하면서 해야하는데, 지난번 회의때 저 라이브러리도 별도로 계속 개발중인 물건이라는 말로 미루어볼때 별로 가망없어보임.
개념적으로 hifive-test-library는 실제 테스트를 수행하는 라이브러리이고 hifive-test-explorer는 그 결과만 받아와서 보여주는 물건인듯 함. 근데 우리가 지금 주로 해야할 일이 아래 두가지인데
False positive 제거
DB 쓰기
이걸 하려면 결국 우리가 hifive-test-libary도 고칠수밖에 없음. 그러지 않고 이걸 지속하면 결국 hifive-test-explorer가 test-library 역할을 대신하게 될것으로 보임.
TODO:
/getMarker
./getDiff
API and corresponding codes.This is required for both speed and size.
The text was updated successfully, but these errors were encountered: