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. CSR JDK-8357197
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  2. Backport JDK-8356637
    Pattern.Bound has `static` fields that should be `static final`.
  3. Bug JDK-8354659
    PathMatcher doesn't match path with specific unicode symbol
  4. Bug JDK-8354490
    Pattern.CANON_EQ causes a pattern to not match a string with a UNICODE variation
  5. Bug JDK-8352628
    Refine Grapheme test
  6. Bug JDK-8350789
    Multiple quantifiers such as “a{2}{3}” are misinterpreted
  7. Backport JDK-8348762
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  8. Backport JDK-8348761
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  9. Backport JDK-8347569
    java/util/regex/RegExTest.java.RegExTest failed
  10. Backport JDK-8346955
    Mark java/util/regex/RegExTest.java as failing intermittently
  11. Enhancement JDK-8337139
    more search/extract/replace APIs for java.util.regex
  12. Backport JDK-8336925
    Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
  13. CSR JDK-8333782
    Improve description of \b matcher in j.u.r.Pattern
  14. Bug JDK-8333599
    Improve description of \b matcher in j.u.r.Pattern
  15. CSR JDK-8328951
    Case insensitive matching doesn't work correctly for some character classes
  16. Backport JDK-8328950
    Case insensitive matching doesn't work correctly for some character classes
  17. Enhancement JDK-8328700
    Unused import and variable should be deleted in regex package
  18. Backport JDK-8328090
    move ScanTest.java into OpenJDK
  19. Bug JDK-8322986
    documentation for Pattern.asPredicate should state that it uses matcher.find()
  20. Bug JDK-8321390
    No maximum match although greedy optional-operator
  21. Enhancement JDK-8320680
    MatchResult.group(String) missing
  22. Bug JDK-8317264
    Pattern.Bound has `static` fields that should be `static final`.
  23. Enhancement JDK-8316805
    For a regular expression with named groups, you can't extract the names.
  24. Enhancement JDK-8316390
    An incorrect example in the documentation of the Pattern class
  25. Bug JDK-8315598
    Regex \b is inconsistent between UNICODE_CHARACTER_CLASS param and (?U)
  26. Backport JDK-8314538
    MatchResult produces StringIndexOutOfBoundsException for groups outside match
  27. Sub-task JDK-8314055
    Release Note: `java.util.regex.MatchResult` Might Throw `StringIndexOutOfBoundsException` on Regex Patterns Containing Lookaheads and Lookbehinds
  28. Bug JDK-8312976
    MatchResult produces StringIndexOutOfBoundsException for groups outside match
  29. Enhancement JDK-8311939
    Excessive allocation of Matcher.groups array
  30. Backport JDK-8309963
    Matcher uses @since {@inheritDoc}
  31. Bug JDK-8309955
    Matcher uses @since {@inheritDoc}
  32. Bug JDK-8309515
    Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
  33. Enhancement JDK-8305785
    Avoid redundant HashMap.containsKey call in java.util.regex
  34. Bug JDK-8305733
    Pattern.CASE_INSENSITIVE does not take effect in jdk11
  35. CSR JDK-8305488
    Add split() variants that keep the delimiters to String and j.u.r.Pattern
  36. Enhancement JDK-8305486
    Add split() variants that keep the delimiters to String and j.u.r.Pattern
  37. Sub-task JDK-8305208
    Release Note: Emoji Related Binary Properties in RegEx
  38. CSR JDK-8305205
    Emoji related binary properties in RegEx
  39. Enhancement JDK-8305107
    Emoji related binary properties in RegEx
  40. Bug JDK-8303946
    StackOverflowError thrown instead of PatternSyntaxException
  41. CSR JDK-8300209
    Specify that usage of CANON_EQ in j.u.r.Pattern may lead to memory exhaustion
  42. Bug JDK-8300207
    Add a pre-check for the number of canonical equivalent permutations in j.u.r.Pattern
  43. Backport JDK-8300045
    java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
  44. Backport JDK-8299573
    java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
  45. Bug JDK-8299388
    java/util/regex/NegativeArraySize.java fails on Alpine and sometimes Windows
  46. CSR JDK-8296529
    Document the default behavior of '$' in regular expressions correctly
  47. Bug JDK-8296292
    Document the default behavior of '$' in regular expressions correctly
  48. Bug JDK-8293347
    Pattern with lookbehind ignores start parameter in Matcher.find(int start)
  49. CSR JDK-8292872
    MatchResult should provide values of named-capturing groups
  50. Backport JDK-8292486
    Pattern matching does not skip correctly over supplementary characters
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