Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
Issue #203062 - Hints panel updates hints in AWT after settings change: fixed Hints update offloaded to a RP thread
(detail / hgweb)
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)
Automated merge with http://hg.netbeans.org/jet-main
(detail / hgweb)
#202814: Prevent adding FB warnings to the editor when the editor/document's version does not reasonably match the sig files' versions.
(detail / hgweb)
#211926: correcting flow w.r.t loops with continue and return inside.
(detail / hgweb)
#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)
#212062 - main method is not invoked in JavaFX project
(detail / hgweb)
#212261 - Memory leak in BookmarkManager.project2Bookmarks - null check for removed file object.
(detail / hgweb)
Merge of http://hg.netbeans.org/core-main/
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
attempt to remove the old GAV mapping for the given URL.
(detail / hgweb)
Automated merge with http://hg.netbeans.org/core-main
(detail / hgweb)
a piece of experimental code, collect locations of models composing the effective model. could be used to simplify the MavenEmbedder.createModelLineage method
(detail / hgweb)
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)
#209757 - Handling of org.netbeans.lib.ddl.DDLException
(detail / hgweb)
Automated merge with https://hg.netbeans.org/core-main/
(detail / hgweb)
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)
Merge of http://hg.netbeans.org/cnd-main/
(detail / hgweb)
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)
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)
fixing #210898 incorrect content of system includes after reopening projects => unresolved identifiers in dependent projects - invalidate APTFileCacheManager
(detail / hgweb)
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)