Skip to content

Conversation

@jsoref
Copy link
Contributor

@jsoref jsoref commented Jan 23, 2017

No description provided.

* system
* tokenizer
* toolchain
* trailing
* transitive
* unsupported
* version
* artifact
* attachment
* codehaus
* colleagues
* comparison
* concurrency
* configure
* creation
* dependency
* descriptor
* downstream
* efficient
* elements
* encountered
* encounters
* environments
* executed
* explicitly
* happens
* hierarchical
* hierarchy
* ignore
* implemented
* implementers
* independence
* indicates
* inheritance
* inherited
* inherits
* install
* interface
* javascript
* laziness
* management
* maven
* metadata
* mgmt
* minimalist
* nonexistent
* objects
* overridden
* print
* project
* properties
* recessive
* referring
* repository
* representation
* retrieval
* retrieve
* rigorous
* should
* spontaneously
* subsequent
}

public MetadataGraphNode addExident( MetadataGraphNode node )
public MetadataGraphNode addExcident( MetadataGraphNode node )
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This would be an api change. I'm not even sure if this is a correct word.
I'm fairly confident that you are using two spellings for the same concept.

}

public List<ArtifactRepository> getRemoteRepostories()
public List<ArtifactRepository> getRemoteRepositories()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is probably an api change.
I can provide deprecation markers and/or split this into a distinct PR (applies for all similar items)

}

for ( Vertex projectVertex : dag.getVerticies() )
for ( Vertex projectVertex : dag.getVertices() )
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this change stands alone, I can't find anything else that uses this spelling, but lots of things use the corrected spelling....

}

public LocalArtifactRepository getIdeWorspace()
public LocalArtifactRepository getIdeWorkspace()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This would be an api change



public int getNumberOfExceutions( ProjectBuildList projectBuildList )
public int getNumberOfExecutions( ProjectBuildList projectBuildList )
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm hoping this isn't really a public api, but if it is...

}

protected void assertColllectorState( int numFatals, int numErrors, int numWarnings,
protected void assertCollectorState( int numFatals, int numErrors, int numWarnings,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess this is an api

@michael-o
Copy link
Member

michael-o commented Jan 23, 2017

Hi Josh, thanks for the PR. I have seen that you did the same for Tomcat. We should split this into two parts:

  1. non-API change
  2. API change with deprecations and proper docs

Please create two tickets, two PRs, I wil take care of.

@jsoref
Copy link
Contributor Author

jsoref commented Jan 24, 2017

@michael-o split -- please follow-up in #103 as that's a messier kettle

@michael-o
Copy link
Member

@jsoref I am somewhat confused by the new PRs. I wanted two distinct PRs. Can you do that?

@jsoref jsoref changed the title Spelling Spelling non-API change Jan 29, 2017
@jsoref
Copy link
Contributor Author

jsoref commented Jan 29, 2017

@michael-o : this PR is roughly "non-API change". I split off #101 for the API change (and included deprecation, but not docs, that's too much to ask).
#102 is a bug fix, I think, so I split it out.
#103 isn't really finished, because well, I'm not sure what the right word is.

<field-name>_cipher</field-name>
</requirement>
<requirement>
<role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role>
Copy link
Member

@michael-o michael-o Jan 29, 2017

Choose a reason for hiding this comment

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

This is a typo in Plexus Sec Dispatcher we can't fix here. Please drop. You can, of course, add a comment for the typo.

</requirement>
<requirement>
<role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role>
<field-name>_decryptors</field-name>
Copy link
Member

Choose a reason for hiding this comment

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

Same here.

@michael-o
Copy link
Member

michael-o commented Jan 29, 2017

I am about to merge this PR, but for one commit which has to be undone.

@jsoref
Copy link
Contributor Author

jsoref commented Jan 29, 2017

@michael-o
Copy link
Member

You have renamed to mngt, but missed to rename physical directories also.

@michael-o
Copy link
Member

Can you rebase your changes and squash into one commit? I want to pull them in with MNG-6146.

@jsoref jsoref force-pushed the spelling branch 2 times, most recently from 23fd7ae to 6440c30 Compare February 1, 2017 04:04
@jsoref
Copy link
Contributor Author

jsoref commented Feb 1, 2017

done

@michael-o
Copy link
Member

michael-o commented Feb 1, 2017

Testing your PR, two issues:

  1. Please resolve the marked conflicts

  2. One test fails because you missed to rename a directory:


    Test set: org.apache.maven.project.PomConstructionTest

    Tests run: 122, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.906 sec <<< FAILURE! - in org.apache.maven.project.PomConstructionTest
    testInterpolationWithSystemProperty(org.apache.maven.project.PomConstructionTest) Time elapsed: 0.031 sec <<< ERROR!
    org.apache.maven.project.ProjectBuildingException: 1 problem was encountered while building the effective model
    [FATAL] Non-readable POM D:\Projekte\maven\maven-core\src\test\resources-project-builder\system-property-interpolation: D:\Projekte\maven\maven-core\src\test\resources-project-builder\system-property-interpolation (Das System kann die angegebene Datei nicht finden) @
    for project at D:\Projekte\maven\maven-core\src\test\resources-project-builder\system-property-interpolation
    at org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:197)
    at org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:598)
    at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:273)
    at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:161)
    at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:119)
    at org.apache.maven.project.PomConstructionTest.buildPom(PomConstructionTest.java:1861)
    at org.apache.maven.project.PomConstructionTest.buildPom(PomConstructionTest.java:1831)
    at org.apache.maven.project.PomConstructionTest.testInterpolationWithSystemProperty(PomConstructionTest.java:1521)

Please update.

@jsoref jsoref force-pushed the spelling branch 2 times, most recently from a5138c1 to bd0b2ba Compare February 2, 2017 02:33
@jsoref
Copy link
Contributor Author

jsoref commented Feb 2, 2017

Updated

@michael-o
Copy link
Member

@asfgit asfgit closed this in 1740265 Feb 3, 2017
ChristianSchulte pushed a commit to ChristianSchulte/maven that referenced this pull request Feb 5, 2017
…and documentation

Spelling fixes:

* system
* tokenizer
* toolchain
* trailing
* transitive
* unsupported
* version
* artifact
* attachment
* codehaus
* colleagues
* comparison
* concurrency
* configure
* creation
* dependency
* descriptor
* downstream
* efficient
* e.g.
* elements
* encountered
* encounters
* environments
* executed
* explicitly
* happens
* hierarchical
* hierarchy
* ignore
* implemented
* implementers
* independence
* indicates
* inheritance
* inherited
* inherits
* install
* interface
* javascript
* laziness
* management
* maven
* metadata
* mgmt
* minimalist
* nonexistent
* objects
* overridden
* print
* project
* properties
* recessive
* referring
* repository
* representation
* retrieval
* retrieve
* rigorous
* should
* spontaneously
* subsequent

Literal fixes:

*  use static final values

Style fixes:

* use the proper term for char U+002D (-) hyphen(-minus) instead of dash

This closes apache#100
gnodet pushed a commit to gnodet/maven that referenced this pull request Nov 20, 2024
@jira-importer
Copy link

Resolve #7298

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants