Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Next브랜치에서 warn이 뜨는부분을 수정했습니다. #850

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open

Next브랜치에서 warn이 뜨는부분을 수정했습니다. #850

wants to merge 2 commits into from

Conversation

fregmented
Copy link

partial_shearch에서 타입체크로 워닝이 떠서 눈에 안좋아 타입체크를 안하게 suppress 했습니다.

@eungjun-yi
Copy link
Contributor

어떤 warning인가요?

@fregmented
Copy link
Author

:39와 :53에서 search_type을 match하는 부분에서 type check를 하게 되는데 여기서 warning이 떠서 수정했습니다.
사실 이거 고치려고 한건 아닌데 고치다 보니까 잘 안되서 이거 먼저 넣었습니다.

@eungjun-yi
Copy link
Contributor

저한테는 warning이 재현이 안되서 어떤 warning인지 모르겠네요. warning 메시지를 알려주실 수 있으신지요?

@fregmented
Copy link
Author

https://gist.github.com/seyriz/e74492cf2298a6715a42
입니다.
OpenJDK 7u71, activator-1.2.12입니다.

@eungjun-yi
Copy link
Contributor

AUTO에 대한 처리가 빠져서 나는 warning이군요. case SearchType.AUTO를 추가하거나 아니면 case SearchType.NA를 case _로 바꾸는 게 나을 것 같은데 어떻게 생각하세요? @keesun

@keesun
Copy link
Contributor

keesun commented Jan 29, 2015

@npcode SearchType이 AUTO일땐 반드시 다른 타입으로 바뀌는 코드를 거친다음에 뷰로 가기 때문에 사실상 AUTO가 뷰까지 가지는 않겠지만 컴파일 경고 메시지를 줄이기 위해서라면 case SearchType.NA 대신 case _를 사용하는게 좋겠습니다.

@seyriz 그렇게 바꿔서 보내주실 수 있으실까요?

감사합니다.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants