Skip to content

Obey Java naming convention #272

Closed
Closed
@jenetics

Description

Two classes in the io.jenetics.engine package doesn't obey the Java naming conventions: codecs and limit. This classes will be renamed.

  • io.jenetics.engine.codecs -> io.jenetics.engine.Codecs
  • io.jenetics.engine.limit -> io.jenetics.engine.Limits

Activity

added this to the v4.0.0 milestone on Oct 6, 2017
self-assigned this
on Oct 6, 2017
added 8 commits that reference this issue on Oct 6, 2017

#272: Rename 'codecs' to 'Codecs'.

#272: Optimize imports.

#272: Optimize imports.

#272: Rename 'limit' to 'Limits'.

#272: Rename 'limit' to 'Limits'.

#272: Rename 'codecsTest' to 'CodecsTest'.

#272: Rename 'codecsTest' to 'CodecsTest'.

Merge pull request #273 from jenetics/issues/JENETICS-272-naming_conv…

jenetics

jenetics commented on Oct 6, 2017

@jenetics
OwnerAuthor

Merged into r4.0.0 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Obey Java naming convention · Issue #272 · jenetics/jenetics