Jin Kwon

Results 42 issues of Jin Kwon

#### Feature summary The `AbstractClassAssert` lacks with `is(Not)Primitive()`. #### Example ```java assertThat(int.class).isPrimitive(); assertThat(String.class).isNotPrimitive(); ``` There is already workarounds for the case, I know. ``` assertThat(c.isPrimitive()).isTrue(); ``` I just found a...

type: enhancement
good first issue

#### Summary Some (newly introduced) APIs and backends tend to use a `long` value as cardinal results. It will be better when `AbstractIterableAssert#hasSize...(long)` methods. Slightly off the topic, but the...

I still found myself keep failing by writing following code. ```java Stream a1() { } Stream a2() { return a1().map(a -> { ArgumentAccessor accessor = new DefaultArgumentAccessor(a); // should be...

status: new

I'm, again, not sure this kind of new feature still relevant regarding the maintenance mode. Do we have any change to get a utility(or factory) class for mapping randomizers? ```java...

I'm not sure this kind of new feature still relevant regarding the maintenance mode. I just tried to add an abstract randomizer class for `CharSeqeunce`. ```java package org.jeasy.random.randomizers.text; import org.jeasy.random.randomizers.AbstractRandomizer;...

- [x] Is this an issue (and hence not a question)? I have a following source and target. ```java // https://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/FileStatus.html class FileStatus { public Path getSymlink() public boolean isSymlink()...

enhancement

- [ ] Is this an issue (and hence not a question)? Annotate, if possible, annotations with `@Documented`. It will be better when annotations, such as `@Mapper`, `@DecoratedWith`, or `@Mapping`,...

enhancement
for:team-discussion

I successfully searched for `visualc` and tried to install it. ``` > scoop search visualc 'extras' bucket: visualc (16.00.30319.01) ``` And unable to install it. ``` >scoop install visualc Installing...

package-fix-needed

I just found the `display-plugin-updates` goal hang. I got following output with `-X` option. ``` [DEBUG] super-pom version map org.apache.maven.plugins:maven-clean-plugin:2.5 org.apache.maven.plugins:maven-resources-plugin:2.6 org.apache.maven.plugins:maven-jar-plugin:2.4 org.apache.maven.plugins:maven-compiler-plugin:3.1 org.apache.maven.plugins:maven-surefire-plugin:2.12.4 org.apache.maven.plugins:maven-install-plugin:2.4 org.apache.maven.plugins:maven-deploy-plugin:2.7 org.apache.maven.plugins:maven-site-plugin:3.3 org.apache.maven.plugins:maven-antrun-plugin:1.3 org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 org.apache.maven.plugins:maven-dependency-plugin:2.8...