Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- tomcat
- MSSQL
- NPM
- es6
- 공정능력
- mapreduce
- Sqoop
- IntelliJ
- Spring
- Java
- mybatis
- Python
- GIT
- window
- SSL
- xPlatform
- hadoop
- plugin
- Kotlin
- 보조정렬
- SPC
- react
- JavaScript
- Android
- table
- R
- Express
- vaadin
- SQL
- Eclipse
Archives
- Today
- Total
DBILITY
eclipse pmd ruleset xml White spaces are required between publicId and systemId 본문
eclipse
eclipse pmd ruleset xml White spaces are required between publicId and systemId
DBILITY 2018. 11. 17. 17:18반응형
기존에 잘 사용하던 룰셋xml에 오류가 있다고 한다.
xsi:schemaLocation의 xsd url을 http://pmd.sourceforge.net/ruleset_2_0_0.xsd에서 https://pmd.sourceforge.io/ruleset_2_0_0.xsd로 변경했더니 problems에 오류는 사라졌다.
<ruleset name="String and StringBuffer"
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
반응형
'eclipse' 카테고리의 다른 글
eclipse git revert (0) | 2019.09.02 |
---|---|
An internal error occurred during: "Initializing Java Tooling". java.lang.NullPointerException (0) | 2019.04.13 |
jsdt jquery 1.9 (0) | 2018.08.22 |
DCEVM - HotSwap support (0) | 2018.01.10 |
jsp default editor 변경 (0) | 2017.09.28 |
Comments