Skip to content

Conversation

@dalexandrov
Copy link
Contributor

Added some JavaDoc. Some parts are generated, but the most is handwritten.

*/
public abstract class AbstractAddressMojo extends AbstractMojo {
/**
* The Tomee http port.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeHttpPort;

/**
* The Tomee https port.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeHttpsPort;

/**
* The Tomee host.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected boolean skipCurrentProject;

/**
* The Tomee version.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeVersion;

/**
* The Tomee group id.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeGroupId;

/**
* The Tomee artifact id.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeClassifier;

/**
* The Tomee shutdown port.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeShutdownPort;

/**
* The Tomee shutdown attempts.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected int tomeeShutdownAttempts;

/**
* The Tomee shutdown command.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected String tomeeShutdownCommand;

/**
* The Tomee ajp port.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

protected boolean useConsole;

/**
* The Tomee already installed.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

}

/**
* Gets wait tom ee.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

/**
* Gets wait tom ee.
*
* @return the wait tom ee
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use TomEE here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad! Definitely TomEE!

@radcortez
Copy link
Contributor

Hey @dalexandrov!

Great to have you here :) Thank you for your PR.

If you could just replace the name TomEE instead of Tomee or other variations it should be good to go :)

@pzygielo
Copy link

What purpose is served by that kind of JavaDocs? I see only unneeded noise that duplicates what types/methods/fields/... already deliver with their names.

import java.util.Map;

/**
* The type Synchronization to sunc the files and directories.

Choose a reason for hiding this comment

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

What does it mean: to sunc?

* A customizer (see tomee-maven-plugin) allowing to take current project binaries (target/classes)
* and merge them in tomee for patch cases.
*
* <p>

Choose a reason for hiding this comment

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

No closing p tag.

import java.util.Collection;

/**
* The type Class loader factory is used to load classes drom the supplied *.jar and *.zip

Choose a reason for hiding this comment

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

drom?

cesarhernandezgt added a commit to cesarhernandezgt/tomee that referenced this pull request Oct 25, 2023
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