Giter VIP home page Giter VIP logo

jdmn's People

Contributors

ab-10 avatar dependabot[bot] avatar gs-rezaem avatar kaizer avatar opatrascoiu avatar robjenks avatar vickiychung avatar wojcickiluk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jdmn's Issues

Remove redundant variables

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Fix final modifiers

Expected Behavior

Fields should be declared final if not set outside constructor..

Actual Behavior

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Refactor dialect API to make it more generic

Expected Behavior

All input parameters should be inputs.

Actual Behavior

Only root package is a parameter.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Organise imports

Expected Behavior

Imports should be organised.

Actual Behavior

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Move TCK schema from test to main

Expected Behavior

testCases.xsd should be in main folder

Actual Behavior

testCases.xsd is in the test folder

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Change event listener comments to be more meaningful

Expected Behavior

The comments should contain the name of the decision.

Actual Behavior

The comments do not contain the name of the decision.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Fix code style issues

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Optimise string operations

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Remove redundant CL2 tests from dmn-core

Expected Behavior

Less CL2 redundant tests in dmn-core

Actual Behavior

Duplicated in dmn-tck-integration-tests

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Optimise boolean conditions

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Remove redundant CL3 tests from dmn-core

Expected Behavior

Less CL3 redundant tests in dmn-core

Actual Behavior

Duplicated in dmn-tck-integration-tests

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Rename java test folder to simple

Expected Behavior

Test folders should match the name of the transformer.

Actual Behavior

Name of transformer is SimpleName, folder name is java.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add support for lazy evaluation

Expected Behavior

If decision tables are sparse, children should be evaluated on demand.

Actual Behavior

All children are evaluated

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add configuration for sparsity threshold

Expected Behavior

User should be able to configure the sparsity threshold

Actual Behavior

Lazy evaluation is applied to all decision tables.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add logging for lazy evaluation computation

Expected Behavior

The maven plugin should display the sparse decisions and the decisions to be lazy evaluated

Actual Behavior

None is displayed.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add header in README

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Remove redundant NC TCK tests from dmn-core

Expected Behavior

No NC TCK unit tests.

Actual Behavior

Test cases for NC TCK in dmn-core

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Update CHANGE_LOG

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Update TCK tests

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Update files for release

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Add extra tests in DMN repository

Expected Behavior

Not NPE when TDefinitions is empty

Actual Behavior

NPE when TDefinitions is empty

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add documentation

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Move Interpreter tests in the runtime package.

Expected Behavior

All tests should be in the same package with the class under test

Actual Behavior

The tests are in a different package.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Enhance documentation

Expected Behavior

Actual Behavior

jDMN Version where this issue was observed

Steps to reproduce the behavior

Refactor location of templates

Expected Behavior

There should be common folder for templates.
There should be a folder for specific templates

Actual Behavior

All templates are in the same folder

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Intellij code cleanup

Expected Behavior

All modules should be clean according to cleanup action in Intellij

Actual Behavior

Modules are not clean.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add integration test for lazy evaluation

Expected Behavior

Missing integration test for DAG template provider and lazy evaluation

Actual Behavior

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add variants of the DAG dialect

Expected Behavior

Should be able to choose variants based on the mapping of FEEL types to Java types

Actual Behavior

One single mapping is available.

jDMN Version where this issue was observed

1.0.0

Steps to reproduce the behavior

Add missing interface in implementation

Expected Behavior

All decisions should implement com.gs.dmn.runtime.DMNDecision

Actual Behavior

It's missing.

jDMN Version where this issue was observed

1.0.0-SNAPSHOT

Steps to reproduce the behavior

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.