Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

fix(atlas-java): Java inspection forces FieldType to COMPLEX for othe… #261

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

igarashitm
Copy link
Contributor

…r than primitives, which breaks DATE/TIME related types

Fixes: #234

Also addresses:

Java inspection should not inspect JDK classes
Fixes: #252

Java field inspection ignores package private fields
Fixes: #253

Add an inspection unit test with package private Class to confirm class accessibility issues
Fixes: #85

…r than primitives, which breaks DATE/TIME related types

Fixes: #234

Also addresses:

Java inspection should not inspect JDK classes
Fixes: #252

Java field inspection ignores package private fields
Fixes: #253

Add an inspection unit test with package private Class to confirm class accessibility issues
Fixes: #85
@pure-bot
Copy link

pure-bot bot commented Oct 31, 2017

Pull request approved by @jpav - applying approved label

1 similar comment
@pure-bot
Copy link

pure-bot bot commented Oct 31, 2017

Pull request approved by @jpav - applying approved label

Optional<AtlasConverter> primitiveConverter = Optional.empty();
Optional<AtlasConverter> customConverter = Optional.empty();
Optional<AtlasConverter<?>> primitiveConverter = Optional.empty();
Optional<AtlasConverter<?>> customConverter = Optional.empty();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were there before, but the declarations and definitions above are unnecessary since both variables are redefined below in lines 81 and 85. The declarations should probably be moved there.

@pure-bot pure-bot bot added the approved label Oct 31, 2017
@pure-bot pure-bot bot merged commit d4e7b4b into atlasmap-attic:master Oct 31, 2017
@jpav
Copy link
Contributor

jpav commented Oct 31, 2017

Well, crap, I didn't realize pure-bot would auto-merge after a review...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants