Preparing report...

Report for github.com/fabric8-services/fabric8-cluster

A+    Excellent!    Found 37 issues across 60 files

Tweet

gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo96%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.


golint85%

Golint is a linter for Go source code.

    • fabric8-cluster/migration/migration.go
    • Line 9: warning: exported function Migrate should have comment or be unexported (golint)
    • Line 13: warning: exported type Scripts should have comment or be unexported (golint)
    • Line 15: warning: exported function Steps should have comment or be unexported (golint)
    • Line 28: warning: exported method Scripts.Asset should have comment or be unexported (golint)
    • Line 32: warning: exported method Scripts.AssetNameWithArgs should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign38%

IneffAssign detects ineffectual assignments in Go code.

    • fabric8-cluster/application/service/context/service_context.go
    • Line 4: warning: cannot find package "." in: (ineffassign)
    • Line 5: warning: cannot find package "." in: (ineffassign)
    • Line 4: warning: could not import github.com/fabric8-services/fabric8-cluster/application/repository (invalid package name: "") (ineffassign)
    • Line 5: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service (invalid package name: "") (ineffassign)
    • fabric8-cluster/cluster/service/cluster_service_blackbox_test.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 24: warning: cannot find package "." in: (ineffassign)
    • Line 26: warning: cannot find package "." in: (ineffassign)
    • Line 28: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/fabric8-services/fabric8-cluster/gormapplication (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/fabric8-services/fabric8-cluster/gormtestsupport (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/fabric8-services/fabric8-cluster/test (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/fabric8-services/fabric8-common/auth (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/fabric8-services/fabric8-common/test (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/fabric8-services/fabric8-common/test/auth (invalid package name: "") (ineffassign)
    • Line 24: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • Line 25: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 26: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 27: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 28: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 41: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 43: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 45: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 48: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 49: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 51: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 54: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 55: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 57: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 57: warning: s.Configuration undefined (type *ClusterServiceTestSuite has no field or method Configuration) (ineffassign)
    • Line 73: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 75: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 76: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 81: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 83: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 84: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 88: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 89: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 94: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 96: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 97: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 98: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 103: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 119: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 145: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 167: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 173: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 178: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 181: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 185: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 195: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 200: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 203: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 207: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 218: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 223: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 228: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 232: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 244: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 249: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 254: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 258: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 275: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 286: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 304: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 314: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 324: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 334: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 344: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 354: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 366: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 376: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 386: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 399: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 409: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 423: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 433: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 447: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 457: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 469: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 479: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 481: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 489: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 498: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 502: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 510: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 523: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 533: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 535: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 543: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 552: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 556: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 563: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 576: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 586: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 586: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 588: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 601: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 612: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 614: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 621: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 631: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 641: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 651: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 653: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 665: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 676: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 678: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 685: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 697: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 709: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 718: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 723: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 726: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 736: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 739: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 753: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 756: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 764: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 768: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 776: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 787: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 792: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 795: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 805: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 808: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 822: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 825: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 833: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 842: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 854: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 856: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 857: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 858: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 860: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 861: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 866: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 870: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 873: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 875: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 878: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 880: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 884: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 888: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 896: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 909: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 940: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 954: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 987: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 987: warning: s.Configuration undefined (type *ClusterServiceTestSuite has no field or method Configuration) (ineffassign)
    • Line 987: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 988: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 989: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 998: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 1000: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 1004: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1007: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1011: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1016: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1024: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1027: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1031: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1036: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1046: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1047: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1048: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1054: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1057: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1061: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1068: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 1074: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1083: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1085: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1096: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 1098: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 1102: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1104: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1107: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1109: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1117: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1118: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1121: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1125: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1130: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1135: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1140: warning: s.T undefined (type *ClusterServiceTestSuite has no field or method T) (ineffassign)
    • Line 1143: warning: s.DB undefined (type *ClusterServiceTestSuite has no field or method DB) (ineffassign)
    • Line 1151: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1160: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • Line 1171: warning: s.Application undefined (type *ClusterServiceTestSuite has no field or method Application) (ineffassign)
    • fabric8-cluster/application/application.go
    • Line 4: warning: cannot find package "." in: (ineffassign)
    • Line 5: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 4: warning: could not import github.com/fabric8-services/fabric8-cluster/application/repository (invalid package name: "") (ineffassign)
    • Line 5: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service (invalid package name: "") (ineffassign)
    • Line 6: warning: could not import github.com/fabric8-services/fabric8-cluster/application/transaction (invalid package name: "") (ineffassign)
    • fabric8-cluster/cluster/repository/cluster_repository_blackbox_test.go
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/fabric8-services/fabric8-cluster/gormtestsupport (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/test (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 33: warning: s.Application undefined (type *clusterRepositoryTestSuite has no field or method Application) (ineffassign)
    • Line 38: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 38: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 39: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 39: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 43: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 44: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 45: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 50: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 50: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 51: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 51: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 53: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 55: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 64: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 77: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 77: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 78: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 78: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 83: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 84: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 91: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 92: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 92: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 96: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 97: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 98: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 104: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 104: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 106: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 108: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 109: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 110: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 126: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 130: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 131: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 132: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 137: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 140: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 141: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 142: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 143: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 148: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 150: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 151: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 160: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 164: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 182: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 187: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 187: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 188: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 188: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 206: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 208: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 209: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 210: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 212: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 213: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 214: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 219: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 222: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 223: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 224: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 225: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 234: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 241: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 243: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 243: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 246: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 251: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 251: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 257: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 258: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 259: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 264: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 264: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 265: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 265: warning: s.DB undefined (type *clusterRepositoryTestSuite has no field or method DB) (ineffassign)
    • Line 267: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • Line 276: warning: s.T undefined (type *clusterRepositoryTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/test/cluster.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/app (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • fabric8-cluster/gormapplication/application.go
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service/context (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service/factory (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/fabric8-services/fabric8-cluster/application/transaction (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • fabric8-cluster/controller/clusters_blackbox_test.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 23: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 27: warning: cannot find package "." in: (ineffassign)
    • Line 28: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/app (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/fabric8-services/fabric8-cluster/app/test (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/fabric8-services/fabric8-cluster/controller (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/fabric8-services/fabric8-cluster/gormtestsupport (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/fabric8-services/fabric8-cluster/test (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import github.com/fabric8-services/fabric8-common/auth (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 23: warning: could not import github.com/fabric8-services/fabric8-common/test/auth (invalid package name: "") (ineffassign)
    • Line 25: warning: could not import github.com/goadesign/goa (invalid package name: "") (ineffassign)
    • Line 26: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 27: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 28: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 42: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 43: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 51: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 52: warning: undeclared name: NewClustersController (ineffassign)
    • Line 52: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 60: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 62: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 65: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 67: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 89: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 110: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 110: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 112: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 122: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 146: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 146: warning: s.Configuration undefined (type *ClustersControllerTestSuite has no field or method Configuration) (ineffassign)
    • Line 148: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 148: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 150: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 150: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 153: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 165: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 182: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 205: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 270: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 270: warning: s.Configuration undefined (type *ClustersControllerTestSuite has no field or method Configuration) (ineffassign)
    • Line 272: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 272: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 274: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 274: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 277: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 290: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 307: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 322: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 330: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 384: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 407: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 418: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 445: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 447: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 457: warning: s.Application undefined (type *ClustersControllerTestSuite has no field or method Application) (ineffassign)
    • Line 461: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 465: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 487: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 492: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 501: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 510: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 517: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 526: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 554: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 558: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 566: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 568: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 579: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 582: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 588: warning: s.T undefined (type *ClustersControllerTestSuite has no field or method T) (ineffassign)
    • Line 591: warning: s.DB undefined (type *ClustersControllerTestSuite has no field or method DB) (ineffassign)
    • Line 17: warning: "github.com/fabric8-services/fabric8-cluster/controller" imported but not used (ineffassign)
    • fabric8-cluster/sentry/sentry_whitebox_test.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-common/test/auth (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-common/test/suite (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/dgrijalva/jwt-go (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 32: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 51: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 66: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 71: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 86: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 100: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 101: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 102: warning: s.T undefined (type *SentryWhiteboxTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/configuration/configuration_blackbox_test.go
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-common/resource (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-common/test/suite (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/goadesign/goa (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 35: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 37: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 57: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 63: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 64: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 65: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 70: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 71: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 72: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 77: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 78: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 79: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 80: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 85: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 86: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 87: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 88: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 98: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 134: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 137: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 144: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 146: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 148: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 150: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 152: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 157: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 159: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 164: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 165: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 166: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 167: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 168: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 169: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 170: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 171: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 172: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 177: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 178: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 198: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 199: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 204: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 205: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 208: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • Line 209: warning: s.T undefined (type *ConfigurationBlackboxTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/application/transaction/transaction.go
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-cluster/application/repository (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • fabric8-cluster/configuration/configuration_whitebox_test.go
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-common/resource (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-common/test/suite (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 26: warning: s.T undefined (type *ConfigurationWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 28: warning: s.T undefined (type *ConfigurationWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 41: warning: s.T undefined (type *ConfigurationWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 44: warning: s.T undefined (type *ConfigurationWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 56: warning: s.T undefined (type *ConfigurationWhiteboxTestSuite has no field or method T) (ineffassign)
    • Line 60: warning: s.T undefined (type *ConfigurationWhiteboxTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/cluster/service/cluster_service.go
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 20: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 24: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: could not import github.com/fabric8-services/fabric8-common/auth (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service/base (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service/context (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/fsnotify/fsnotify (invalid package name: "") (ineffassign)
    • Line 24: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 50: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 80: warning: s.ExecuteInTransaction undefined (type clusterService has no field or method ExecuteInTransaction) (ineffassign)
    • Line 81: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 89: warning: s.ExecuteInTransaction undefined (type clusterService has no field or method ExecuteInTransaction) (ineffassign)
    • Line 90: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 120: warning: s.ExecuteInTransaction undefined (type clusterService has no field or method ExecuteInTransaction) (ineffassign)
    • Line 121: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 137: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 159: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 206: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 269: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 308: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 402: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 411: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 424: warning: s.ExecuteInTransaction undefined (type clusterService has no field or method ExecuteInTransaction) (ineffassign)
    • Line 425: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 441: warning: s.ExecuteInTransaction undefined (type clusterService has no field or method ExecuteInTransaction) (ineffassign)
    • Line 442: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 457: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • Line 482: warning: s.Repositories undefined (type clusterService has no field or method Repositories) (ineffassign)
    • fabric8-cluster/migration/migration_blackbox_test.go
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: could not import github.com/fabric8-services/fabric8-cluster/migration (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-common/gormsupport (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-common/migration (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-common/resource (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/lib/pq (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/stretchr/testify/assert (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 48: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 59: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 63: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 66: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 74: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 77: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 83: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 84: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 85: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 86: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 87: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 88: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • Line 89: warning: s.T undefined (type *MigrationTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/cluster/service/cluster_service_whitebox.go
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: could not import github.com/fabric8-services/fabric8-common/resource (invalid package name: "") (ineffassign)
    • Line 7: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • fabric8-cluster/application/transaction/transaction_test.go
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: could not import github.com/fabric8-services/fabric8-cluster/application/transaction (invalid package name: "") (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-cluster/gormtestsupport (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/stretchr/testify/require (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/stretchr/testify/suite (invalid package name: "") (ineffassign)
    • Line 23: warning: s.Application undefined (type *TransactionTestSuite has no field or method Application) (ineffassign)
    • Line 26: warning: s.T undefined (type *TransactionTestSuite has no field or method T) (ineffassign)
    • Line 30: warning: s.Application undefined (type *TransactionTestSuite has no field or method Application) (ineffassign)
    • Line 33: warning: s.T undefined (type *TransactionTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/controller/status_test.go
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 33: warning: undeclared name: StatusController (ineffassign)
    • Line 38: warning: undeclared name: StatusController (ineffassign)
    • Line 35: warning: undeclared name: NewStatusController (ineffassign)
    • Line 35: warning: undeclared name: NewGormDBChecker (ineffassign)
    • Line 35: warning: s.DB undefined (type *StatusControllerTestSuite has no field or method DB) (ineffassign)
    • Line 35: warning: s.Configuration undefined (type *StatusControllerTestSuite has no field or method Configuration) (ineffassign)
    • Line 40: warning: undeclared name: NewStatusController (ineffassign)
    • Line 40: warning: s.Configuration undefined (type *StatusControllerTestSuite has no field or method Configuration) (ineffassign)
    • Line 44: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 49: warning: undeclared name: StartTime (ineffassign)
    • Line 62: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 64: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 77: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 78: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 79: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 83: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 85: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 86: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 91: warning: s.T undefined (type *StatusControllerTestSuite has no field or method T) (ineffassign)
    • Line 92: warning: s.Configuration undefined (type *StatusControllerTestSuite has no field or method Configuration) (ineffassign)
    • Line 10: warning: "github.com/fabric8-services/fabric8-cluster/controller" imported but not used (ineffassign)
    • fabric8-cluster/cluster/repository/cluster_repository.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/application/repository/base (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-common/gormsupport (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/goadesign/goa (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • Line 215: warning: existing.CreatedAt undefined (type *Cluster has no field or method CreatedAt) (ineffassign)
    • Line 215: warning: c.CreatedAt undefined (type *Cluster has no field or method CreatedAt) (ineffassign)
    • Line 216: warning: existing.UpdatedAt undefined (type *Cluster has no field or method UpdatedAt) (ineffassign)
    • Line 216: warning: c.UpdatedAt undefined (type *Cluster has no field or method UpdatedAt) (ineffassign)
    • fabric8-cluster/cluster/repository/identity_cluster_blackbox_test.go
    • Line 30: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 35: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 35: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 36: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 36: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 39: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 39: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 40: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 40: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 43: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 44: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 45: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 46: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 51: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 52: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 66: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 66: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 69: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 69: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 70: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 70: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 71: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 71: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 74: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 77: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 81: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 82: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 83: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 85: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 86: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 87: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 89: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 90: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 91: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 98: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 102: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 102: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 103: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 103: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 106: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 106: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 107: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 107: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 110: warning: s.DB undefined (type *identityClusterTestSuite has no field or method DB) (ineffassign)
    • Line 115: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 117: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 121: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 122: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 123: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 125: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 126: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 127: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • Line 137: warning: s.T undefined (type *identityClusterTestSuite has no field or method T) (ineffassign)
    • fabric8-cluster/configuration/configuration.go
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 20: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-common/configuration (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/sirupsen/logrus (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/spf13/viper (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import gopkg.in/yaml.v2 (invalid package name: "") (ineffassign)
    • Line 246: warning: undeclared name: Asset (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-common/configuration (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/sirupsen/logrus (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/spf13/viper (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import gopkg.in/yaml.v2 (invalid package name: "") (ineffassign)
    • Line 246: warning: undeclared name: Asset (ineffassign)
    • fabric8-cluster/sentry/sentry.go
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-common/auth (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-common/sentry (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/getsentry/raven-go (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/goadesign/goa/middleware/security/jwt (invalid package name: "") (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-common/auth (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-common/sentry (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/getsentry/raven-go (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/goadesign/goa/middleware/security/jwt (invalid package name: "") (ineffassign)
    • fabric8-cluster/main.go
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 20: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 23: warning: cannot find package "." in: (ineffassign)
    • Line 24: warning: cannot find package "." in: (ineffassign)
    • Line 25: warning: cannot find package "." in: (ineffassign)
    • Line 26: warning: cannot find package "." in: (ineffassign)
    • Line 27: warning: cannot find package "." in: (ineffassign)
    • Line 28: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-cluster/app (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-cluster/application/transaction (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/fabric8-services/fabric8-cluster/controller (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/fabric8-services/fabric8-cluster/gormapplication (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/fabric8-services/fabric8-cluster/migration (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/fabric8-services/fabric8-common/auth (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import github.com/fabric8-services/fabric8-common/goamiddleware (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/goadesign/goa (invalid package name: "") (ineffassign)
    • Line 23: warning: could not import github.com/goadesign/goa/logging/logrus (invalid package name: "") (ineffassign)
    • Line 24: warning: could not import github.com/goadesign/goa/middleware (invalid package name: "") (ineffassign)
    • Line 25: warning: could not import github.com/goadesign/goa/middleware/gzip (invalid package name: "") (ineffassign)
    • Line 26: warning: could not import github.com/goadesign/goa/middleware/security/jwt (invalid package name: "") (ineffassign)
    • Line 27: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • Line 28: warning: could not import github.com/lib/pq (invalid package name: "") (ineffassign)
    • fabric8-cluster/application/service/factory/service_factory.go
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-cluster/application/repository (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-cluster/application/service/context (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import github.com/fabric8-services/fabric8-cluster/application/transaction (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/service (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • fabric8-cluster/controller/clusters.go
    • Line 4: warning: cannot find package "." in: (ineffassign)
    • Line 5: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 4: warning: could not import github.com/fabric8-services/fabric8-cluster/app (invalid package name: "") (ineffassign)
    • Line 5: warning: could not import github.com/fabric8-services/fabric8-cluster/application (invalid package name: "") (ineffassign)
    • Line 6: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-common/httpsupport (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/goadesign/goa (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • fabric8-cluster/gormtestsupport/db_test_suite.go
    • Line 4: warning: cannot find package "." in: (ineffassign)
    • Line 5: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 4: warning: could not import github.com/fabric8-services/fabric8-cluster/application (invalid package name: "") (ineffassign)
    • Line 5: warning: could not import github.com/fabric8-services/fabric8-cluster/configuration (invalid package name: "") (ineffassign)
    • Line 6: warning: could not import github.com/fabric8-services/fabric8-cluster/gormapplication (invalid package name: "") (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-common/log (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/fabric8-services/fabric8-common/test/suite (invalid package name: "") (ineffassign)
    • Line 32: warning: s.DB undefined (type *DBTestSuite has no field or method DB) (ineffassign)
    • fabric8-cluster/application/service/services.go
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 7: warning: could not import github.com/satori/go.uuid (invalid package name: "") (ineffassign)
    • fabric8-cluster/design/api.go
    • Line 4: warning: cannot find package "." in: (ineffassign)
    • Line 5: warning: cannot find package "." in: (ineffassign)
    • Line 4: warning: could not import github.com/goadesign/goa/design (invalid package name: "") (ineffassign)
    • Line 5: warning: could not import github.com/goadesign/goa/design/apidsl (invalid package name: "") (ineffassign)
    • fabric8-cluster/application/repository/base/exister.go
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/fabric8-services/fabric8-common/errors (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/jinzhu/gorm (invalid package name: "") (ineffassign)
    • fabric8-cluster/controller/user_blackbox_test.go
    • Line 6: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 6: warning: could not import github.com/dgrijalva/jwt-go (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/fabric8-services/fabric8-cluster/cluster/repository (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/goadesign/goa/middleware/security/jwt (invalid package name: "") (ineffassign)
    • Line 31: warning: undeclared name: UserController (ineffassign)
    • Line 36: warning: undeclared name: UserController (ineffassign)
    • Line 33: warning: s.T undefined (type *UserControllerTestSuite has no field or method T) (ineffassign)
    • Line 34: warning: undeclared name: NewUserController (ineffassign)
    • Line 34: warning: s.Application undefined (type *UserControllerTestSuite has no field or method Application) (ineffassign)
    • Line 38: warning: undeclared name: NewUserController (ineffassign)
    • Line 38: warning: s.Application undefined (type *UserControllerTestSuite has no field or method Application) (ineffassign)
    • Line 44: warning: s.T undefined (type *UserControllerTestSuite has no field or method T) (ineffassign)
    • Line 60: warning: s.DB undefined (type *UserControllerTestSuite has no field or method DB) (ineffassign)
    • Line 80: warning: s.DB undefined (type *UserControllerTestSuite has no field or method DB) (ineffassign)
    • Line 94: warning: s.T undefined (type *UserControllerTestSuite has no field or method T) (ineffassign)
    • Line 8: warning: "github.com/fabric8-services/fabric8-cluster/controller" imported but not used (ineffassign)

misspell96%

Misspell Finds commonly misspelled English words