Пакет apache-commons-javaflow: Информация

    Исходный пакет: apache-commons-javaflow
    Версия: 1.0-alt8_0.10.20120509SNAPSHOTjpp8
    Собран:  7 февраля 2016 г. 6:39 в задании #158162
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://commons.apache.org/sandbox/javaflow/

    Лицензия: ASL 2.0
    О пакете: Commons Javaflow
    Описание: 
    Sometimes it is useful if we can capture the state of the application,
    its stack of function calls, which includes local variables, the global
    variables and the program counter, and save them into an object. If
    this object would give us the ability to restart the processing from
    the point stored in it.
    A continuation is exactly the type of object that we need. Think of a
    continuation as an object that, for a given point in your program,
    contains a snapshot of the stack trace, including all the local
    variables, and the program counter. You can not only store these
    things in the continuation object, but also restore the execution
    of the program from a continuation object. This means that the stack
    trace and the program counter of the running program become the ones
    stored in a continuation.
    Continuations are powerful concepts from the world of functional
    languages, like Scheme, but they are becoming popular in other
    languages as well.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apache-commons-javaflow (noarch)
    apache-commons-javaflow-ant (noarch)
    apache-commons-javaflow-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. /proc
      2. maven-local
      3. mvn(asm:asm)
      4. mvn(asm:asm-analysis)
      5. mvn(asm:asm-commons)
      6. mvn(asm:asm-tree)
      7. mvn(asm:asm-util)
      8. mvn(commons-io:commons-io)
      9. mvn(commons-logging:commons-logging)
      10. mvn(junit-addons:junit-addons)
      11. mvn(junit:junit)
      12. mvn(org.apache.ant:ant)
      13. mvn(org.apache.bcel:bcel)
      14. mvn(org.apache.commons:commons-jci-core)
      15. jpackage-generic-compat

    Последнее изменение


    7 февраля 2016 г. Igor Vlasenko 0:1.0-alt8_0.10.20120509SNAPSHOTjpp8
    - java8 mass update
    8 сентября 2014 г. Igor Vlasenko 0:1.0-alt8_0.6.20120509SNAPSHOTjpp7
    - new release
    28 июля 2014 г. Igor Vlasenko 0:1.0-alt8_0.4.20120509SNAPSHOTjpp7
    - new release