1: package com.kirkk.analyzer.jar1.test1; 2: 3: class Test4 { 4: public String something() { 5: return "Test4.something"; 6: } 7: }