This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from d271f39 Merge pull request #1899 from
matthiasblaesing/processtreekiller_maven
new c1a8d89 [NETBEANS-2763] CSS files with huge number of
classes/ids/elements fail autocompletion - Unittest
new 74a5e17 [NETBEANS-2763] CSS files with huge number of
classes/ids/elements fail autocompletion
new 24dbd0e Fix netbeans warnings, white-space problems
new 5b07bb8 Merge pull request #1959 from matthiasblaesing/netbeans-2763
The 3669 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:
.../netbeans/modules/css/indexing/CssIndexer.java | 73 +-
.../modules/css/indexing/api/CssIndex.java | 221 +-
.../refactoring/api/RefactoringElementType.java | 10 +-
.../unit/data/testfiles/index/many-classes.css | 2250 ++++++++++++++++++++
.../data/testfiles/index/many-classes.css.indexed | 2239 +++++++++++++++++++
.../netbeans/modules/css/editor/CssTestBase.java} | 29 +-
.../modules/css/indexing/CssIndexerTest.java} | 32 +-
7 files changed, 4661 insertions(+), 193 deletions(-)
create mode 100644
ide/css.editor/test/unit/data/testfiles/index/many-classes.css
create mode 100644
ide/css.editor/test/unit/data/testfiles/index/many-classes.css.indexed
copy
ide/css.editor/{src/org/netbeans/modules/css/refactoring/api/RefactoringElementType.java
=> test/unit/src/org/netbeans/modules/css/editor/CssTestBase.java} (60%)
copy
ide/css.editor/{src/org/netbeans/modules/css/refactoring/api/RefactoringElementType.java
=> test/unit/src/org/netbeans/modules/css/indexing/CssIndexerTest.java} (54%)
---------------------------------------------------------------------
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