Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement 'getMarker' and remove 'getDiff' #21

Open
simnalamburt opened this issue Apr 26, 2015 · 2 comments
Open

Implement 'getMarker' and remove 'getDiff' #21

simnalamburt opened this issue Apr 26, 2015 · 2 comments

Comments

@simnalamburt
Copy link
Member

TODO:

  1. Implement /getMarker.
  2. Remove /getDiff API and corresponding codes.

This is required for both speed and size.

@simnalamburt simnalamburt self-assigned this Apr 26, 2015
@simnalamburt simnalamburt added this to the Final Presentation milestone Apr 26, 2015
@simnalamburt
Copy link
Member Author

이 이슈를 해결하는데엔 두가지 방법이 있음.

  1. hifive-test-library.jar를 무시하고, 이 프로젝트 내에 그냥 별도로 마커를 그리는 이미지 유틸리티를 만듬.
  2. 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-explorertest-library 역할을 대신하게 될것으로 보임.

@simnalamburt
Copy link
Member Author

1번으로 가기로 했음

@kcm1700 kcm1700 mentioned this issue Apr 29, 2015
2 tasks
@simnalamburt simnalamburt removed their assignment Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant