UCDetector Report

About search

Property Value
Created report 2010-09-08 22:30:19
Operating system Linux - 2.6.34-12-desktop
Java 1.6.0_20-b02
Eclipse 3.6.0.v20100517
UCDetector 1.6.1
Search duration 1.12 minutes
Warnings 275
Mode Default [built-in]

Preferences

Preference Value
org.ucdetector.finalField WARNING
org.ucdetector.finalMethod WARNING
org.ucdetector.log.toEclipse true
org.ucdetector.report.create.txt true
org.ucdetector.report.create.xml true
org.ucdetector.report.dir
Only preferences which are different from default are listed.

Searched in

Element Type
junit JavaProject

Warnings

Location* Nr Description References** Java Type Marker Type
junit.extensions.ActiveTestSuite.ActiveTestSuite(ActiveTestSuite.java:20) 1 Constructor "ActiveTestSuite.ActiveTestSuite(Class<? extends TestCase>)" has 0 references 0 Constructor Reference
junit.extensions.ActiveTestSuite.ActiveTestSuite(ActiveTestSuite.java:24) 2 Constructor "ActiveTestSuite.ActiveTestSuite(String)" has 0 references 0 Constructor Reference
junit.extensions.ActiveTestSuite.ActiveTestSuite(ActiveTestSuite.java:28) 3 Constructor "ActiveTestSuite.ActiveTestSuite(Class<? extends TestCase>,String)" has 0 references 0 Constructor Reference
junit.extensions.ActiveTestSuite.waitUntilFinished(ActiveTestSuite.java:56) 4 Change visibility of Method "ActiveTestSuite.waitUntilFinished()" to private - Method VisibilityPrivate
junit.extensions.ActiveTestSuite.runFinished(ActiveTestSuite.java:66) 5 Change visibility of Method "ActiveTestSuite.runFinished()" to private - Method VisibilityPrivate
junit.framework.JUnit4TestCaseFacade.declaration(JUnit4TestCaseFacade.java:9) 6 Change visibility of Class "JUnit4TestCaseFacade" to default - May cause compile errors! - Class VisibilityDefault
junit.framework.ComparisonFailure.fExpected(ComparisonFailure.java:12) 7 Use "final" for Field "ComparisonFailure.fExpected" - Field Final
junit.framework.ComparisonFailure.fActual(ComparisonFailure.java:13) 8 Use "final" for Field "ComparisonFailure.fActual" - Field Final
junit.framework.Assert.assertTrue(Assert.java:18) 9 Change visibility of Method "Assert.assertTrue(String,boolean)" to private - Method VisibilityPrivate
junit.framework.Assert.assertTrue(Assert.java:26) 10 Method "Assert.assertTrue(boolean)" is only called from tests - Method TestOnly
junit.framework.Assert.assertFalse(Assert.java:33) 11 Change visibility of Method "Assert.assertFalse(String,boolean)" to private - Method VisibilityPrivate
junit.framework.Assert.assertFalse(Assert.java:40) 12 Method "Assert.assertFalse(boolean)" is only called from tests - Method TestOnly
junit.framework.Assert.fail(Assert.java:52) 13 Method "Assert.fail()" is only called from tests - Method TestOnly
junit.framework.Assert.assertEquals(Assert.java:59) 14 Change visibility of Method "Assert.assertEquals(String,Object,Object)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:70) 15 Method "Assert.assertEquals(Object,Object)" is only called from tests - Method TestOnly
junit.framework.Assert.assertEquals(Assert.java:76) 16 Change visibility of Method "Assert.assertEquals(String,String,String)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:86) 17 Method "Assert.assertEquals(String,String)" is only called from tests - Method TestOnly
junit.framework.Assert.assertEquals(Assert.java:104) 18 Method "Assert.assertEquals(double,double,double)" is only called from tests - Method TestOnly
junit.framework.Assert.assertEquals(Assert.java:112) 19 Change visibility of Method "Assert.assertEquals(String,float,float,float)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:122) 20 Method "Assert.assertEquals(float,float,float)" is only called from tests - Method TestOnly
junit.framework.Assert.assertEquals(Assert.java:129) 21 Change visibility of Method "Assert.assertEquals(String,long,long)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:135) 22 Method "Assert.assertEquals(long,long)" is only called from tests - Method TestOnly
junit.framework.Assert.assertEquals(Assert.java:142) 23 Change visibility of Method "Assert.assertEquals(String,boolean,boolean)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:148) 24 Method "Assert.assertEquals(boolean,boolean)" has 0 references 0 Method Reference
junit.framework.Assert.assertEquals(Assert.java:155) 25 Change visibility of Method "Assert.assertEquals(String,byte,byte)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:161) 26 Method "Assert.assertEquals(byte,byte)" has 0 references 0 Method Reference
junit.framework.Assert.assertEquals(Assert.java:168) 27 Change visibility of Method "Assert.assertEquals(String,char,char)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:174) 28 Method "Assert.assertEquals(char,char)" has 0 references 0 Method Reference
junit.framework.Assert.assertEquals(Assert.java:181) 29 Change visibility of Method "Assert.assertEquals(String,short,short)" to private - Method VisibilityPrivate
junit.framework.Assert.assertEquals(Assert.java:187) 30 Method "Assert.assertEquals(short,short)" has 0 references 0 Method Reference
junit.framework.Assert.assertEquals(Assert.java:200) 31 Method "Assert.assertEquals(int,int)" is only called from tests - Method TestOnly
junit.framework.Assert.assertNotNull(Assert.java:206) 32 Method "Assert.assertNotNull(Object)" is only called from tests - Method TestOnly
junit.framework.Assert.assertNotNull(Assert.java:213) 33 Change visibility of Method "Assert.assertNotNull(String,Object)" to protected - Method VisibilityProtected
junit.framework.Assert.assertNull(Assert.java:219) 34 Method "Assert.assertNull(Object)" is only called from tests - Method TestOnly
junit.framework.Assert.assertNull(Assert.java:226) 35 Change visibility of Method "Assert.assertNull(String,Object)" to private - Method VisibilityPrivate
junit.framework.Assert.assertSame(Assert.java:233) 36 Change visibility of Method "Assert.assertSame(String,Object,Object)" to private - Method VisibilityPrivate
junit.framework.Assert.assertSame(Assert.java:242) 37 Method "Assert.assertSame(Object,Object)" is only called from tests - Method TestOnly
junit.framework.Assert.assertNotSame(Assert.java:250) 38 Change visibility of Method "Assert.assertNotSame(String,Object,Object)" to private - Method VisibilityPrivate
junit.framework.Assert.assertNotSame(Assert.java:258) 39 Method "Assert.assertNotSame(Object,Object)" is only called from tests - Method TestOnly
junit.framework.Assert.failSame(Assert.java:262) 40 Change visibility of Method "Assert.failSame(String)" to private - Method VisibilityPrivate
junit.framework.Assert.failNotSame(Assert.java:269) 41 Change visibility of Method "Assert.failNotSame(String,Object,Object)" to private - Method VisibilityPrivate
junit.framework.Assert.failNotEquals(Assert.java:276) 42 Change visibility of Method "Assert.failNotEquals(String,Object,Object)" to private - Method VisibilityPrivate
junit.framework.Assert.format(Assert.java:280) 43 Change visibility of Method "Assert.format(String,Object,Object)" to protected - Method VisibilityProtected
junit.framework.AssertionFailedError.AssertionFailedError(AssertionFailedError.java:13) 44 Change visibility of Constructor "AssertionFailedError.AssertionFailedError(String)" to protected - Constructor VisibilityProtected
junit.framework.JUnit4TestAdapter.JUnit4TestAdapter(JUnit4TestAdapter.java:23) 45 Constructor "JUnit4TestAdapter.JUnit4TestAdapter(Class<?>)" is only called from tests - Constructor TestOnly
junit.framework.JUnit4TestAdapter.JUnit4TestAdapter(JUnit4TestAdapter.java:27) 46 Change visibility of Constructor "JUnit4TestAdapter.JUnit4TestAdapter(Class<?>,JUnit4TestAdapterCache)" to private - Constructor VisibilityPrivate
junit.framework.JUnit4TestAdapter.fRunner(JUnit4TestAdapter.java:19) 47 Use "final" for Field "JUnit4TestAdapter.fRunner" - Field Final
junit.framework.JUnit4TestAdapter.fCache(JUnit4TestAdapter.java:21) 48 Use "final" for Field "JUnit4TestAdapter.fCache" - Field Final
junit.framework.ComparisonCompactor.fContextLength(ComparisonCompactor.java:9) 49 Use "final" for Field "ComparisonCompactor.fContextLength" - Field Final
junit.framework.ComparisonCompactor.fExpected(ComparisonCompactor.java:10) 50 Use "final" for Field "ComparisonCompactor.fExpected" - Field Final
junit.framework.ComparisonCompactor.fActual(ComparisonCompactor.java:11) 51 Use "final" for Field "ComparisonCompactor.fActual" - Field Final
junit.framework.JUnit4TestAdapterCache.declaration(JUnit4TestAdapterCache.java:16) 52 Change visibility of Class "JUnit4TestAdapterCache" to default - May cause compile errors! - Class VisibilityDefault
junit.framework.JUnit4TestAdapterCache.getDefault(JUnit4TestAdapterCache.java:20) 53 Change visibility of Method "JUnit4TestAdapterCache.getDefault()" to protected - Method VisibilityProtected
junit.framework.JUnit4TestAdapterCache.getNotifier(JUnit4TestAdapterCache.java:45) 54 Change visibility of Method "JUnit4TestAdapterCache.getNotifier(TestResult,JUnit4TestAdapter)" to protected - Method VisibilityProtected
junit.framework.JUnit4TestAdapterCache.asTestList(JUnit4TestAdapterCache.java:69) 55 Change visibility of Method "JUnit4TestAdapterCache.asTestList(Description)" to protected - Method VisibilityProtected
junit.runner.BaseTestRunner.setPreferences(BaseTestRunner.java:43) 56 Change visibility of Method "BaseTestRunner.setPreferences(Properties)" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.getPreferences(BaseTestRunner.java:47) 57 Change visibility of Method "BaseTestRunner.getPreferences()" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.savePreferences(BaseTestRunner.java:57) 58 Method "BaseTestRunner.savePreferences()" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.setPreference(BaseTestRunner.java:66) 59 Method "BaseTestRunner.setPreference(String,String)" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.elapsedTimeAsString(BaseTestRunner.java:146) 60 Use "final" for Method "BaseTestRunner.elapsedTimeAsString(long)" - apply carefully! - Method Final
junit.runner.BaseTestRunner.elapsedTimeAsString(BaseTestRunner.java:146) 61 Method "BaseTestRunner.elapsedTimeAsString(long)" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.processArguments(BaseTestRunner.java:154) 62 Use "final" for Method "BaseTestRunner.processArguments(String[])" - apply carefully! - Method Final
junit.runner.BaseTestRunner.processArguments(BaseTestRunner.java:154) 63 Method "BaseTestRunner.processArguments(String[])" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.extractClassName(BaseTestRunner.java:183) 64 Use "final" for Method "BaseTestRunner.extractClassName(String)" - apply carefully! - Method Final
junit.runner.BaseTestRunner.truncate(BaseTestRunner.java:192) 65 Method "BaseTestRunner.truncate(String)" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.loadSuiteClass(BaseTestRunner.java:207) 66 Use "final" for Method "BaseTestRunner.loadSuiteClass(String)" - apply carefully! - Method Final
junit.runner.BaseTestRunner.clearStatus(BaseTestRunner.java:214) 67 Use "final" for Method "BaseTestRunner.clearStatus()" - apply carefully! - Method Final
junit.runner.BaseTestRunner.clearStatus(BaseTestRunner.java:214) 68 Change visibility of Method "BaseTestRunner.clearStatus()" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.useReloadingTestSuiteLoader(BaseTestRunner.java:217) 69 Use "final" for Method "BaseTestRunner.useReloadingTestSuiteLoader()" - apply carefully! - Method Final
junit.runner.BaseTestRunner.useReloadingTestSuiteLoader(BaseTestRunner.java:217) 70 Method "BaseTestRunner.useReloadingTestSuiteLoader()" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.getPreference(BaseTestRunner.java:241) 71 Change visibility of Method "BaseTestRunner.getPreference(String)" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.getPreference(BaseTestRunner.java:245) 72 Change visibility of Method "BaseTestRunner.getPreference(String,int)" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.getFilteredTrace(BaseTestRunner.java:260) 73 Method "BaseTestRunner.getFilteredTrace(Throwable)" has 0 references 0 Method Reference
junit.runner.BaseTestRunner.showStackRaw(BaseTestRunner.java:293) 74 Change visibility of Method "BaseTestRunner.showStackRaw()" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.filterLine(BaseTestRunner.java:297) 75 Change visibility of Method "BaseTestRunner.filterLine(String)" to private - Method VisibilityPrivate
junit.runner.BaseTestRunner.SUITE_METHODNAME(BaseTestRunner.java:29) 76 Change visibility of Constant "BaseTestRunner.SUITE_METHODNAME" to private - Constant VisibilityPrivate
junit.runner.BaseTestRunner.fgMaxMessageLength(BaseTestRunner.java:32) 77 Use "final" for Field "BaseTestRunner.fgMaxMessageLength" - Field Final
junit.runner.BaseTestRunner.fgMaxMessageLength(BaseTestRunner.java:32) 78 Change visibility of Field "BaseTestRunner.fgMaxMessageLength" to private - Field VisibilityPrivate
junit.runner.BaseTestRunner.fgFilterStack(BaseTestRunner.java:33) 79 Change visibility of Field "BaseTestRunner.fgFilterStack" to private - Field VisibilityPrivate
junit.runner.BaseTestRunner.fLoading(BaseTestRunner.java:34) 80 Change visibility of Field "BaseTestRunner.fLoading" to private - Field VisibilityPrivate
junit.textui.ResultPrinter.print(ResultPrinter.java:26) 81 Use "final" for Method "ResultPrinter.print(TestResult,long)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printWaitPrompt(ResultPrinter.java:33) 82 Use "final" for Method "ResultPrinter.printWaitPrompt()" - apply carefully! - Method Final
junit.textui.ResultPrinter.printHeader(ResultPrinter.java:41) 83 Use "final" for Method "ResultPrinter.printHeader(long)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printHeader(ResultPrinter.java:41) 84 Change visibility of Method "ResultPrinter.printHeader(long)" to private - Method VisibilityPrivate
junit.textui.ResultPrinter.printDefects(ResultPrinter.java:54) 85 Use "final" for Method "ResultPrinter.printDefects(Enumeration<TestFailure>,int,String)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printDefects(ResultPrinter.java:54) 86 Change visibility of Method "ResultPrinter.printDefects(Enumeration<TestFailure>,int,String)" to private - Method VisibilityPrivate
junit.textui.ResultPrinter.printDefect(ResultPrinter.java:65) 87 Use "final" for Method "ResultPrinter.printDefect(TestFailure,int)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printDefect(ResultPrinter.java:65) 88 Change visibility of Method "ResultPrinter.printDefect(TestFailure,int)" to private - Method VisibilityPrivate
junit.textui.ResultPrinter.printDefectHeader(ResultPrinter.java:70) 89 Use "final" for Method "ResultPrinter.printDefectHeader(TestFailure,int)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printDefectHeader(ResultPrinter.java:70) 90 Change visibility of Method "ResultPrinter.printDefectHeader(TestFailure,int)" to private - Method VisibilityPrivate
junit.textui.ResultPrinter.printDefectTrace(ResultPrinter.java:76) 91 Use "final" for Method "ResultPrinter.printDefectTrace(TestFailure)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printDefectTrace(ResultPrinter.java:76) 92 Change visibility of Method "ResultPrinter.printDefectTrace(TestFailure)" to private - Method VisibilityPrivate
junit.textui.ResultPrinter.printFooter(ResultPrinter.java:80) 93 Use "final" for Method "ResultPrinter.printFooter(TestResult)" - apply carefully! - Method Final
junit.textui.ResultPrinter.printFooter(ResultPrinter.java:80) 94 Change visibility of Method "ResultPrinter.printFooter(TestResult)" to private - Method VisibilityPrivate
junit.textui.ResultPrinter.fWriter(ResultPrinter.java:16) 95 Use "final" for Field "ResultPrinter.fWriter" - Field Final
junit.textui.ResultPrinter.fWriter(ResultPrinter.java:16) 96 Change visibility of Field "ResultPrinter.fWriter" to private - Field VisibilityPrivate
junit.textui.ResultPrinter.fColumn(ResultPrinter.java:17) 97 Change visibility of Field "ResultPrinter.fColumn" to private - Field VisibilityPrivate
org.junit.Assume.declaration(Assume.java:33) 98 Class "Assume" is only called from tests - Class TestOnly
org.junit.Assume.assumeTrue(Assume.java:38) 99 Method "Assume.assumeTrue(boolean)" is only called from tests - Method TestOnly
org.junit.Assume.assumeNotNull(Assume.java:46) 100 Method "Assume.assumeNotNull(Object[])" is only called from tests - Method TestOnly
org.junit.Assume.assumeNoException(Assume.java:91) 101 Method "Assume.assumeNoException(Throwable)" is only called from tests - Method TestOnly
org.junit.ComparisonFailure.ComparisonFailure(ComparisonFailure.java:27) 102 Change visibility of Constructor "ComparisonFailure.ComparisonFailure(String,String,String)" to protected - Constructor VisibilityProtected
org.junit.ComparisonFailure.fExpected(ComparisonFailure.java:18) 103 Use "final" for Field "ComparisonFailure.fExpected" - Field Final
org.junit.ComparisonFailure.fActual(ComparisonFailure.java:19) 104 Use "final" for Field "ComparisonFailure.fActual" - Field Final
org.junit.Assert.assertTrue(Assert.java:54) 105 Method "Assert.assertTrue(boolean)" is only called from tests - Method TestOnly
org.junit.Assert.assertFalse(Assert.java:68) 106 Change visibility of Method "Assert.assertFalse(String,boolean)" to private - Method VisibilityPrivate
org.junit.Assert.assertFalse(Assert.java:79) 107 Method "Assert.assertFalse(boolean)" is only called from tests - Method TestOnly
org.junit.Assert.fail(Assert.java:98) 108 Method "Assert.fail()" is only called from tests - Method TestOnly
org.junit.Assert.assertArrayEquals(Assert.java:199) 109 Change visibility of Method "Assert.assertArrayEquals(String,byte[],byte[])" to private - Method VisibilityPrivate
org.junit.Assert.assertArrayEquals(Assert.java:213) 110 Method "Assert.assertArrayEquals(byte[],byte[])" is only called from tests - Method TestOnly
org.junit.Assert.assertArrayEquals(Assert.java:229) 111 Change visibility of Method "Assert.assertArrayEquals(String,char[],char[])" to private - Method VisibilityPrivate
org.junit.Assert.assertArrayEquals(Assert.java:243) 112 Method "Assert.assertArrayEquals(char[],char[])" is only called from tests - Method TestOnly
org.junit.Assert.assertArrayEquals(Assert.java:259) 113 Change visibility of Method "Assert.assertArrayEquals(String,short[],short[])" to private - Method VisibilityPrivate
org.junit.Assert.assertArrayEquals(Assert.java:273) 114 Method "Assert.assertArrayEquals(short[],short[])" is only called from tests - Method TestOnly
org.junit.Assert.assertArrayEquals(Assert.java:289) 115 Change visibility of Method "Assert.assertArrayEquals(String,int[],int[])" to private - Method VisibilityPrivate
org.junit.Assert.assertArrayEquals(Assert.java:303) 116 Method "Assert.assertArrayEquals(int[],int[])" is only called from tests - Method TestOnly
org.junit.Assert.assertArrayEquals(Assert.java:319) 117 Change visibility of Method "Assert.assertArrayEquals(String,long[],long[])" to private - Method VisibilityPrivate
org.junit.Assert.assertArrayEquals(Assert.java:333) 118 Method "Assert.assertArrayEquals(long[],long[])" is only called from tests - Method TestOnly
org.junit.Assert.assertArrayEquals(Assert.java:349) 119 Change visibility of Method "Assert.assertArrayEquals(String,double[],double[],double)" to private - Method VisibilityPrivate
org.junit.Assert.assertArrayEquals(Assert.java:363) 120 Method "Assert.assertArrayEquals(double[],double[],double)" is only called from tests - Method TestOnly
org.junit.Assert.assertNotNull(Assert.java:536) 121 Change visibility of Method "Assert.assertNotNull(String,Object)" to private - Method VisibilityPrivate
org.junit.Assert.assertNotNull(Assert.java:547) 122 Method "Assert.assertNotNull(Object)" is only called from tests - Method TestOnly
org.junit.Assert.assertNull(Assert.java:561) 123 Change visibility of Method "Assert.assertNull(String,Object)" to private - Method VisibilityPrivate
org.junit.Assert.assertNull(Assert.java:572) 124 Method "Assert.assertNull(Object)" is only called from tests - Method TestOnly
org.junit.Assert.assertSame(Assert.java:603) 125 Method "Assert.assertSame(Object,Object)" is only called from tests - Method TestOnly
org.junit.Assert.assertNotSame(Assert.java:636) 126 Method "Assert.assertNotSame(Object,Object)" is only called from tests - Method TestOnly
org.junit.Assert.assertThat(Assert.java:748) 127 Method "Assert.assertThat(T,Matcher<T>)" is only called from tests - Method TestOnly
org.junit.Ignore.value(Ignore.java:38) 128 Method "Ignore.value()" is only called from tests - Method TestOnly
org.junit.experimental.max.MaxCore.declaration(MaxCore.java:31) 129 Class "MaxCore" is only called from tests - Class TestOnly
org.junit.experimental.max.MaxCore.forFolder(MaxCore.java:34) 130 Method "MaxCore.forFolder(String)" is only called from tests - Method TestOnly
org.junit.experimental.max.MaxCore.createFresh(MaxCore.java:62) 131 Method "MaxCore.createFresh()" is only called from tests - Method TestOnly
org.junit.experimental.max.MaxCore.run(MaxCore.java:79) 132 Method "MaxCore.run(Request)" is only called from tests - Method TestOnly
org.junit.experimental.max.MaxCore.forget(MaxCore.java:104) 133 Method "MaxCore.forget()" is only called from tests - Method TestOnly
org.junit.experimental.max.MaxCore.fDurations(MaxCore.java:66) 134 Use "final" for Field "MaxCore.fDurations" - Field Final
org.junit.experimental.max.MaxCore.fDurations(MaxCore.java:66) 135 Change visibility of Field "MaxCore.fDurations" to private - Field VisibilityPrivate
org.junit.experimental.max.MaxCore.fFailureTimestamps(MaxCore.java:67) 136 Use "final" for Field "MaxCore.fFailureTimestamps" - Field Final
org.junit.experimental.max.MaxCore.fFailureTimestamps(MaxCore.java:67) 137 Change visibility of Field "MaxCore.fFailureTimestamps" to private - Field VisibilityPrivate
org.junit.experimental.max.CouldNotReadCoreException.CouldNotReadCoreException(CouldNotReadCoreException.java:6) 138 Change visibility of Constructor "CouldNotReadCoreException.CouldNotReadCoreException(Throwable)" to protected - Constructor VisibilityProtected
org.junit.experimental.results.FailureList.declaration(FailureList.java:12) 139 Change visibility of Class "FailureList" to default - May cause compile errors! - Class VisibilityDefault
org.junit.experimental.results.FailureList.FailureList(FailureList.java:15) 140 Change visibility of Constructor "FailureList.FailureList(List<Failure>)" to protected - Constructor VisibilityProtected
org.junit.experimental.results.FailureList.result(FailureList.java:19) 141 Change visibility of Method "FailureList.result()" to protected - Method VisibilityProtected
org.junit.experimental.results.ResultMatchers.declaration(ResultMatchers.java:8) 142 Class "ResultMatchers" is only called from tests - Class TestOnly
org.junit.experimental.results.ResultMatchers.isSuccessful(ResultMatchers.java:9) 143 Method "ResultMatchers.isSuccessful()" is only called from tests - Method TestOnly
org.junit.experimental.results.ResultMatchers.hasSingleFailureContaining(ResultMatchers.java:26) 144 Method "ResultMatchers.hasSingleFailureContaining(String)" is only called from tests - Method TestOnly
org.junit.experimental.results.ResultMatchers.hasFailureContaining(ResultMatchers.java:38) 145 Method "ResultMatchers.hasFailureContaining(String)" is only called from tests - Method TestOnly
org.junit.experimental.results.PrintableResult.PrintableResult(PrintableResult.java:22) 146 Constructor "PrintableResult.PrintableResult(List<Failure>)" is only called from tests - Constructor TestOnly
org.junit.experimental.results.PrintableResult.PrintableResult(PrintableResult.java:26) 147 Change visibility of Constructor "PrintableResult.PrintableResult(Result)" to private - Constructor VisibilityPrivate
org.junit.experimental.results.PrintableResult.PrintableResult(PrintableResult.java:30) 148 Change visibility of Constructor "PrintableResult.PrintableResult(Class<?>)" to private - Constructor VisibilityPrivate
org.junit.experimental.results.PrintableResult.result(PrintableResult.java:20) 149 Use "final" for Field "PrintableResult.result" - Field Final
org.junit.experimental.runners.Enclosed.declaration(Enclosed.java:24) 150 Class "Enclosed" is only called from tests - Class TestOnly
org.junit.experimental.runners.Enclosed.Enclosed(Enclosed.java:28) 151 Constructor "Enclosed.Enclosed(Class<?>,RunnerBuilder)" has 0 references 0 Constructor Reference
org.junit.experimental.theories.Theories.declaration(Theories.java:22) 152 Class "Theories" is only called from tests - Class TestOnly
org.junit.experimental.theories.Theories.Theories(Theories.java:23) 153 Constructor "Theories.Theories(Class<?>)" is only called from tests - Constructor TestOnly
org.junit.experimental.theories.Theories.runWithAssignment(Theories.java:91) 154 Use "final" for Method "Theories.TheoryAnchor.runWithAssignment(Assignments)" - apply carefully! - Method Final
org.junit.experimental.theories.Theories.runWithCompleteAssignment(Theories.java:109) 155 Use "final" for Method "Theories.TheoryAnchor.runWithCompleteAssignment(Assignments)" - apply carefully! - Method Final
org.junit.experimental.theories.Theories.runWithCompleteAssignment(Theories.java:109) 156 Change visibility of Method "Theories.TheoryAnchor.runWithCompleteAssignment(Assignments)" to private - Method VisibilityPrivate
org.junit.experimental.theories.Theories.reportParameterizedError(Theories.java:172) 157 Use "final" for Method "Theories.TheoryAnchor.reportParameterizedError(Throwable,Object[])" - apply carefully! - Method Final
org.junit.experimental.theories.Theories.reportParameterizedError(Theories.java:172) 158 Change visibility of Method "Theories.TheoryAnchor.reportParameterizedError(Throwable,Object[])" to private - Method VisibilityPrivate
org.junit.experimental.theories.Theories.handleDataPointSuccess(Theories.java:188) 159 Use "final" for Method "Theories.TheoryAnchor.handleDataPointSuccess()" - apply carefully! - Method Final
org.junit.experimental.theories.Theories.handleDataPointSuccess(Theories.java:188) 160 Change visibility of Method "Theories.TheoryAnchor.handleDataPointSuccess()" to private - Method VisibilityPrivate
org.junit.experimental.theories.Theories.fTestMethod(Theories.java:72) 161 Use "final" for Field "Theories.TheoryAnchor.fTestMethod" - Field Final
org.junit.experimental.theories.Theories.fInvalidParameters(Theories.java:74) 162 Use "final" for Field "Theories.TheoryAnchor.fInvalidParameters" - Field Final
org.junit.experimental.theories.ParameterSignature.hasAnnotation(ParameterSignature.java:59) 163 Method "ParameterSignature.hasAnnotation(Class<? extends Annotation>)" is only called from tests - Method TestOnly
org.junit.experimental.theories.internal.Assignments.Assignments(Assignments.java:24) 164 Change visibility of Constructor "Assignments.Assignments(List<PotentialAssignment>,List<ParameterSignature>,*)" to private - Constructor VisibilityPrivate
org.junit.experimental.theories.internal.Assignments.getActualValues(Assignments.java:57) 165 Change visibility of Method "Assignments.getActualValues(int,int,boolean)" to private - Method VisibilityPrivate
org.junit.experimental.theories.internal.Assignments.getSupplier(Assignments.java:75) 166 Change visibility of Method "Assignments.getSupplier(ParameterSignature)" to private - Method VisibilityPrivate
org.junit.experimental.theories.internal.Assignments.getAnnotatedSupplier(Assignments.java:84) 167 Change visibility of Method "Assignments.getAnnotatedSupplier(ParameterSignature)" to private - Method VisibilityPrivate
org.junit.experimental.theories.internal.Assignments.getAllArguments(Assignments.java:104) 168 Method "Assignments.getAllArguments(boolean)" has 0 references 0 Method Reference
org.junit.experimental.theories.internal.Assignments.fAssigned(Assignments.java:18) 169 Use "final" for Field "Assignments.fAssigned" - Field Final
org.junit.experimental.theories.internal.AllMembersSupplier.declaration(AllMembersSupplier.java:21) 170 Change visibility of Member class "AllMembersSupplier.MethodParameterValue" to private - May cause compile errors! - Member class VisibilityPrivate
org.junit.experimental.theories.internal.ParameterizedAssertionError.join(ParameterizedAssertionError.java:28) 171 Change visibility of Method "ParameterizedAssertionError.join(String,Collection<Object>)" to private - Method VisibilityPrivate
org.junit.internal.AssumptionViolatedException.AssumptionViolatedException(AssumptionViolatedException.java:21) 172 Constructor "AssumptionViolatedException.AssumptionViolatedException(String)" is only called from tests - Constructor TestOnly
org.junit.internal.ArrayComparisonFailure.fIndices(ArrayComparisonFailure.java:16) 173 Use "final" for Field "ArrayComparisonFailure.fIndices" - Field Final
org.junit.internal.TextListener.printHeader(TextListener.java:54) 174 Change visibility of Method "TextListener.printHeader(long)" to private - Method VisibilityPrivate
org.junit.internal.TextListener.printFailures(TextListener.java:59) 175 Change visibility of Method "TextListener.printFailures(Result)" to private - Method VisibilityPrivate
org.junit.internal.TextListener.printFailure(TextListener.java:72) 176 Change visibility of Method "TextListener.printFailure(Failure,String)" to private - Method VisibilityPrivate
org.junit.internal.TextListener.printFooter(TextListener.java:77) 177 Change visibility of Method "TextListener.printFooter(Result)" to private - Method VisibilityPrivate
org.junit.internal.TextListener.elapsedTimeAsString(TextListener.java:95) 178 Change visibility of Method "TextListener.elapsedTimeAsString(long)" to private - Method VisibilityPrivate
org.junit.internal.InexactComparisonCriteria.fDelta(InexactComparisonCriteria.java:11) 179 Use "final" for Field "InexactComparisonCriteria.fDelta" - Field Final
org.junit.internal.InexactComparisonCriteria.fDelta(InexactComparisonCriteria.java:11) 180 Change visibility of Field "InexactComparisonCriteria.fDelta" to private - Field VisibilityPrivate
org.junit.internal.builders.IgnoredBuilder.declaration(IgnoredBuilder.java:10) 181 Change visibility of Class "IgnoredBuilder" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.builders.NullBuilder.declaration(NullBuilder.java:9) 182 Change visibility of Class "NullBuilder" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.builders.JUnit4Builder.declaration(JUnit4Builder.java:10) 183 Change visibility of Class "JUnit4Builder" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.builders.AnnotatedBuilder.declaration(AnnotatedBuilder.java:11) 184 Change visibility of Class "AnnotatedBuilder" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.builders.AnnotatedBuilder.AnnotatedBuilder(AnnotatedBuilder.java:16) 185 Change visibility of Constructor "AnnotatedBuilder.AnnotatedBuilder(RunnerBuilder)" to protected - Constructor VisibilityProtected
org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:28) 186 Change visibility of Method "AnnotatedBuilder.buildRunner(Class<? extends Runner>,Class<?>)" to private - Method VisibilityPrivate
org.junit.internal.builders.AnnotatedBuilder.fSuiteBuilder(AnnotatedBuilder.java:14) 187 Use "final" for Field "AnnotatedBuilder.fSuiteBuilder" - Field Final
org.junit.internal.builders.SuiteMethodBuilder.hasSuiteMethod(SuiteMethodBuilder.java:18) 188 Change visibility of Method "SuiteMethodBuilder.hasSuiteMethod(Class<?>)" to private - Method VisibilityPrivate
org.junit.internal.builders.JUnit3Builder.declaration(JUnit3Builder.java:10) 189 Change visibility of Class "JUnit3Builder" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.junit4Builder(AllDefaultPossibilitiesBuilder.java:36) 190 Change visibility of Method "AllDefaultPossibilitiesBuilder.junit4Builder()" to private - Method VisibilityPrivate
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.junit3Builder(AllDefaultPossibilitiesBuilder.java:40) 191 Change visibility of Method "AllDefaultPossibilitiesBuilder.junit3Builder()" to private - Method VisibilityPrivate
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.annotatedBuilder(AllDefaultPossibilitiesBuilder.java:44) 192 Change visibility of Method "AllDefaultPossibilitiesBuilder.annotatedBuilder()" to private - Method VisibilityPrivate
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.ignoredBuilder(AllDefaultPossibilitiesBuilder.java:48) 193 Change visibility of Method "AllDefaultPossibilitiesBuilder.ignoredBuilder()" to private - Method VisibilityPrivate
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.suiteMethodBuilder(AllDefaultPossibilitiesBuilder.java:52) 194 Change visibility of Method "AllDefaultPossibilitiesBuilder.suiteMethodBuilder()" to private - Method VisibilityPrivate
org.junit.internal.builders.IgnoredClassRunner.declaration(IgnoredClassRunner.java:10) 195 Change visibility of Class "IgnoredClassRunner" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.builders.IgnoredClassRunner.IgnoredClassRunner(IgnoredClassRunner.java:13) 196 Change visibility of Constructor "IgnoredClassRunner.IgnoredClassRunner(Class<?>)" to protected - Constructor VisibilityProtected
org.junit.internal.matchers.IsCollectionContaining.IsCollectionContaining(IsCollectionContaining.java:17) 197 Change visibility of Constructor "IsCollectionContaining.IsCollectionContaining(Matcher<? extends T>)" to private - Constructor VisibilityPrivate
org.junit.internal.matchers.TypeSafeMatcher.TypeSafeMatcher(TypeSafeMatcher.java:45) 198 Constructor "TypeSafeMatcher.TypeSafeMatcher(Class<T>)" has 0 references 0 Constructor Reference
org.junit.internal.matchers.TypeSafeMatcher.expectedType(TypeSafeMatcher.java:15) 199 Use "final" for Field "TypeSafeMatcher.expectedType" - Field Final
org.junit.internal.matchers.SubstringMatcher.declaration(SubstringMatcher.java:5) 200 Change visibility of Class "SubstringMatcher" to default - May cause compile errors! - Class VisibilityDefault
org.junit.internal.matchers.StringContains.StringContains(StringContains.java:12) 201 Change visibility of Constructor "StringContains.StringContains(String)" to private - Constructor VisibilityPrivate
org.junit.internal.matchers.CombinableMatcher.and(CombinableMatcher.java:26) 202 Method "CombinableMatcher.and(Matcher<? extends T>)" is only called from tests - Method TestOnly
org.junit.internal.matchers.CombinableMatcher.or(CombinableMatcher.java:31) 203 Method "CombinableMatcher.or(Matcher<? extends T>)" is only called from tests - Method TestOnly
org.junit.internal.requests.ClassRequest.fCanUseSuiteMethod(ClassRequest.java:11) 204 Use "final" for Field "ClassRequest.fCanUseSuiteMethod" - Field Final
org.junit.internal.runners.JUnit4ClassRunner.fTestClass(JUnit4ClassRunner.java:32) 205 Use "final" for Field "JUnit4ClassRunner.fTestClass" - Field Final
org.junit.internal.runners.MethodValidator.fTestClass(MethodValidator.java:26) 206 Use "final" for Field "MethodValidator.fTestClass" - Field Final
org.junit.internal.runners.MethodRoadie.fTestMethod(MethodRoadie.java:29) 207 Use "final" for Field "MethodRoadie.fTestMethod" - Field Final
org.junit.internal.runners.ClassRoadie.fNotifier(ClassRoadie.java:20) 208 Use "final" for Field "ClassRoadie.fNotifier" - Field Final
org.junit.internal.runners.ClassRoadie.fTestClass(ClassRoadie.java:21) 209 Use "final" for Field "ClassRoadie.fTestClass" - Field Final
org.junit.internal.runners.ClassRoadie.fDescription(ClassRoadie.java:22) 210 Use "final" for Field "ClassRoadie.fDescription" - Field Final
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:13) 211 Use "final" for Method "ReflectiveCallable.run()" - apply carefully! - Method Final
org.junit.internal.runners.statements.FailOnTimeout.fNext(FailOnTimeout.java:18) 212 Use "final" for Field "FailOnTimeout.fNext" - Field Final
org.junit.internal.runners.statements.InvokeMethod.fTarget(InvokeMethod.java:11) 213 Use "final" for Field "InvokeMethod.fTarget" - Field Final
org.junit.internal.runners.statements.ExpectException.fNext(ExpectException.java:10) 214 Use "final" for Field "ExpectException.fNext" - Field Final
org.junit.matchers.JUnitMatchers.declaration(JUnitMatchers.java:13) 215 Class "JUnitMatchers" is only called from tests - Class TestOnly
org.junit.matchers.JUnitMatchers.hasItem(JUnitMatchers.java:18) 216 Method "JUnitMatchers.hasItem(T)" has 0 references 0 Method Reference
org.junit.matchers.JUnitMatchers.hasItem(JUnitMatchers.java:26) 217 Method "JUnitMatchers.hasItem(org.hamcrest.Matcher<? extends T>)" is only called from tests - Method TestOnly
org.junit.matchers.JUnitMatchers.hasItems(JUnitMatchers.java:34) 218 Method "JUnitMatchers.hasItems(T[])" has 0 references 0 Method Reference
org.junit.matchers.JUnitMatchers.hasItems(JUnitMatchers.java:44) 219 Method "JUnitMatchers.hasItems(org.hamcrest.Matcher<? extends T>[])" has 0 references 0 Method Reference
org.junit.matchers.JUnitMatchers.everyItem(JUnitMatchers.java:52) 220 Method "JUnitMatchers.everyItem(Matcher<T>)" has 0 references 0 Method Reference
org.junit.matchers.JUnitMatchers.containsString(JUnitMatchers.java:60) 221 Method "JUnitMatchers.containsString(java.lang.String)" is only called from tests - Method TestOnly
org.junit.matchers.JUnitMatchers.both(JUnitMatchers.java:70) 222 Method "JUnitMatchers.both(Matcher<T>)" is only called from tests - Method TestOnly
org.junit.matchers.JUnitMatchers.either(JUnitMatchers.java:80) 223 Method "JUnitMatchers.either(Matcher<T>)" is only called from tests - Method TestOnly
org.junit.runner.Computer.serial(Computer.java:8) 224 Method "Computer.serial()" is only called from tests - Method TestOnly
org.junit.runner.Request.classes(Request.java:84) 225 Method "Request.classes(Class<?>[])" is only called from tests - Method TestOnly
org.junit.runner.Request.runner(Request.java:101) 226 Change visibility of Method "Request.runner(Runner)" to private - Method VisibilityPrivate
org.junit.runner.Request.filterWith(Request.java:122) 227 Use "final" for Method "Request.filterWith(Filter)" - apply carefully! - Method Final
org.junit.runner.Request.filterWith(Request.java:132) 228 Use "final" for Method "Request.filterWith(Description)" - apply carefully! - Method Final
org.junit.runner.Request.sortWith(Request.java:159) 229 Use "final" for Method "Request.sortWith(Comparator<Description>)" - apply carefully! - Method Final
org.junit.runner.Request.sortWith(Request.java:159) 230 Method "Request.sortWith(Comparator<Description>)" is only called from tests - Method TestOnly
org.junit.runner.JUnitCore.runClasses(JUnitCore.java:66) 231 Method "JUnitCore.runClasses(Computer,Class<?>[])" is only called from tests - Method TestOnly
org.junit.runner.JUnitCore.run(JUnitCore.java:128) 232 Change visibility of Method "JUnitCore.run(Computer,Class<?>[])" to private - Method VisibilityPrivate
org.junit.runner.JUnitCore.run(JUnitCore.java:146) 233 Method "JUnitCore.run(junit.framework.Test)" is only called from tests - Method TestOnly
org.junit.runner.JUnitCore.removeListener(JUnitCore.java:185) 234 Change visibility of Method "JUnitCore.removeListener(RunListener)" to private - Method VisibilityPrivate
org.junit.runner.JUnitCore.fNotifier(JUnitCore.java:29) 235 Use "final" for Field "JUnitCore.fNotifier" - Field Final
org.junit.runner.manipulation.Filter.apply(Filter.java:71) 236 Use "final" for Method "Filter.apply(Object)" - apply carefully! - Method Final
org.junit.runner.manipulation.Filter.ALL(Filter.java:19) 237 Use "final" for Field "Filter.ALL" - Field Final
org.junit.runner.manipulation.Filter.ALL(Filter.java:19) 238 Field "Filter.ALL" has 0 references 0 Field Reference
org.junit.runner.manipulation.Sorter.NULL(Sorter.java:17) 239 Use "final" for Field "Sorter.NULL" - Field Final
org.junit.runner.notification.RunNotifier.pleaseStop(RunNotifier.java:152) 240 Method "RunNotifier.pleaseStop()" is only called from tests - Method TestOnly
org.junit.runners.AllTests.declaration(AllTests.java:17) 241 Class "AllTests" is only called from tests - Class TestOnly
org.junit.runners.AllTests.AllTests(AllTests.java:21) 242 Constructor "AllTests.AllTests(Class<?>)" is only called from tests - Constructor TestOnly
org.junit.runners.JUnit4.declaration(JUnit4.java:15) 243 Class "JUnit4" is only called from tests - Class TestOnly
org.junit.runners.JUnit4.JUnit4(JUnit4.java:19) 244 Constructor "JUnit4.JUnit4(Class<?>)" has 0 references 0 Constructor Reference
org.junit.runners.ParentRunner.declaration(ParentRunner.java:41) 245 Change visibility of Class "ParentRunner" to default - May cause compile errors! - Class VisibilityDefault
org.junit.runners.ParentRunner.validatePublicVoidNoArgMethods(ParentRunner.java:106) 246 Use "final" for Method "ParentRunner.validatePublicVoidNoArgMethods(Class<? extends Annotation>,boolean,*)" - apply carefully! - Method Final
org.junit.runners.ParentRunner.withBeforeClasses(ParentRunner.java:143) 247 Use "final" for Method "ParentRunner.withBeforeClasses(Statement)" - apply carefully! - Method Final
org.junit.runners.ParentRunner.withBeforeClasses(ParentRunner.java:143) 248 Change visibility of Method "ParentRunner.withBeforeClasses(Statement)" to private - Method VisibilityPrivate
org.junit.runners.ParentRunner.withAfterClasses(ParentRunner.java:157) 249 Use "final" for Method "ParentRunner.withAfterClasses(Statement)" - apply carefully! - Method Final
org.junit.runners.ParentRunner.withAfterClasses(ParentRunner.java:157) 250 Change visibility of Method "ParentRunner.withAfterClasses(Statement)" to private - Method VisibilityPrivate
org.junit.runners.ParentRunner.childrenInvoker(ParentRunner.java:169) 251 Use "final" for Method "ParentRunner.childrenInvoker(RunNotifier)" - apply carefully! - Method Final
org.junit.runners.ParentRunner.getFilteredChildren(ParentRunner.java:258) 252 Use "final" for Method "ParentRunner.getFilteredChildren()" - apply carefully! - Method Final
org.junit.runners.ParentRunner.getFilteredChildren(ParentRunner.java:258) 253 Change visibility of Method "ParentRunner.getFilteredChildren()" to private - Method VisibilityPrivate
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:61) 254 Method "BlockJUnit4ClassRunner.runChild(FrameworkMethod,RunNotifier)" is only called from tests - Method TestOnly
org.junit.runners.BlockJUnit4ClassRunner.validateInstanceMethods(BlockJUnit4ClassRunner.java:145) 255 Use "final" for Method "BlockJUnit4ClassRunner.validateInstanceMethods(List<Throwable>)" - apply carefully! - Method Final
org.junit.runners.BlockJUnit4ClassRunner.validateInstanceMethods(BlockJUnit4ClassRunner.java:145) 256 Change visibility of Method "BlockJUnit4ClassRunner.validateInstanceMethods(List<Throwable>)" to private - Method VisibilityPrivate
org.junit.runners.BlockJUnit4ClassRunner.possiblyExpectingExceptions(BlockJUnit4ClassRunner.java:245) 257 Use "final" for Method "BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod,Object,Statement)" - apply carefully! - Method Final
org.junit.runners.BlockJUnit4ClassRunner.possiblyExpectingExceptions(BlockJUnit4ClassRunner.java:245) 258 Change visibility of Method "BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod,Object,Statement)" to private - Method VisibilityPrivate
org.junit.runners.BlockJUnit4ClassRunner.withPotentialTimeout(BlockJUnit4ClassRunner.java:257) 259 Use "final" for Method "BlockJUnit4ClassRunner.withPotentialTimeout(FrameworkMethod,Object,Statement)" - apply carefully! - Method Final
org.junit.runners.BlockJUnit4ClassRunner.withPotentialTimeout(BlockJUnit4ClassRunner.java:257) 260 Change visibility of Method "BlockJUnit4ClassRunner.withPotentialTimeout(FrameworkMethod,Object,Statement)" to private - Method VisibilityPrivate
org.junit.runners.BlockJUnit4ClassRunner.withBefores(BlockJUnit4ClassRunner.java:268) 261 Use "final" for Method "BlockJUnit4ClassRunner.withBefores(FrameworkMethod,Object,Statement)" - apply carefully! - Method Final
org.junit.runners.BlockJUnit4ClassRunner.withBefores(BlockJUnit4ClassRunner.java:268) 262 Change visibility of Method "BlockJUnit4ClassRunner.withBefores(FrameworkMethod,Object,Statement)" to private - Method VisibilityPrivate
org.junit.runners.BlockJUnit4ClassRunner.withAfters(BlockJUnit4ClassRunner.java:282) 263 Use "final" for Method "BlockJUnit4ClassRunner.withAfters(FrameworkMethod,Object,Statement)" - apply carefully! - Method Final
org.junit.runners.BlockJUnit4ClassRunner.withAfters(BlockJUnit4ClassRunner.java:282) 264 Change visibility of Method "BlockJUnit4ClassRunner.withAfters(FrameworkMethod,Object,Statement)" to private - Method VisibilityPrivate
org.junit.runners.Suite.Suite(Suite.java:54) 265 Constructor "Suite.Suite(Class<?>,RunnerBuilder)" has 0 references 0 Constructor Reference
org.junit.runners.Suite.Suite(Suite.java:77) 266 Constructor "Suite.Suite(Class<?>,Class<?>[])" is only called from tests - Constructor TestOnly
org.junit.runners.Suite.runChild(Suite.java:116) 267 Method "Suite.runChild(Runner,RunNotifier)" is only called from tests - Method TestOnly
org.junit.runners.Parameterized.declaration(Parameterized.java:65) 268 Class "Parameterized" is only called from tests - Class TestOnly
org.junit.runners.Parameterized.Parameterized(Parameterized.java:132) 269 Constructor "Parameterized.Parameterized(Class<?>)" is only called from tests - Constructor TestOnly
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:55) 270 Use "final" for Method "RunnerBuilder.safeRunnerForClass(Class<?>)" - apply carefully! - Method Final
org.junit.runners.model.RunnerBuilder.addParent(RunnerBuilder.java:63) 271 Use "final" for Method "RunnerBuilder.addParent(Class<?>)" - apply carefully! - Method Final
org.junit.runners.model.RunnerBuilder.addParent(RunnerBuilder.java:63) 272 Change visibility of Method "RunnerBuilder.addParent(Class<?>)" to private - Method VisibilityPrivate
org.junit.runners.model.RunnerBuilder.removeParent(RunnerBuilder.java:69) 273 Use "final" for Method "RunnerBuilder.removeParent(Class<?>)" - apply carefully! - Method Final
org.junit.runners.model.RunnerBuilder.removeParent(RunnerBuilder.java:69) 274 Change visibility of Method "RunnerBuilder.removeParent(Class<?>)" to private - Method VisibilityPrivate
org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:79) 275 Use "final" for Method "RunnerBuilder.runners(Class<?>,Class<?>[])" - apply carefully! - Method Final

* To get links to the source locations, copy and paste first column (or table) to Eclipse 'Java Stack Trace Console'
** Set 'Detect code with max number of references' > 0
To create custom reports change ECLIPSE_HOME/dropins/org.ucdetector_*.jar/org/ucdetector/report/html.xslt