인프런 커뮤니티 질문&답변
IntelliJ 다이어그램 기능 자체가 없네요..?
작성
·
3.8K
퀴즈
What are the problems that easily occur when client code directly creates the object it wants to use with the `new` keyword?
Compile error occurs.
When requirements change, client code needs to be modified.
Object serialization becomes impossible.
Multithreading problems occur.
답변 1
1
안녕하세요. 안진우님, 공식 서포터즈 David입니다.
.
다이어그램으로 구조를 보는 것은 인텔리제이 "Ultimate" 버전에서 지원하는 기능입니다.
https://www.jetbrains.com/help/idea/class-diagram.html
따라서 커뮤니티 버전(무료)에서는 사용하실 수 없습니다.
.
감사합니다.






제 기억이 잘못되지 않았다면 강의중에 특별히 그런 언급이 없으셔서 제가 뭘 잘못알고 있나 싶었습니다. 다른 기능들은 "아 이건 ultimate ver. 에서만 지원 합니다" 라는 식으로 언급을 해주셨어서요 ㅎㅎ.. 답변 감사합니다.