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. Enhancement JDK-8310693
    Add a method to for performing a Consumer<T> on a non-null value
  2. Enhancement JDK-8310571
    Use inline @return tag on java.util.Objects
  3. Enhancement JDK-8310492
    Add CRC32/CRC32C initialization
  4. Bug JDK-8310271
    StringJoiner and String.join() are creating String duplicates
  5. Enhancement JDK-8309665
    Simplify Arrays.copyOf/-Range methods
  6. Enhancement JDK-8308834
    Support ifAbsent() method in java.util.Optional
  7. Enhancement JDK-8308804
    Improve UUID.randomUUID performance with bulk/scalable PRNG access
  8. Enhancement JDK-8308803
    Improve java/util/UUID/UUIDTest.java
  9. Bug JDK-8308546
    LocalDateTime when 2068-12-31 / 2069-01-01 error on timestamp 3124137600000L
  10. Bug JDK-8307973
    Semicolon is missing when you define any functions like Supplier interface
  11. CSR JDK-8307539
    BitSet.get(int, int) always returns the empty BitSet when the Integer.MAX VALUE is set
  12. Backport JDK-8307213
    java/util/Arrays/Correct.java fails intermittently
  13. Bug JDK-8306785
    fix deficient spliterators for Sequenced Collections
  14. Backport JDK-8306739
    Better failure output for test/java/util/Arrays/ParallelPrefix.java
  15. Bug JDK-8306429
    Weird Exception thrown when an Input for Scanner::nextLine in a while loop with System.in
  16. Enhancement JDK-8305821
    add Optional.peek intermediate operation (similar to Stream.peek)
  17. Bug JDK-8305734
    BitSet.get(int, int) always returns the empty BitSet when the Integer.MAX VALUE is set
  18. Backport JDK-8305628
    java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown"
  19. Bug JDK-8305240
    Erroneous description of the constructor ArrayList()
  20. CSR JDK-8305158
    The java.util.Arrays class should be declared final
  21. Enhancement JDK-8305157
    The java.util.Arrays class should be declared final
  22. Enhancement JDK-8305148
    Add constructs for shared empty arrays
  23. Bug JDK-8304836
    Make MALLOC_MIN4 macro more robust
  24. Bug JDK-8304651
    Footprint increase 2-3% with Jetty in b10 with all GCs
  25. Bug JDK-8304120
    L32X64MixRandom#nextLong() may return an incorrect value
  26. CSR JDK-8303821
    Add method for counting leading non-negative bytes in byte arrays
  27. Enhancement JDK-8303644
    Add method for counting leading non-negative bytes in byte arrays
  28. CSR JDK-8303584
    Add uniform and spatially equidistributed bounded double streams to RandomGenerator
  29. Bug JDK-8303312
    ResourceBundle should allow --add-opens be used to get encapsulated resources
  30. Enhancement JDK-8302987
    Add uniform and spatially equidistributed bounded double streams to RandomGenerator
  31. Backport JDK-8302724
    jdk/test/jdk/java/util/prefs/ExportNode.java relies on default platform encoding
  32. CSR JDK-8302686
    Add repeat methods to StringBuilder/StringBuffer
  33. New Feature JDK-8302323
    Add repeat methods to StringBuilder/StringBuffer
  34. New Feature JDK-8302322
    Utility methods to fill arrays with repeated pattern.
  35. Backport JDK-8302285
    java/util/Formatter/Basic test cleanup
  36. Bug JDK-8302214
    Typo in javadoc of Arrays.compare and Arrays.mismatch
  37. Enhancement JDK-8301958
    Reduce Arrays.copyOf/-Range overheads
  38. Bug JDK-8301875
    java.util.TimeZone.getSystemTimeZoneID uses C library default file mode
  39. Bug JDK-8301574
    java.util.Random#ints rejects over-represented candidates after JDK-8248862
  40. Enhancement JDK-8301492
    Modernize equals() method of ResourceBundle.CacheKey and Bundles.CacheKey
  41. CSR JDK-8301387
    Align the specification of java.util.Formatter float conversions to the implementation
  42. Sub-task JDK-8301383
    Release Note: `java.util.Formatter` May Return Slightly Different Results on `double` and `float`
  43. Bug JDK-8301086
    jdk/internal/util/ByteArray/ReadWriteValues.java fails with CompilationError
  44. Bug JDK-8300869
    Make use of the Double.toString(double) algorithm in java.util.Formatter
  45. Enhancement JDK-8300487
    Store cardinality as a field in BitSet
  46. Enhancement JDK-8300133
    Use generalized see and link tags in core libs
  47. Bug JDK-8300038
    Make new version of JNU_GetStringPlatformChars which checks for null characters
  48. Bug JDK-8299677
    Formatter.format might take a long time to format an integer or floating-point
  49. Backport JDK-8299647
    jdk/test/jdk/java/util/prefs/ExportNode.java relies on default platform encoding
  50. Backport JDK-8299486
    java/util/Formatter/Basic test cleanup
Refresh results
<< Previous 1 2 3 4 5
{"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