Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
4852c0fc
提交
4852c0fc
authored
7月 30, 2011
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Support spellchecking assertThrows
上级
ee722777
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
4 行删除
+9
-4
SpellChecker.java
h2/src/tools/org/h2/build/doc/SpellChecker.java
+4
-3
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+5
-1
没有找到文件。
h2/src/tools/org/h2/build/doc/SpellChecker.java
浏览文件 @
4852c0fc
...
@@ -15,6 +15,7 @@ import java.util.StringTokenizer;
...
@@ -15,6 +15,7 @@ import java.util.StringTokenizer;
import
org.h2.build.BuildBase
;
import
org.h2.build.BuildBase
;
import
org.h2.util.StringUtils
;
import
org.h2.util.StringUtils
;
import
org.h2.util.Utils
;
/**
/**
* The spell checker makes sure that each word used in the source code
* The spell checker makes sure that each word used in the source code
...
@@ -48,12 +49,12 @@ public class SpellChecker {
...
@@ -48,12 +49,12 @@ public class SpellChecker {
* @param args the command line parameters
* @param args the command line parameters
*/
*/
public
static
void
main
(
String
...
args
)
throws
IOException
{
public
static
void
main
(
String
...
args
)
throws
IOException
{
String
dir
=
"src"
;
String
dir
=
Utils
.
getProperty
(
"spellcheckDir"
,
"src"
)
;
new
SpellChecker
().
run
(
"tools/org/h2/build/doc/dictionary.txt"
,
dir
);
new
SpellChecker
().
run
(
"
src/
tools/org/h2/build/doc/dictionary.txt"
,
dir
);
}
}
private
void
run
(
String
dictionaryFileName
,
String
dir
)
throws
IOException
{
private
void
run
(
String
dictionaryFileName
,
String
dir
)
throws
IOException
{
process
(
new
File
(
di
r
+
"/"
+
di
ctionaryFileName
));
process
(
new
File
(
dictionaryFileName
));
process
(
new
File
(
dir
));
process
(
new
File
(
dir
));
if
(
printDictionary
)
{
if
(
printDictionary
)
{
System
.
out
.
println
(
"USED WORDS"
);
System
.
out
.
println
(
"USED WORDS"
);
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
4852c0fc
...
@@ -686,4 +686,8 @@ mcleod decade experience travel willing scjp himself routinely tsi retrieving
...
@@ -686,4 +686,8 @@ mcleod decade experience travel willing scjp himself routinely tsi retrieving
multiplied ross judson closeable watcher enqueued referent refs watch tracked
multiplied ross judson closeable watcher enqueued referent refs watch tracked
preserving disallowed restrictive dst regions kiritimati flow wider nanosecond
preserving disallowed restrictive dst regions kiritimati flow wider nanosecond
march april cutover julian transitions enderbury kwajalein viewport onscroll
march april cutover julian transitions enderbury kwajalein viewport onscroll
umlaut reconstruct inclusive proxies verifier slept
umlaut reconstruct inclusive proxies verifier slept superclasses
verifying predicate signers verifies handlers kiwi callbacks traditionally
unusual apfel caught overcareful tricky nodep junit eventually concrete
enhancer banana nit cglib challenging intercepted banane assertthrows
objenesis prepend
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论