inflearn logo
강의

講義

知識共有

もっとJava、コードを操作するさまざまな方法

コードカバレッジはどのように測定しますか?

site 폴더가 안생깁니다 ㅜㅜ

解決済みの質問

595

junho66671397

投稿した質問数 3

0

https://github.com/KAN-JUNHO/workspace

jacoco 설치후 target/site 라는 폴더가 생기지 않습니다 ㅜㅜ

spring JPA java

回答 4

7

Im Sejin

pom.xml > build에 pluginManagement가 있는데 그 안에 plugin을 넣으면 안되더라고요.

build 바로 하위에 넣으세요.

1

whiteship

빌드를 해보셨나요? mvn site를 실행해보니 target/site 디렉토리가 생기는걸 확인했습니다. 생겨요~

0

junho66671397

넵 감사합니다

0

junho66671397

터미널에서 빌드했을때 jacoco자체를 인식을 못합니다 ㅜㅜ

실행시 이런 경고가 뜹니다

[WARNING]

[WARNING] Some problems were encountered while building the effective model for junho.whiteship:workspace:jar:1.0-SNAPSHOT

[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 31, column 16

[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 37, column 16

[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.junit.jupiter:junit-jupiter:jar -> duplicate declaration of version RELEASE @ line 34, co

lumn 17

[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 43, column 16

[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.junit.jupiter:junit-jupiter:jar -> duplicate declaration of version RELEASE @ line 40, co

lumn 17

[WARNING]

[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.

[WARNING]

[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

[WARNING]

클래스 로더가 메소드 영역에 저장하는 것은 바이트코드인가요?

1

85

1

실제 개발 단계에서 이 같은 지식들을 적용할 기회가 있을까요?

0

107

1

코틀린 컴파일에 대해서

0

221

1

RuntimeException

0

342

1

Annotation processor에서 element type을 제한했는데도 다른 타입으로 컴파일이 됩니다...이상하게도..

0

404

1

gradle 사용하시는 분 도움

4

767

1

CGLib를 따라 해보면서 문제점이 있으며, 해결법입니다. JDK17입니다.

6

867

0

Spring Data JPA 동적 프록시를 사용 질문

0

424

1

어노테이션 프로세서 활용 예와 관련해 질문 있습니다.

0

505

1

"자바 언어가 플랫폼에 독립적이다" 라는 것에 대해 옳게 이해했는지 궁금합니다!

1

1138

1

'클래스 로더' 강의에서 클래스 로딩을 설명할 때 잘못된 것 같아 질문드립니다.

3

1262

2

metaspace 질문드립니다.

2

397

0

소스컴파일시점에 MagicMojaProcessor가 사용되면 안되는이유

0

427

0

다이나믹 프록시에서 리플렉션이 어떻게 사용되는거죠?

0

471

1

다이나믹 프록시의 단점

0

352

0

new 와 constructor.newInstance();의 차이

0

665

0

두번 실행해야하는 이유

0

476

0

제가 설명한게 맞는지 봐주실 수 있나요?(jvm설명)

0

448

0

JIT 컴파일러와 인터프리터

1

1014

1

Method.invoke()

0

432

1

site 폴더내에 jacoco 폴더가 생기지 않습니다.

0

992

1

메모리 영역의 구조 질문

0

452

1

GC 설명부분 질문드립니다.

0

493

1

jit 와 인터프리터 질문

1

396

1