Started 1 hr 16 min ago

Success Build #570 (May 25, 2012 2:29:45 PM)

Build Artifacts
Changes
  1. Merge of http://hg.netbeans.org/jet-main/ (detail / hgweb)
  2. Attempting to fix failing build (detail / hgweb)
  3. Automated merge with http://hg.netbeans.org/jet-main (detail / hgweb)
  4. #201274: fixed shortcut mapping (detail / hgweb)
  5. #209957: more visual stability when accommodating to group growth, parallelize more often to break S-layout (detail / hgweb)
  6. #203203: a profile can undefine a shortcut (detail / hgweb)
  7. Automated merge with http://hg.netbeans.org/jet-main (detail / hgweb)
  8. Automated merge with http://hg.netbeans.org/jet-main (detail / hgweb)
  9. Issue #203062 - Hints panel updates hints in AWT after settings change: fixed
    Hints update offloaded to a RP thread (detail / hgweb)
  10. Issue #211759 - AssertionError at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.getIdentifierSpan: fixed
    The hyperlink paint should be done under read-lock. Changed assert to a WARN log, to avoid assert suppression in release. (detail / hgweb)
  11. Automated merge with http://hg.netbeans.org/jet-main (detail / hgweb)
  12. #202814: Prevent adding FB warnings to the editor when the editor/document's version does not reasonably match the sig files' versions. (detail / hgweb)
  13. #211926: correcting flow w.r.t loops with continue and return inside. (detail / hgweb)
  14. #202814: when an ErrorDescription is being constructed to a line number, and the given line number is not part of the document (and is positive), silently use the last line in the document. (detail / hgweb)
  15. #212062 - main method is not invoked in JavaFX project (detail / hgweb)
  16. #212261 - Memory leak in BookmarkManager.project2Bookmarks - null check for removed file object. (detail / hgweb)
  17. 212672: Fixing some bundle strings. (detail / hgweb)
  18. #212261 - Memory leak in BookmarkManager.project2Bookmarks - additional null check. (detail / hgweb)
  19. #212939 - Window title contains hardcoded FX version (detail / hgweb)
  20. Automated merge with main-silver (detail / hgweb)
  21. Automated merge with main-silver (detail / hgweb)
  22. Automated merge with main-silver (detail / hgweb)
  23. Merge of http://hg.netbeans.org/core-main/ (detail / hgweb)
  24. Automated merge with http://hg.netbeans.org/core-main (detail / hgweb)
  25. Automated merge with http://hg.netbeans.org/core-main (detail / hgweb)
  26. attempt to remove the old GAV mapping for the given URL. (detail / hgweb)
  27. Automated merge with http://hg.netbeans.org/core-main (detail / hgweb)
  28. a piece of experimental code, collect locations of models composing the effective model. could be used to simplify the MavenEmbedder.createModelLineage method (detail / hgweb)
  29. Hint for #205992. (detail / hgweb)
  30. @RandomlyFails (detail / hgweb)
  31. As with 7915711dc131, release FileLock's deterministically to avoid warnings in tests. (detail / hgweb)
  32. Automated merge with https://hg.netbeans.org/core-main/ (detail / hgweb)
  33. hotfix (detail / hgweb)
  34. e4f30d0a2dd2 (#212954) was wrong in several ways.
    1. instanceOf should be a comma-separated list of all assignable types which might be looked up.
       Since only GeneralPlatformInstall was listed, and PlatformInstall was missing for j2seplatform, PlatformInstallTest failed.
    2. instanceClass is only for specifying the concrete class of the instance, and is not used when instanceCreate is specified.
    3. The CLDC installers are in fact of type CustomPlatformInstall, not PlatformInstall (this was apparently wrong before as well). (detail / hgweb)
  35. #209757 - Handling of org.netbeans.lib.ddl.DDLException (detail / hgweb)
  36. Automated merge with main-silver (detail / hgweb)
  37. Automated merge with https://hg.netbeans.org/core-main/ (detail / hgweb)
  38. Probably no reason for nbm.target.cluster=stableuc here.
    There is a "stableuc" cluster definition but it is not a real cluster; modules go into userdir. (detail / hgweb)
  39. #211660 - grab table structure same as BUG ID 167175 (detail / hgweb)
  40. removing unnecessary command call (detail / hgweb)
  41. #212969 - NullPointerException at org.netbeans.modules.versioning.history.AbstractSummaryView$EventItem.actionsToPopup (detail / hgweb)
  42. #213001: NPE at org.netbeans.modules.autoupdate.ui.Utilities.makeInstalledCategories (detail / hgweb)
  43. #212985: refresh UCs out of AWT thread (detail / hgweb)
  44. Automated merge with main-silver (detail / hgweb)
  45. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  46. fixing #210898 incorrect content of system includes after reopening projects => unresolved identifiers in dependent projects
    - test which simulate the problem when reparse is ENABLED (detail / hgweb)
  47. fixing #210898 incorrect content of system includes after reopening projects => unresolved identifiers in dependent projects
    - extend test infrastructure
    -- distinguish between openProject and reopenProject
    -- wait when project is removed from model's list of opened projects
    -- ability to dumpModel for diagnostics
    -- ability to reparse all projects (detail / hgweb)
  48. clean up (detail / hgweb)
  49. fixing #210898 incorrect content of system includes after reopening projects => unresolved identifiers in dependent projects
    - invalidate APTFileCacheManager (detail / hgweb)
  50. flush stream (detail / hgweb)
  51. update test for #210898 incorrect content of system includes after reopening projects => unresolved identifiers in dependent projects
    - let file have one real error (detail / hgweb)
  52. toString (detail / hgweb)
  53. update test for #210898 incorrect content of system includes after reopening projects => unresolved identifiers in dependent projects (detail / hgweb)
  54. fixing #212124 - C++11 enum forwards
    - check fwd enum, not fwd class (detail / hgweb)
  55. Merge of http://hg.netbeans.org/web-main/ (detail / hgweb)
  56. Automated merge with http://hg.netbeans.org/web-main/ (detail / hgweb)
  57. Fix for BZ#213013 - "Restful java client" wizard maps to wrong resource location if changed on server . (detail / hgweb)
  58. Automated merge with main-silver (detail / hgweb)
  59. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  60. fixed Bug 207681 - Navigator does not show the list of subroutines in fortran file (detail / hgweb)
  61. Automated merge with main-silver (detail / hgweb)
  62. Bug 211687 "It is not clear what actual value is used for C/C++ file standard property" fix. (detail / hgweb)
  63. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  64. fixed Bug #212999 NullPointerException at java.lang.String.replace (detail / hgweb)
  65. Merge of http://hg.netbeans.org/web-main/ (detail / hgweb)
  66. Imrpoved type hints. (detail / hgweb)
  67. Typo. (detail / hgweb)
  68. Automated merge with http://hg.netbeans.org/web-main/ (detail / hgweb)
  69. VariousUtils.getFullyQualifiedName uses proper type name resolver. (detail / hgweb)
  70. Some tests have problem on Mac, but tested behavior works porperly in runtime. (detail / hgweb)
  71. Processing of type elements is more deterministic. (detail / hgweb)
  72. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  73. Bug 213000 "UI hang in new project wizard" additional fix. (detail / hgweb)
  74. Merge of http://hg.netbeans.org/web-main/ (detail / hgweb)
  75. Automated merge with http://hg.netbeans.org/web-main (detail / hgweb)
  76. #212664 - No CC for inline CSS style (without prefix) (detail / hgweb)
  77. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  78. fixing Bug #157324 In C++ make it easy to build and run a single file
    - fix tab of compile&debug action (detail / hgweb)
  79. Bug 213000 "UI hang in new project wizard" fix. (detail / hgweb)
  80. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  81. fixing Bug #157324 In C++ make it easy to build and run a single file
    - add compile & debug action (detail / hgweb)
  82. Bug 212845 "C++11 standard selection option is available for OSS toolchain" fix. (detail / hgweb)
  83. Merge of http://hg.netbeans.org/web-main/ (detail / hgweb)
  84. Automated merge with http://hg.netbeans.org/web-main (detail / hgweb)
  85. #212994 null checks added (detail / hgweb)
  86. Merge of http://hg.netbeans.org/cnd-main/ (detail / hgweb)
  87. Extra fix #211680 - unable to use IDE macros in debug command (detail / hgweb)
  88. Merge of http://hg.netbeans.org/ergonomics/ (detail / hgweb)
  89. More of #198344: Get ready for empty values (detail / hgweb)
  90. Making sure HookConfiguratorTest does not print error warnings (detail / hgweb)
  91. Automated merge with main-silver (detail / hgweb)
  92. #212061: More logging about the way we compute the install area (detail / hgweb)
  93. Improvement to #198344: Include the trailing slash while comparing the subpackage name (detail / hgweb)
  94. #198344: Support for OpenIDE-Module-Public-Packages: org.pref.** (detail / hgweb)
  95. #204818: More logging to print out who's blocking the AWT. Also modifying Menu and Toolbar to pre-create actions outside of AWT (detail / hgweb)
  96. #212918: Print out the file for which the factory is null (detail / hgweb)
  97. Jesse's tweaks to Jarda's fix for #207060: uri2File conversion (detail / hgweb)
  98. #212364: Allow numbers in subsequent segments of code name base (detail / hgweb)
  99. #207393: Using application/x-nbsettings mime type for .settings as well as .instance files (detail / hgweb)
  100. Splitting the tests into separate cases so they don't influence each other (detail / hgweb)
  101. Automated merge with main-silver (detail / hgweb)
  102. #207393: Register special mime type for .settings files (detail / hgweb)
  103. Merge the heads (detail / hgweb)
  104. Initialize the fileSystemsClone field in constructor to guard against NPE for concurrently running threads (detail / hgweb)
  105. Release the lock as soon as possible (detail / hgweb)
  106. Include stdout and stderr in the test failure report (detail / hgweb)
  107. wait(40s) to cause the test to time out and show thread dumps in case of failure (detail / hgweb)
  108. #212891: Simulating a case when parent of a file is not a folder and making sure it does not yield an error (detail / hgweb)
  109. #207060: Pretend that root of UNC paths always exists (detail / hgweb)
  110. Automated merge with main-silver (detail / hgweb)

Started by user Jaroslav Tulach

Revision: 96f133e43b48bce45e7f6606d46d9a74534ae3ab
Test Result (no failures)