This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from 93a45fe Merge pull request #503 from
jglick/AbstractOutputHandler.SLEEP_DELAY-270005
add 9e2a280 COS Synchronization is performed at the end of initial scan.
add d2ed8b9 COS Synchronization is performed at the end of initial scan -
fixes.
add 34d7222 COS Synchronization is performed at the end of initial scan -
fixed java.completion tests.
add 77496cd COS Synchronization is performed at the end of initial scan -
fixed java.editor tests.
add a6edb31 COS Synchronization is performed at the end of initial scan -
fixed java.hints tests.
add c812158 COS Synchronization is performed at the end of initial scan -
fixed javafx2.editor tests.
new 1a3086e Merge pull request #500 from tzezula/tzezula/mx1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
java.completion/nbproject/project.properties | 2 +-
.../java/completion/CompletionTestBase.java | 4 +-
.../java/editor/completion/CompletionTestBase.java | 4 +-
.../hints/infrastructure/ErrorHintsTestBase.java | 2 +-
java.j2seproject/nbproject/project.xml | 2 +-
.../java/j2seproject/J2SEActionProvider.java | 61 ++++++++++++++++++++--
.../nbproject/project.properties | 2 +-
.../spi/CompileOnSaveAction.java | 44 ++++++++++++++--
java.source.base/nbproject/project.xml | 2 +-
.../source/indexing/COSSynchronizingIndexer.java | 16 +++++-
.../indexing/CacheAttributesTransaction.java | 9 ++--
.../java/source/indexing/JavaBinaryIndexer.java | 4 +-
.../java/source/indexing/JavaCustomIndexer.java | 4 +-
.../java/source/indexing/TransactionContext.java | 5 +-
.../source/usages/BuildArtifactMapperImpl.java | 3 +-
.../source/usages/ClassIndexEventsTransaction.java | 13 +++--
.../netbeans/api/java/source/TestUtilities.java | 2 +-
.../api/java/source/gen/ImportAnalysis2Test.java | 4 +-
.../modules/java/source/ClassIndexTestCase.java | 2 +-
.../modules/java/source/ModuleNamesTest.java | 2 +-
.../source/indexing/CompileWorkerTestBase.java | 2 +-
.../source/indexing/JavaBinaryIndexerTest.java | 2 +-
.../java/source/parsing/ClasspathInfoTest.java | 2 +-
.../java/source/parsing/ModuleOraculumTest.java | 2 +-
.../usages/PersistentClassIndexScopesTest.java | 2 +-
.../java/source/usages/SourceAnalyzerTest.java | 6 +--
javafx2.editor/nbproject/project.properties | 2 +-
.../javafx2/editor/FXMLCompletionTestBase.java | 4 +-
28 files changed, 158 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists