Log inSkip to main contentSkip to sidebar
Java Bug System
  • Dashboards
  • Projects
  • Issues
  • Help
    • Jira Core help
    • Keyboard Shortcuts
    • About Jira
    • Jira Credits
  • Log In
    • Watched Subcomponents

Export - CSV (All fields)

Export - CSV (Current fields)

Comma (,) Semicolon (;) Vertical bar (|) Caret (^)

  1. Backport JDK-8358739
    Regex Test Refresh
  2. CSR JDK-8357197
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  3. Backport JDK-8356637
    Pattern.Bound has `static` fields that should be `static final`.
  4. Bug JDK-8354659
    PathMatcher doesn't match path with specific unicode symbol
  5. Bug JDK-8354490
    Pattern.CANON_EQ causes a pattern to not match a string with a UNICODE variation
  6. Bug JDK-8352628
    Refine Grapheme test
  7. Bug JDK-8350789
    Multiple quantifiers such as “a{2}{3}” are misinterpreted
  8. Bug JDK-8349347
    Very long-running regex with Matcher.find
  9. Backport JDK-8348762
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  10. Backport JDK-8348761
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  11. Backport JDK-8347569
    java/util/regex/RegExTest.java.RegExTest failed
  12. Backport JDK-8346955
    Mark java/util/regex/RegExTest.java as failing intermittently
  13. Enhancement JDK-8337139
    more search/extract/replace APIs for java.util.regex
  14. Backport JDK-8336925
    Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
  15. CSR JDK-8333782
    Improve description of \b matcher in j.u.r.Pattern
  16. Bug JDK-8333599
    Improve description of \b matcher in j.u.r.Pattern
  17. CSR JDK-8328951
    Case insensitive matching doesn't work correctly for some character classes
  18. Backport JDK-8328950
    Case insensitive matching doesn't work correctly for some character classes
  19. Enhancement JDK-8328700
    Unused import and variable should be deleted in regex package
  20. Backport JDK-8328090
    move ScanTest.java into OpenJDK
  21. Bug JDK-8322986
    documentation for Pattern.asPredicate should state that it uses matcher.find()
  22. Bug JDK-8321390
    No maximum match although greedy optional-operator
  23. Enhancement JDK-8320680
    MatchResult.group(String) missing
  24. Bug JDK-8317264
    Pattern.Bound has `static` fields that should be `static final`.
  25. Enhancement JDK-8316805
    For a regular expression with named groups, you can't extract the names.
  26. Enhancement JDK-8316390
    An incorrect example in the documentation of the Pattern class
  27. Bug JDK-8315598
    Regex \b is inconsistent between UNICODE_CHARACTER_CLASS param and (?U)
  28. Backport JDK-8314538
    MatchResult produces StringIndexOutOfBoundsException for groups outside match
  29. Sub-task JDK-8314055
    Release Note: `java.util.regex.MatchResult` Might Throw `StringIndexOutOfBoundsException` on Regex Patterns Containing Lookaheads and Lookbehinds
  30. Bug JDK-8312976
    MatchResult produces StringIndexOutOfBoundsException for groups outside match
  31. Enhancement JDK-8311939
    Excessive allocation of Matcher.groups array
  32. Backport JDK-8309963
    Matcher uses @since {@inheritDoc}
  33. Bug JDK-8309955
    Matcher uses @since {@inheritDoc}
  34. Bug JDK-8309515
    Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
  35. Enhancement JDK-8305785
    Avoid redundant HashMap.containsKey call in java.util.regex
  36. Bug JDK-8305733
    Pattern.CASE_INSENSITIVE does not take effect in jdk11
  37. CSR JDK-8305488
    Add split() variants that keep the delimiters to String and j.u.r.Pattern
  38. Enhancement JDK-8305486
    Add split() variants that keep the delimiters to String and j.u.r.Pattern
  39. Sub-task JDK-8305208
    Release Note: Emoji Related Binary Properties in RegEx
  40. CSR JDK-8305205
    Emoji related binary properties in RegEx
  41. Enhancement JDK-8305107
    Emoji related binary properties in RegEx
  42. Bug JDK-8303946
    StackOverflowError thrown instead of PatternSyntaxException
  43. CSR JDK-8300209
    Specify that usage of CANON_EQ in j.u.r.Pattern may lead to memory exhaustion
  44. Bug JDK-8300207
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  45. Backport JDK-8300045
    java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
  46. Backport JDK-8299573
    java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
  47. Bug JDK-8299388
    java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
  48. CSR JDK-8296529
    Document the default behavior of '$' in regular expressions correctly
  49. Bug JDK-8296292
    Document the default behavior of '$' in regular expressions correctly
  50. Bug JDK-8293347
    Pattern with lookbehind ignores start parameter in Matcher.find(int start)
Refresh results
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0
  • Atlassian Jira Project Management Software
  • About Jira
  • Report a problem

Atlassian