문제

I need to find code smells in the Eclipse project git repository.

I am trying to do this via EGit for Eclipse and plugins PMD and JDeodorant. But I seem to be having trouble.

I have managed to clone the git repository into Eclipse but I cannot use PMD or JDeodorant on its files. Why is that?

If I have a normal Java project, those tools work. So I am guessing I need to convert the git repo into a java project - how do I even do that?

enter image description here

Thanks to the answer below, I have managed to covert the repository into Eclipse projects, but the only thing not making sense are red exclamation marks:

enter image description here

도움이 되었습니까?

해결책

Right click on the repository, choose "Import Projects..." and then "Import existing projects".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top