Skip to content

Commit

Permalink
replace non-UTF8 char with UTF8 char
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored and iloveeclipse committed Aug 16, 2017
1 parent f61bb23 commit c9f7adc
Show file tree
Hide file tree
Showing 30 changed files with 60 additions and 64 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -38,7 +38,7 @@
/**
* This class tests the FindBugsAction, SaveXMLAction and LoadXMLAction.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class ContextMenuActionsTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* This class tests the GroupByAction.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class GroupByActionTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -26,7 +26,7 @@
* Test subclass of LoadXmlAction that overrides the opening of the FileDialog
* for testing purposes.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class LoadXMLActionTestSubclass extends LoadXmlAction {
private final String filePath;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -26,7 +26,7 @@
* Test subclass of SaveXmlAction that overrides the opening of the FileDialog
* for testing purposes.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class SaveXMLActionTestSubclass extends SaveXmlAction {
private final String filePath;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -35,7 +35,7 @@
/**
* This class tests the public methods for FindBugsWorker.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class FindBugsWorkerTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -42,7 +42,7 @@
/**
* This class tests the public methods for ResourceUtils.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class ResourceUtilsTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* This class tests the ResourceBugCountDecorator.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class LabelDecoratorTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -29,7 +29,7 @@
* Test subclass of DetectorConfigurationTab that provides methods for testing
* purposes.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class DetectorConfigurationTabTestSubclass extends DetectorConfigurationTab {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -32,7 +32,7 @@
/**
* Test subclass of FilterFilesTab that provides methods for testing purposes.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class FilterFilesTabTestSubclass extends FilterFilesTab {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -31,7 +31,7 @@
* Test subclass of FindbugsPropertyPage that provides methods for handling the
* properties page for testing purposes.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class FindbugsPropertyPageTestSubclass extends FindbugsPropertyPage {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -46,7 +46,7 @@
/**
* This class tests the FindbugsPropertyPage and related classes.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class PropertiesPageTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -27,7 +27,7 @@
/**
* Dialog class to open the properties page.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class PropertiesTestDialog extends Dialog {
private final IWorkbenchPropertyPage page;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -28,7 +28,7 @@
* Test subclass of ReportConfigurationTab that provides methods for testing
* purposes.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class ReportConfigurationTabTestSubclass extends ReportConfigurationTab {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* This class tests the quickfix resolutions.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class QuickfixTest extends AbstractQuickfixTest {
@BeforeClass
Expand Down Expand Up @@ -140,7 +140,3 @@ protected String getOutputFolderName() {


}




Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -31,7 +31,7 @@
/**
* This class tests the quickfix resolutions for examples that use JUnit.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class QuickfixWithJUnitTest extends AbstractQuickfixTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* This class tests the JdtUtil class.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class JdtUtilTest extends AbstractPluginTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -38,7 +38,7 @@
/**
* This class tests the MarkerUtil class.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class MarkerUtilTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Base class for the default test scenario of the FindBugs UI tests.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public abstract class AbstractFindBugsTest extends AbstractPluginTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -82,7 +82,7 @@
* all tests in the same class, if the tests don't modify the project or are
* independent from the modifications.</li>
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public abstract class AbstractPluginTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -55,7 +55,7 @@
/**
* Base class for FindBugs quickfix tests.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public abstract class AbstractQuickfixTest extends AbstractPluginTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -26,7 +26,7 @@
* Enum for the different test scenarios in FindBugs. Each test scenario has
* information of the input files, the expected bugs and markers, and so on.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public enum TestScenario {
DEFAULT(new String[] { "/defaultScenario" }, false, new String[] { "URF_UNREAD_FIELD", "DM_STRING_CTOR" }, 2),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tom�s Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -42,7 +42,7 @@
/**
* This class tests the FilterBugsDialog and its related classes.
*
* @author Tom�s Pollak
* @author Tomás Pollak
*/
public class FilterBugsDialogTest extends AbstractFindBugsTest {
@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
* Copyright (C) 2009, Tomás Pollak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -30,7 +30,7 @@
* Test subclass of FilterBugsDialog that overrides the opening behaviour for
* testing purposes.
*
* @author Tomás Pollak
* @author Tomás Pollak
*/
public class FilterBugsDialogTestSubclass extends FilterBugsDialog {

Expand Down
Loading

0 comments on commit c9f7adc

Please sign in to comment.