Skip to content

Commit 317a77f

Browse files
committed
Merge remote-tracking branch 'upstream/maintable-beta' into fixdragandrop
* upstream/maintable-beta: Fix checkstyle Exchange Ignore by Disabled (#3912) Remove all @author comments and empty method/class comments
2 parents ad4ef86 + 3ccb902 commit 317a77f

File tree

53 files changed

+17
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+17
-229
lines changed

src/main/java/org/jabref/gui/DragDropPane.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
/**
2222
* Extends the JTabbedPane class to support Drag&Drop of Tabs.
23-
*
24-
* @author kleinms, strassfn
2523
*/
2624
class DragDropPane extends JTabbedPane {
2725

src/main/java/org/jabref/gui/FindUnlinkedFilesDialog.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,10 +1008,6 @@ private void createEntryTypesCombobox() {
10081008

10091009
/**
10101010
* Wrapper for displaying the Type {@link BibtexEntryType} in a Combobox.
1011-
*
1012-
* @author Nosh&Dan
1013-
* @version 12.11.2008 | 01:02:30
1014-
*
10151011
*/
10161012
private static class BibtexEntryTypeWrapper {
10171013

src/main/java/org/jabref/gui/MergeDialog.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@
2121
import org.jabref.logic.l10n.Localization;
2222

2323
/**
24-
* <p>Title: MergeDialog</p>
25-
* <p>Description: Asks for details about merge database operation.</p>
26-
* <p>Copyright: Copyright (c) 2003</p>
27-
* @author Morten O. Alver
24+
* Asks for details about merge database operation.
2825
*/
29-
3026
public class MergeDialog extends JabRefDialog {
3127

3228
private final JPanel panel1 = new JPanel();

src/main/java/org/jabref/gui/customentrytypes/EntryTypeList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/**
2424
* This class extends FieldSetComponent to provide some required functionality for the
2525
* list of entry types in EntryCustomizationDialog.
26-
* @author alver
2726
*/
2827
public class EntryTypeList extends FieldSetComponent implements ListSelectionListener {
2928

src/main/java/org/jabref/gui/customentrytypes/FieldSetComponent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
import org.jabref.logic.l10n.Localization;
3939
import org.jabref.preferences.JabRefPreferences;
4040

41-
/**
42-
* @author alver
43-
*/
4441
class FieldSetComponent extends JPanel {
4542

4643
protected final JList<String> list;

src/main/java/org/jabref/gui/exporter/ExportCustomizationDialog.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
import ca.odell.glazedlists.swing.DefaultEventTableModel;
3636
import com.jgoodies.forms.builder.ButtonBarBuilder;
3737

38-
/**
39-
* <p>Title: </p>
40-
* <p>Description: </p>
41-
* <p>Copyright: Copyright (c) 2003</p>
42-
* <p>Company: </p>
43-
* @author not attributable
44-
* @version 1.0
45-
*/
46-
4738
public class ExportCustomizationDialog extends JabRefDialog {
4839

4940
// Column widths for export customization dialog table:

src/main/java/org/jabref/gui/groups/GroupTreeCellRenderer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
/**
1818
* Renders a GroupTreeNode using its group's getName() method, rather that its toString() method.
19-
*
20-
* @author jzieren
2119
*/
2220
public class GroupTreeCellRenderer extends DefaultTreeCellRenderer {
2321

src/main/java/org/jabref/gui/importer/EntryFromFileCreator.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
* other hand it provides the functionality to create a Bibtex entry out of a
2424
* file. The interface extends the java.io.FileFilter to inherit a common way of
2525
* defining file sets.
26-
*
27-
* @author Dan&Nosh
28-
* @version 25.11.2008 | 23:39:03
29-
*
3026
*/
3127
public abstract class EntryFromFileCreator implements FileFilter {
3228

src/main/java/org/jabref/gui/importer/EntryFromFileCreatorManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* Given a file, the manager can then provide a creator, which is able to create a Bibtex entry for his file.
2929
* Knowing all implementations of the interface, the manager also knows the set of all files, of which Bibtex entries can be created.
3030
* The GUI uses this capability for offering the user only such files, of which entries could actually be created.
31-
* @author Dan&Nosh
3231
*
3332
*/
3433
public final class EntryFromFileCreatorManager {

src/main/java/org/jabref/gui/importer/EntryFromPDFCreator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
* Uses XMPUtils to get one BibEntry for a PDF-File.
1818
* Also imports the non-XMP Data (PDDocument-Information) using XMPUtil.getBibtexEntryFromDocumentInformation.
1919
* If data from more than one entry is read by XMPUtil then this entys are merged into one.
20-
* @author Dan
21-
* @version 12.11.2008 | 22:12:48
22-
*
2320
*/
2421
public class EntryFromPDFCreator extends EntryFromFileCreator {
2522

0 commit comments

Comments
 (0)