Skip to content

Commit

Permalink
Fix @author names - use real names.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvogler committed Sep 23, 2015
1 parent 3eae8ad commit 8b11a7f
Show file tree
Hide file tree
Showing 90 changed files with 234 additions and 125 deletions.
Expand Up @@ -20,7 +20,7 @@

/**
@author sven
@author Sven Reimers
*/
public enum CodeDefectSeverity {
INFO,
Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author sreimers
* @author Sven Reimers
*/
public interface QualityProvider extends Lookup.Provider {

Expand Down
Expand Up @@ -22,7 +22,7 @@

/**
*
* @author sreimers
* @author Sven Reimers
*/
public interface QualityResult extends Lookup.Provider {

Expand Down
Expand Up @@ -24,7 +24,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public abstract class QualityResultComponent extends JPanel implements Lookup.Provider {
}
Expand Up @@ -19,7 +19,7 @@

/**
@author sven
@author Sven Reimers
*/
public interface QualityResultDesciptor {

Expand Down
Expand Up @@ -20,7 +20,7 @@

/**
@author sven
@author Sven Reimers
*/
public interface QualityResultStatistic {
long getCodeDefectCountSum();
Expand Down
Expand Up @@ -24,7 +24,7 @@

/**
*
* @author sreimers
* @author Sven Reimers
*/
public interface QualitySession {
public static final String RESULT = "Result";
Expand Down
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public interface QualityUIDescriptor {
public QualityResultComponent getResultDisplayComponent(
Expand Down
Expand Up @@ -22,7 +22,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public interface SQEAnnotationProcessor {
public void annotateSourceFile(JavaSource javaSource,
Expand Down
Expand Up @@ -34,7 +34,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
final class OpenTopComponentsListener implements PropertyChangeListener {

Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public abstract class AbstractQualityProvider implements QualityProvider {

Expand Down
Expand Up @@ -45,7 +45,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
public class QualityProvidersToolbarDropdownAction implements Action, Presenter.Toolbar, ContextAwareAction {

Expand Down
2 changes: 1 addition & 1 deletion core.ant/src/org/nbheaven/sqe/core/ant/AntUtilities.java
Expand Up @@ -26,7 +26,7 @@
import org.openide.filesystems.FileUtil;

/**
* @author sven
* @author Sven Reimers
*/
public class AntUtilities {

Expand Down
Expand Up @@ -28,7 +28,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
public final class ActionContextSupport {

Expand Down
2 changes: 1 addition & 1 deletion core.api/src/org/nbheaven/sqe/core/api/SQEManager.java
Expand Up @@ -39,7 +39,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public final class SQEManager implements Lookup.Provider {

Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public class ProjectStatistics extends javax.swing.JPanel implements PropertyChangeListener {

Expand Down
Expand Up @@ -47,7 +47,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public class Projects extends JPanel {

Expand Down
Expand Up @@ -32,7 +32,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public class SearchMethodVisitor extends SearchClassVisitor {

Expand Down
Expand Up @@ -28,7 +28,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public class SearchVariableVisitor extends SearchClassVisitor {

Expand Down
Expand Up @@ -24,7 +24,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
final public class FileObjectUtilities {

Expand Down
2 changes: 1 addition & 1 deletion core.java/src/org/nbheaven/sqe/core/java/utils/Scope.java
Expand Up @@ -19,7 +19,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
public enum Scope {

Expand Down
Expand Up @@ -31,7 +31,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
public class ScopeUtilities {

Expand Down
Expand Up @@ -19,7 +19,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public interface MavenPluginConfiguration {

Expand Down
Expand Up @@ -22,7 +22,7 @@

/**
* proxy to maven's FileUtilities class
* @author mkleint
* @author Martin Klähn
*/
public class FileUtilities {

Expand Down
Expand Up @@ -45,7 +45,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public final class MavenUtilities {

Expand Down
Expand Up @@ -50,7 +50,7 @@
* A universal filtering component heavily inspired by NetBeans
* profiler UI
*
* @author Sven Reimers
* @author Sven Reimers
*/
public class JFilter extends JPanel {
// -----
Expand Down
Expand Up @@ -37,7 +37,7 @@

/**
*
* @author florian
* @author Florian Vogler
*/
public class ActionUtils {

Expand Down
Expand Up @@ -28,7 +28,7 @@

/**
*
* @author florian
* @author Florian Vogler
*/
public abstract class SQEMenuItem extends NodeAction implements Presenter.Popup {

Expand Down
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author florian
* @author Florian Vogler
*/
public final class SQEPackageMenuItem extends SQEMenuItem {

Expand Down
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author florian
* @author Florian Vogler
*/
public final class SQEProjectMenuItem extends SQEMenuItem {

Expand Down
Expand Up @@ -32,7 +32,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
/* SQE-28: disable until contains something useful
@NodeFactory.Registration(projectType={
Expand Down
Expand Up @@ -27,7 +27,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
public class SQEProjectSupport {

Expand Down
1 change: 1 addition & 0 deletions nbproject/project.properties
Expand Up @@ -15,6 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Foobar. If not, see <http://www.gnu.org/licenses/>.

app.title=_Software Quality Environment
run.args.extra=-J-Xmx512m -J-XX:MaxPermSize=256m -J-Dnetbeans.full.hack=true -J-Dorg.nbheaven.sqe.level=FINE ${javeleon.args}
javeleon.args=

Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
final class CheckstyleFileScannerJob extends CheckstyleScannerJob {

Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
final class CheckstyleProjectScannerJob extends CheckstyleScannerJob {

Expand Down
Expand Up @@ -31,7 +31,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public final class CheckstyleQualityProvider extends AbstractQualityProvider {

Expand Down
Expand Up @@ -38,7 +38,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public class CheckstyleResult implements QualityResult, AuditListener, Lookup.Provider, QualityResultStatistic {

Expand Down
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public class CheckstyleConfiguration extends javax.swing.JPanel {

Expand Down
Expand Up @@ -19,7 +19,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
public interface CheckstyleSettingsProvider {

Expand Down
Expand Up @@ -25,7 +25,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
class AuditEventNode extends DefaultMutableTreeNode {

Expand Down
Expand Up @@ -19,7 +19,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
import com.puppycrawl.tools.checkstyle.api.AuditEvent;
import java.awt.Color;
Expand Down
Expand Up @@ -21,7 +21,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
class BugGroupNode extends DefaultMutableTreeNode {

Expand Down
Expand Up @@ -26,7 +26,7 @@

/**
*
* @author fvo
* @author Florian Vogler
*/
class CollapseAllAction extends AbstractAction {

Expand Down
Expand Up @@ -27,7 +27,7 @@

/**
*
* @author sven
* @author Sven Reimers
*/
class ExpandAllAction extends AbstractAction {

Expand Down

0 comments on commit 8b11a7f

Please sign in to comment.