Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • W wks
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data EnrichmentData Enrichment
  • wks
  • Issues
  • #10
Closed
Open
Issue created Feb 03, 2021 by devesh bajpai@deveshMaintainer

Class level variable in Singleton scope class

In class https://community.opengroup.org/osdu/platform/data-flow/enrichment/wks/-/blob/master/wks-core/src/main/java/org/opengroup/osdu/wks/util/RelationshipBlockHandler.java

@line 45 private String targetSchemaKindValue;

class variable is defined which is being initialized and used in multiple function within the class.

It may result in unexpected behavior.

Possible solution add scope prototype to the class.

Edited Feb 03, 2021 by devesh bajpai
Assignee
Assign to
Time tracking