SYMBOL INDEX (703 symbols across 106 files) FILE: mvn-golang-examples/mvn-golang-example-azul3d-mandelbrot/src/azul3d_mandel.go type mandelGen (line 26) | type mandelGen struct method handle (line 40) | func (m *mandelGen) handle(e window.Event) { method generate (line 69) | func (m *mandelGen) generate() { method run (line 86) | func (m *mandelGen) run(w window.Window) { function newMandelGen (line 117) | func newMandelGen(w window.Window, d gfx.Device) *mandelGen { function gfxLoop (line 134) | func gfxLoop(w window.Window, d gfx.Device) { function main (line 261) | func main() { FILE: mvn-golang-examples/mvn-golang-example-azul3d-mandelbrot/src/mandelbrot.go function Mandelbrot (line 14) | func Mandelbrot(w, h, maxIterations int, zoom, posX, posY float64) *imag... FILE: mvn-golang-examples/mvn-golang-example-clui/src/main.go function main (line 7) | func main() { FILE: mvn-golang-examples/mvn-golang-example-fyne/src/hello.go function main (line 9) | func main() { FILE: mvn-golang-examples/mvn-golang-example-genbindata/src/main.go function main (line 10) | func main() { FILE: mvn-golang-examples/mvn-golang-example-gocui/src/gocui.go function main (line 10) | func main() { function layout (line 28) | func layout(g *gocui.Gui) error { function quit (line 40) | func quit(g *gocui.Gui, v *gocui.View) error { FILE: mvn-golang-examples/mvn-golang-example-goexample/src/golang-book/chapter11/math/math.go function Average (line 3) | func Average(xs []float64) float64 { FILE: mvn-golang-examples/mvn-golang-example-goexample/src/golang-book/chapter11/math/math_test.go function TestAverage (line 5) | func TestAverage(t *testing.T) { FILE: mvn-golang-examples/mvn-golang-example-goexample/src/main.go function main (line 6) | func main() { FILE: mvn-golang-examples/mvn-golang-example-goterm/src/time.go function main (line 8) | func main() { FILE: mvn-golang-examples/mvn-golang-example-gui-gwt/backend/src/main.go type data_struct (line 23) | type data_struct struct type push_event (line 27) | type push_event struct function makeTimestamp (line 31) | func makeTimestamp() int64 { function eventButtonSend (line 39) | func eventButtonSend(data data_struct) data_struct { function push_handler (line 44) | func push_handler(rw http.ResponseWriter, req *http.Request) { function watchdog (line 58) | func watchdog() { function static_handler (line 69) | func static_handler(rw http.ResponseWriter, req *http.Request) { function findFreePort (line 126) | func findFreePort() (int, error) { function main (line 140) | func main() { type tcpKeepAliveListener (line 153) | type tcpKeepAliveListener struct function listenStartBrowserAndServe (line 157) | func listenStartBrowserAndServe(addr string) error { FILE: mvn-golang-examples/mvn-golang-example-gui-gwt/frontend/src/main/java/com/igormaznitsa/client/BackendService.java class BackendService (line 30) | public class BackendService { type PushListener (line 32) | public interface PushListener { method onPushEvent (line 39) | boolean onPushEvent(JSONObject event); method onPushSystemError (line 46) | boolean onPushSystemError(Throwable thr); type Callback (line 49) | public interface Callback { method onResponseReceived (line 51) | void onResponseReceived(String eventId, JSONObject wholeJsonResponse... method onError (line 53) | void onError(String eventId, Throwable exception); method BackendService (line 59) | public BackendService(final PushListener pushListener) { method checkPushEvents (line 75) | private void checkPushEvents() { method doDataRequest (line 117) | public void doDataRequest(final String eventId, final String dataField... method makeUrlForResource (line 156) | private static String makeUrlForResource(final String path) { FILE: mvn-golang-examples/mvn-golang-example-gui-gwt/frontend/src/main/java/com/igormaznitsa/client/FrontendMain.java class FrontendMain (line 16) | public class FrontendMain implements EntryPoint, BackendService.PushList... method onModuleLoad (line 29) | @Override method onPushEvent (line 85) | @Override method onPushSystemError (line 92) | @Override FILE: mvn-golang-examples/mvn-golang-example-gui-gwt/frontend/src/main/java/com/igormaznitsa/client/Messages.java type Messages (line 5) | @Generate(format = "com.google.gwt.i18n.server.PropertyCatalogFactory") method nameField (line 8) | @DefaultMessage("Enter your name") method sendButton (line 11) | @DefaultMessage("Send") FILE: mvn-golang-examples/mvn-golang-example-gui/src/main.go function main (line 7) | func main() { FILE: mvn-golang-examples/mvn-golang-example-helloworld-gomod/src/main.go function main (line 10) | func main() { function greet (line 19) | func greet(name string) error { FILE: mvn-golang-examples/mvn-golang-example-helloworld-multisrc/lib1/src/pack1/src1some.go function Pack1 (line 3) | func Pack1() string { FILE: mvn-golang-examples/mvn-golang-example-helloworld-multisrc/lib2/src/pack2/src2some.go function Pack2 (line 7) | func Pack2() string { FILE: mvn-golang-examples/mvn-golang-example-helloworld-multisrc/src/main.go function main (line 8) | func main() { FILE: mvn-golang-examples/mvn-golang-example-helloworld/src/main.go function FunctionForVetReport (line 12) | func FunctionForVetReport() { function main (line 26) | func main() { FILE: mvn-golang-examples/mvn-golang-example-logrus/src/gologrus.go function init (line 8) | func init() { function foo (line 20) | func foo() { function main (line 27) | func main() { FILE: mvn-golang-examples/mvn-golang-example-maven-module-mix/mvn-go-test-mix-app/src/main.go function main (line 10) | func main() { FILE: mvn-golang-examples/mvn-golang-example-maven-module-mix/mvn-go-test-mix-proxy/src/com.igormaznitsa/testmixproxy/Proxy.go function StartProxy (line 10) | func StartProxy() { FILE: mvn-golang-examples/mvn-golang-example-maven-module-mix/mvn-go-test-mix-terminal/src/com.igormaznitsa/testmixterminal/Terminal.go function StartTerminal (line 12) | func StartTerminal() { FILE: mvn-golang-examples/mvn-golang-example-maven-repository/mvn-go-test-app/src/main.go function main (line 8) | func main() { FILE: mvn-golang-examples/mvn-golang-example-maven-repository/mvn-go-test-lib/src/com.igormaznitsa/mvngotest/SomeUtils.go function SomeTestMethod (line 11) | func SomeTestMethod() { FILE: mvn-golang-examples/mvn-golang-example-maven-repository/mvn-go-test-libtwo/src/com.igormaznitsa/mvngotesttwo/SomeUtils.go function SomeTestMethodTwo (line 11) | func SomeTestMethodTwo() { FILE: mvn-golang-examples/mvn-golang-example-maven-repository/mvn-go-test-metalib/src/com.igormaznitsa/mvngotestmeta/MetaUtils.go function SomeMetaMethod (line 3) | func SomeMetaMethod(arg string) string { FILE: mvn-golang-examples/mvn-golang-example-multimodule/app-1/src/main.go function main (line 7) | func main() { FILE: mvn-golang-examples/mvn-golang-example-multimodule/app-1/src/main_test.go function TestMain (line 5) | func TestMain(t *testing.T) { FILE: mvn-golang-examples/mvn-golang-example-multimodule/app-2/src/main.go function main (line 5) | func main() { FILE: mvn-golang-examples/mvn-golang-example-multimodule/app-2/src/main_test.go function TestMain (line 5) | func TestMain(t *testing.T) { FILE: mvn-golang-examples/mvn-golang-example-multimodule/common/src/common/common.go function PrintHello (line 5) | func PrintHello(name string) { FILE: mvn-golang-examples/mvn-golang-example-multimodule/common/src/common/common_test.go function TestPrintHello (line 5) | func TestPrintHello(t *testing.T) { FILE: mvn-golang-examples/mvn-golang-example-oak-shooter/src/performance.go constant Enemy (line 26) | Enemy collision.Label = 1 constant fieldWidth (line 42) | fieldWidth = 1000 constant fieldHeight (line 43) | fieldHeight = 1000 function main (line 46) | func main() { constant EnemyRefresh (line 189) | EnemyRefresh = 25 constant EnemySpeed (line 190) | EnemySpeed = 2 function NewEnemy (line 194) | func NewEnemy() { function enemyPos (line 240) | func enemyPos() (float64, float64) { FILE: mvn-golang-examples/mvn-golang-example-plugin/src/arithplugin.go function Add (line 3) | func Add(x, y int) int { function Sub (line 7) | func Sub(x, y int) int { FILE: mvn-golang-examples/mvn-golang-example-plugin/src/arithplugin_test.go function TestAdd (line 7) | func TestAdd(t *testing.T) { function TestSub (line 13) | func TestSub(t *testing.T) { FILE: mvn-golang-examples/mvn-golang-example-preprocessing/src/inlined.go function main (line 12) | func main() { FILE: mvn-golang-examples/mvn-golang-example-preprocessing/src/main.go function main (line 10) | func main() { FILE: mvn-golang-examples/mvn-golang-example-protobuf/src/main.go function main (line 10) | func main() { FILE: mvn-golang-examples/mvn-golang-example-termboxgo/src/main.go type key (line 6) | type key struct type combo (line 176) | type combo struct function print_tb (line 336) | func print_tb(x, y int, fg, bg termbox.Attribute, msg string) { function printf_tb (line 343) | func printf_tb(x, y int, fg, bg termbox.Attribute, format string, args .... function draw_key (line 348) | func draw_key(k []key, fg, bg termbox.Attribute) { function draw_keyboard (line 354) | func draw_keyboard() { function funckeymap (line 572) | func funckeymap(k termbox.Key) string { function pretty_print_press (line 583) | func pretty_print_press(ev *termbox.Event) { function pretty_print_resize (line 603) | func pretty_print_resize(ev *termbox.Event) { function pretty_print_mouse (line 609) | func pretty_print_mouse(ev *termbox.Event) { function dispatch_press (line 634) | func dispatch_press(ev *termbox.Event) { function main (line 660) | func main() { FILE: mvn-golang-examples/mvn-golang-example-termui/src/sparklines.go function main (line 14) | func main() { FILE: mvn-golang-examples/mvn-golang-example-testing/src/main.go function main (line 8) | func main() { FILE: mvn-golang-examples/mvn-golang-example-testing/src/mypackage/testexample/Some.go function GetString (line 3) | func GetString() string { function GetInt (line 7) | func GetInt() int { function MakeSumm (line 11) | func MakeSumm(a, b int) int { FILE: mvn-golang-examples/mvn-golang-example-testing/src/mypackage/testexample/Some_test.go function TestGetString (line 8) | func TestGetString(t *testing.T) { function TestGetInt (line 12) | func TestGetInt(t *testing.T) { function TestMakeSumm (line 16) | func TestMakeSumm(t *testing.T) { FILE: mvn-golang-examples/test-git-cvs/cvs-git-branch-master/src/main.go function main (line 6) | func main() { FILE: mvn-golang-examples/test-git-cvs/cvs-git-branch-v2/src/main.go function main (line 6) | func main() { FILE: mvn-golang-examples/test-git-cvs/cvs-git-custom/src/main.go function main (line 6) | func main() { FILE: mvn-golang-examples/test-git-cvs/cvs-git-master-tag/src/main.go function main (line 6) | func main() { FILE: mvn-golang-examples/test-git-cvs/cvs-git-revision/src/main.go function main (line 6) | func main() { FILE: mvn-golang-hello-multi/src/main/resources/archetype-resources/app-1/src/main.go function main (line 7) | func main() { FILE: mvn-golang-hello-multi/src/main/resources/archetype-resources/app-1/src/main_test.go function TestMain (line 5) | func TestMain(t *testing.T) { FILE: mvn-golang-hello-multi/src/main/resources/archetype-resources/app-2/src/main.go function main (line 5) | func main() { FILE: mvn-golang-hello-multi/src/main/resources/archetype-resources/app-2/src/main_test.go function TestMain (line 5) | func TestMain(t *testing.T) { FILE: mvn-golang-hello-multi/src/main/resources/archetype-resources/common/src/common/common.go function PrintHello (line 5) | func PrintHello(name string) { FILE: mvn-golang-hello-multi/src/main/resources/archetype-resources/common/src/common/common_test.go function TestPrintHello (line 5) | func TestPrintHello(t *testing.T) { FILE: mvn-golang-hello/src/main/resources/archetype-resources/src/hello.go function Hello (line 5) | func Hello(text string) string { function main (line 9) | func main() { FILE: mvn-golang-hello/src/main/resources/archetype-resources/src/hello_test.go function TestHello (line 5) | func TestHello(t *testing.T) { FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/AbstractGoDependencyAwareMojo.java class AbstractGoDependencyAwareMojo (line 44) | public abstract class AbstractGoDependencyAwareMojo extends AbstractGola... method isSyncSessionIfModules (line 105) | public boolean isSyncSessionIfModules() { method setSyncSessionIfModules (line 110) | public void setSyncSessionIfModules(final boolean value) { method getDependencyTempFolder (line 114) | @Nonnull method isDeleteSumFile (line 119) | public boolean isDeleteSumFile() { method setDependencyTempFolder (line 124) | public void setDependencyTempFolder(@Nonnull final String path) { method isScanDependencies (line 128) | public boolean isScanDependencies() { method setScanDependencies (line 132) | public void setScanDependencies(final boolean flag) { method isIncludeTestDependencies (line 136) | public boolean isIncludeTestDependencies() { method setIncludeTestDependencies (line 140) | public void setIncludeTestDependencies(final boolean value) { method makeRelativePathToFolder (line 144) | @Nonnull method findModsInProject (line 150) | @Nonnull method preprocessModules (line 162) | private void preprocessModules( method findGoModsAndParse (line 220) | @Nonnull method replaceLinksToModules (line 239) | private boolean replaceLinksToModules(@Nonnull final Tuple items) { method quoteIfHasSpace (line 43) | @Nonnull method ensureNoQuoting (line 48) | @Nonnull method extractModuleInfo (line 53) | @Nonnull method from (line 109) | @Nonnull method equals (line 341) | @Override method hashCode (line 365) | @Override method addItem (line 370) | @Nonnull method find (line 377) | @Nonnull method size (line 391) | public int size() { method toString (line 395) | @Nonnull method hasReplaceFor (line 408) | public boolean hasReplaceFor(@Nonnull final String moduleName, @Nullab... method hasRequireFor (line 422) | public boolean hasRequireFor(@Nonnull final String moduleName, @Nullab... method getModule (line 436) | @Nullable type ParserState (line 442) | private enum ParserState { class GoModItem (line 451) | public static abstract class GoModItem implements Comparable { method compareTo (line 453) | @Override method getPriority (line 462) | public abstract int getPriority(); method equals (line 464) | @Override method hashCode (line 467) | @Override class ModuleInfo (line 471) | public final static class ModuleInfo { method ModuleInfo (line 476) | public ModuleInfo(@Nonnull final String name) { method ModuleInfo (line 481) | public ModuleInfo(@Nonnull final String name, @Nullable final String... method getName (line 486) | @Nonnull method getVersion (line 491) | @Nullable method equals (line 496) | @Override method hashCode (line 513) | @Override method toString (line 518) | @Nonnull class GoModule (line 526) | public static final class GoModule extends GoModItem { method GoModule (line 530) | public GoModule(@Nonnull final ModuleInfo module) { method equals (line 534) | @Override method hashCode (line 549) | @Override method getModuleInfo (line 554) | @Nonnull method toString (line 559) | @Override method getPriority (line 565) | @Override class GoRequire (line 571) | public static class GoRequire extends GoModItem { method GoRequire (line 575) | public GoRequire(@Nonnull final ModuleInfo moduleInfo) { method equals (line 579) | @Override method hashCode (line 594) | @Override method getModuleInfo (line 599) | @Nonnull method toString (line 604) | @Nonnull method getPriority (line 610) | @Override class GoCustom (line 616) | public static final class GoCustom extends GoModItem { method GoCustom (line 621) | public GoCustom(@Nonnull final String name, method equals (line 627) | @Override method hashCode (line 643) | @Override method toString (line 648) | @Nonnull method getPriority (line 665) | @Override class GoReplace (line 671) | public static final class GoReplace extends GoModItem { method GoReplace (line 676) | public GoReplace(@Nonnull final ModuleInfo module, @Nonnull final Mo... method equals (line 681) | @Override method hashCode (line 697) | @Override method getModule (line 702) | @Nonnull method getReplacement (line 707) | @Nonnull method toString (line 712) | @Nonnull method getPriority (line 718) | @Override class GoExclude (line 725) | public static final class GoExclude extends GoModItem { method GoExclude (line 729) | public GoExclude(@Nonnull final ModuleInfo module) { method getModule (line 733) | @Nonnull method equals (line 738) | @Override method hashCode (line 753) | @Override method toString (line 758) | @Nonnull method getPriority (line 764) | @Override FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/IOUtils.java class IOUtils (line 38) | public final class IOUtils { method IOUtils (line 40) | private IOUtils() { method printTextProgressBar (line 55) | public static int printTextProgressBar(@Nonnull final String text, fin... method makeOsFilePathWithoutDuplications (line 89) | @Nonnull method makeOsFilePathWithoutDuplications (line 117) | @Nonnull method closeSilently (line 141) | public static void closeSilently(@Nullable final Closeable closeable) { FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/MavenUtils.java class MavenUtils (line 53) | public final class MavenUtils { method MavenUtils (line 58) | private MavenUtils() { method isTestPhase (line 68) | public static boolean isTestPhase(@Nonnull final MojoExecution executi... method makeResolveArtifactProjectBuildingRequest (line 82) | @Nonnull method parseArtifactRecord (line 105) | @Nonnull method makeArtifactRecord (line 132) | @Nonnull method scanForMvnGoArtifacts (line 159) | @Nonnull method doesContainFile (line 246) | private static boolean doesContainFile( method findProperty (line 259) | @Nullable FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/MvnGolangArtifactHandler.java class MvnGolangArtifactHandler (line 27) | public final class MvnGolangArtifactHandler extends DefaultArtifactHandl... method MvnGolangArtifactHandler (line 29) | public MvnGolangArtifactHandler() { FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/PackageList.java class PackageList (line 45) | public final class PackageList { method PackageList (line 50) | public PackageList(@Nonnull @MustNotContainNull final File file, @Nonn... method removeComment (line 76) | @Nonnull method removeQuotes (line 107) | @Nonnull method getPackages (line 116) | @Nonnull type ContentProvider (line 122) | public interface ContentProvider { method readContent (line 124) | @Nonnull class Package (line 131) | public static final class Package { method Package (line 147) | public Package(@Nonnull final String pkg, @Nullable final String bra... method Package (line 155) | private Package(@Nonnull String textLine) throws ParseException { method makeString (line 200) | @Nonnull method doesNeedCvsProcessing (line 206) | public boolean doesNeedCvsProcessing() { method getPackage (line 210) | @Nonnull method getBranch (line 215) | @Nullable method getTag (line 220) | @Nullable method getRevision (line 225) | @Nullable method toString (line 230) | @Override FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/ProxySettings.java class ProxySettings (line 27) | public class ProxySettings { method ProxySettings (line 59) | public ProxySettings() { method ProxySettings (line 62) | public ProxySettings(@Nonnull final Proxy mavenProxy) { method hasCredentials (line 71) | public boolean hasCredentials() { method toString (line 75) | @Override FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/StringComparatorABC.java class StringComparatorABC (line 24) | @ThreadSafe method StringComparatorABC (line 31) | private StringComparatorABC() { method getInstance (line 34) | @Nonnull method compare (line 39) | @Override FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/SysUtils.java class SysUtils (line 30) | public final class SysUtils { method SysUtils (line 32) | private SysUtils() { method findGoSdkOsType (line 35) | @Nullable method decodeGoSdkArchType (line 52) | @Nullable FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/Tuple.java class Tuple (line 23) | public class Tuple { method Tuple (line 28) | private Tuple(@Nonnull final A left, @Nonnull final B right) { method of (line 33) | @Nonnull method equals (line 38) | @Override method toString (line 53) | @Override method hashCode (line 59) | @Override method left (line 64) | @Nonnull method right (line 69) | @Nonnull FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/UnpackUtils.java class UnpackUtils (line 44) | public final class UnpackUtils { method UnpackUtils (line 48) | private UnpackUtils() { method unpackFileToFolder (line 51) | public static int unpackFileToFolder(@Nonnull final Log logger, @Nulla... type ArchEntryGetter (line 188) | private interface ArchEntryGetter { method getNextEntry (line 190) | @Nullable class CantReadArchiveEntryException (line 194) | public static class CantReadArchiveEntryException extends RuntimeExcep... method CantReadArchiveEntryException (line 198) | public CantReadArchiveEntryException(@Nullable final Throwable cause) { FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/WildCardMatcher.java class WildCardMatcher (line 23) | public final class WildCardMatcher { method WildCardMatcher (line 28) | public WildCardMatcher(@Nonnull final String txt) { method match (line 49) | public boolean match(@Nonnull final String txt) { method toString (line 53) | @Nonnull FILE: mvn-golang-wrapper/src/main/java/com/igormaznitsa/mvngolang/utils/XGoogHashHeader.java class XGoogHashHeader (line 32) | public class XGoogHashHeader { method XGoogHashHeader (line 40) | public XGoogHashHeader(@Nonnull @MustNotContainNull final Header[] hea... method hasData (line 73) | public boolean hasData() { method hasMd5 (line 77) | public boolean hasMd5() { method getMd5 (line 81) | @Nullable method hasCrc32c (line 86) | public boolean hasCrc32c() { method getCrc32c (line 90) | @Nullable method isFileOk (line 95) | public boolean isFileOk(@Nonnull final Log log, @Nonnull final File fi... method toString (line 115) | @Nonnull method isValid (line 129) | public boolean isValid() { class Crc32c (line 133) | private static class Crc32c { method Crc32c (line 207) | public Crc32c() { method reset (line 211) | public void reset() { method getCrc (line 215) | public long getCrc() { method update (line 219) | public long update(@Nonnull final InputStream in) throws IOException { method update (line 230) | public long update(int b) { method updateByte (line 237) | private long updateByte(byte newByte, long crc) { method toString (line 243) | @Nonnull FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/GolangBuildMojoTest.java class GolangBuildMojoTest (line 31) | public class GolangBuildMojoTest { method makeBuildMojo (line 33) | private GolangBuildMojo makeBuildMojo() { method testPackageTest_Multiple (line 41) | @Test method testPackageTest_Single (line 49) | @Test FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/GolangModMojoCfgTest.java class GolangModMojoCfgTest (line 33) | public class GolangModMojoCfgTest extends AbstractMojoTestCase { method assertEqualsPath (line 35) | private static void assertEqualsPath(final String etalon, final String... method findMojo (line 49) | private T findMojo(final Class klazz, final String pomName, fin... method setUp (line 60) | @Override method tearDown (line 65) | @Override method testGolangCustomMojoConfiguration (line 70) | @Test method testGolangJfrogCliMojoConfiguration (line 108) | @Test method testGolangCleanMojoConfiguration (line 146) | @Test method testGolangMvnInstallMojoConfiguration (line 172) | @Test method testGolangFixMojoConfiguration (line 179) | @Test method testGolangFmtMojoConfiguration (line 200) | @Test method testGolangGenerateMojoConfiguration (line 220) | @Test method testGolangInstallMojoConfiguration (line 241) | @Test method testGolangVetMojoConfiguration (line 262) | @Test method testGolangTestMojoConfiguration (line 282) | @Test method testGolangToolMojoConfiguration (line 307) | @Test method testGolangModMojoConfiguration (line 329) | @Test method testGolangRunMojoConfiguration (line 337) | @Test method testGolangGetMojoConfiguration (line 358) | @Test method testGolangBuildMojoConfiguration (line 406) | @Test FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/utils/GoModTest.java class GoModTest (line 25) | public class GoModTest { method assertModules (line 27) | private void assertModules(final GoMod model, final String... texts) { method testComplex1 (line 35) | @Test method testComplex2 (line 56) | @Test method testComplex3 (line 100) | @Test method testComplex4 (line 125) | @Test method testComplex4WindowsPath (line 143) | @Test method testComplex5 (line 161) | @Test method testModule (line 182) | @Test FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/utils/MavenUtilsTest.java class MavenUtilsTest (line 25) | public class MavenUtilsTest { method testArtifactWithVersion (line 27) | @Test method testArtifactWithVersionRange_TwoVersions (line 36) | @Test method testArtifactWithVersionRange_RangeDiapasone (line 45) | @Test method testArtifactWithVersionRange_AllFieldsSet (line 54) | @Test FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/utils/PackageListTest.java class PackageListTest (line 30) | public class PackageListTest { method readContent (line 35) | @Override method testRemoveQuotes (line 42) | @Test method testRemoveComment_CheckQuotes_False (line 52) | @Test method testRemoveComment_CheckQuotes_True (line 67) | @Test method testEmptyText (line 83) | @Test method testOnlyCommentLine (line 88) | @Test method testOnlyPackageName (line 93) | @Test method testTwoPackages (line 104) | @Test method testInclude (line 122) | @Test method testWrongFormat_NoKey (line 141) | @Test(expected = ParseException.class) method testWrongFormat_OnlyKey (line 146) | @Test(expected = ParseException.class) method testWrongFormat_WrongKey (line 151) | @Test(expected = IllegalArgumentException.class) method testWrongFormat_DoubleQuotes (line 156) | @Test(expected = ParseException.class) FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/utils/StringComparatorABCTest.java class StringComparatorABCTest (line 27) | public class StringComparatorABCTest { method testSorting (line 29) | @Test FILE: mvn-golang-wrapper/src/test/java/com/igormaznitsa/mvngolang/utils/SysUtilsTest.java class SysUtilsTest (line 25) | public class SysUtilsTest { method testDecodeGoSdkArchType (line 27) | @Test