Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Adding to whitelist some methods for safety from crutches' (bikes') #286

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Orygeunik
Copy link
Contributor

@Orygeunik Orygeunik commented Jan 29, 2020

Adding some methods to the white list so that there is no need to add them by the hands of administrators of jenkins.

Added:

  1. Math
    1. Math.Abs
    2. Math.Ceil
    3. Math.Floor
  2. ArrayList and Collection toArray
    1. Some methods...
  3. Regex
    1. find
    2. getAt
    3. size
  4. Long
    1. Some methods...

Note later will be add another records

Examples will be here soon

@Orygeunik Orygeunik changed the title [Draft] Adding to whitelist some methods for safety from crutches' (bikes') WIP: Adding to whitelist some methods for safety from crutches' (bikes') Jan 30, 2020
Copy link
Member

@dwnusbaum dwnusbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Orygeunik Can you please take a look at the test failures and change the ordering of the new entries in generic-whitelist so that the tests pass? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants