[jira] [Assigned] (NETBEANS-2094) AssertionError while typing before an annotation in anonymous inner class

2019-02-13 Thread ARUNAVA SINHA (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ARUNAVA SINHA reassigned NETBEANS-2094:
---

Assignee: ARUNAVA SINHA

> AssertionError while typing before an annotation in anonymous inner class
> -
>
> Key: NETBEANS-2094
> URL: https://issues.apache.org/jira/browse/NETBEANS-2094
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 10.0
>Reporter: Austin Stephens
>Assignee: ARUNAVA SINHA
>Priority: Critical
>
> Paste the following into a code file:
> {code:java}
>     public static InputStream foo(InputStream from){
>     return new InputStream() {
>             MemoryStream ms = new MemoryStream();
>             GZIPOutputStream compress = new 
> GZIPOutputStream(ms.getOutputStream());
>             
>             @Override
>             public int read() throws IOException {
>                 throw new UnsupportedOperationException("Not supported 
> yet."); //To change body of generated methods, choose Tools | Templates.
>             }
>         }
>     }
> {code}
> and try to type "byte[] buffer" above the Override Annotation. An assertion 
> error will be thrown with the stack trace of:
> {noformat}
> Assert.error:155    
> Assert.checkNonNull:62    
> Annotate.fromAnnotations:167    
> Annotate.lambda$annotateTypeSecondStage$5:1031    
> 861978341.run    
> Annotate.flush:194    
> Annotate.unblockAnnotations:144    
> TypeEnter.complete:229    
> Symbol.complete:645    
> Symbol$ClassSymbol.complete:1352    
> Attr.visitClassDef:982    
> NBAttr.visitClassDef:61    
> JCTree$JCClassDecl.accept:778    
> Attr.attribTree:673    
> Attr.attribStat:749    
> Attr.visitAnonymousClassDefinition:2508    
> Attr.visitNewClass:2391    
> JCTree$JCNewClass.accept:1695    
> Attr.attribTree:673    
> Attr.visitReturn:1931    
> JCTree$JCReturn.accept:1552    
> Attr.attribTree:673    
> Attr.attribStat:749    
> Attr.attribStats:773    
> Attr.visitBlock:1350    
> NBAttr.visitBlock:73    
> JCTree$JCBlock.accept:1026    
> Attr.attribTree:673    
> Attr.attribStat:749     
> JavacParser.parseImpl:399    
> JavacParser.parse:332    
> TaskProcessor.callParse:598    
> SourceCache.getResult:228    
> ResultIterator.getParserResult:115    
> ResultIterator.getParserResult:129   
> TaskProcessor.callUserTask:586    
> ParserManager$UserTaskAction.run:130    
> ParserManager$UserTaskAction.run:114    
> TaskProcessor$2.call:181    
> TaskProcessor$2.call:178    
> FileChangedManager.priorityIO:153    
> ProvidedExtensions.priorityIO:335    
> DataObjectEnvFactory.runPriorityIO:118    
> Utilities.runPriorityIO:67    
> TaskProcessor.runUserTask:178    
> ParserManager.parse:81    
> JPACodeCompletionProvider$JPACodeCompletionQuery.query:118    
> AsyncCompletionTask.run:198    
> RequestProcessor$Task.run:1418    
> GlobalLookup.execute:45    
> Lookups.executeWith:278    
> RequestProcessor$Processor.run:2033   {noformat}
>  It will also explode with a NullPointer if you try to add a variable before 
> "MemoryStream" (e.g. "byte[] buffer =")



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans-tools] branch master updated: NETBEANS-2060 apidoc javadoc generation for 11.0

2019-02-13 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-tools.git


The following commit(s) were added to refs/heads/master by this push:
 new 28a3ded  NETBEANS-2060 apidoc javadoc generation for 11.0
28a3ded is described below

commit 28a3ded7620e8e357b7ff3a6032c685e572d16ff
Author: Eric Barboni 
AuthorDate: Wed Feb 13 11:25:33 2019 +0100

NETBEANS-2060 apidoc javadoc generation for 11.0
---
 .../Jenkinsfile-maven-release110.groovy| 65 ++
 .../conveniences/Jenkinsfile-release110.groovy | 33 +++
 buildscripts/conveniences/generatebuildscript.sh   |  7 ++-
 3 files changed, 102 insertions(+), 3 deletions(-)

diff --git a/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy 
b/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy
new file mode 100644
index 000..0ed2945
--- /dev/null
+++ b/buildscripts/conveniences/Jenkinsfile-maven-release110.groovy
@@ -0,0 +1,65 @@
+pipeline {
+   agent  { label 'ubuntu' }
+   tools {
+  maven 'Maven 3.3.9'
+  jdk 'JDK 1.8 (latest)'
+   }
+   stages {
+  stage('Informations') {
+  steps {
+  echo "Branche we are building is : refs/heads/release110"
+  }
+  }
+  stage('mavenutils preparation') {
+  // this stage is temporary
+  steps {
+  echo 'Get Mavenutils sources'
+  sh 'rm -rf mavenutils'
+  checkout([$class: 'GitSCM', branches: [[name: '*/master']], 
doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CloneOption', 
noTags: true, reference: '', shallow: true], [$class: 'MessageExclusion', 
excludedMessage: 'Automated site publishing.*'], [$class: 
'RelativeTargetDirectory', relativeTargetDir: 'mavenutils']], submoduleCfg: [], 
userRemoteConfigs: [[url: 
'https://github.com/apache/incubator-netbeans-mavenutils/']]])
+  script {
+ def mvnfoldersforsite  = 
['parent','nbm-shared','nb-repository-plugin']
+ for (String mvnproject in mvnfoldersforsite) {
+ dir('mavenutils/'+mvnproject) {
+sh "mvn clean install 
-Dmaven.repo.local=${env.WORKSPACE}/.repository"
+ }
+ }
+  }
+  }
+  }
+  stage('SCM operation') {
+  steps {
+  echo 'clean up netbeans sources'
+  sh 'rm -rf netbeanssources'
+  echo 'Get NetBeans sources'
+  checkout([$class: 'GitSCM', branches: [[name: 
'refs/heads/release110']], doGenerateSubmoduleConfigurations: false, 
extensions: [[$class: 'CloneOption', noTags: true, reference: '', shallow: 
true], [$class: 'MessageExclusion', excludedMessage: 'Automated site 
publishing.*'], [$class: 'RelativeTargetDirectory', relativeTargetDir: 
'netbeanssources']], submoduleCfg: [], userRemoteConfigs: [[url: 
'https://github.com/apache/incubator-netbeans/']]])
+  }
+  }
+  stage('NetBeans Builds') {
+  steps {
+  dir ('netbeanssources'){
+  withAnt(installation: 'Ant (latest)') {
+  sh 'ant'
+  sh 'ant build-javadoc'
+  sh 'ant build-source-zips'
+  sh 'ant build-nbms'
+  }
+  }
+  archiveArtifacts 'WEBZIP.zip'
+  archiveArtifacts 'netbeanssources/nbbuild/netbeans/**'
+  archiveArtifacts 'netbeanssources/nbbuild/build/source-zips/**'
+  archiveArtifacts 'netbeanssources/nbbuild/build/javadoc/**'
+  archiveArtifacts 'netbeanssources/nbbuild/nbms/**'
+}
+  }
+  stage('NetBeans Maven Stage') {
+  steps {
+  script {
+sh "mvn 
org.netbeans.maven:nb-repository-plugin:1.4-SNAPSHOT:download 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-Dmaven.repo.local=${env.WORKSPACE}/.repository 
-DrepositoryUrl=https://repo.maven.apache.org/maven2";
+sh 'mkdir -p testrepo/.m2'
+sh "mvn 
org.netbeans.maven:nb-repository-plugin:1.4-SNAPSHOT:populate 
-DnexusIndexDirectory=${env.WORKSPACE}/repoindex 
-DnetbeansNbmDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/nbms 
-DnetbeansInstallDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/netbeans 
-DnetbeansSourcesDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/source-zips
 
-DnebeansJavadocDirectory=${env.WORKSPACE}/netbeanssources/nbbuild/build/javadoc
  -Dmaven.repo.local=${env.WORKSPACE} [...]
+  }
+  archiveArtifacts 'testrepo/.m2/**'
+  }
+  }
+   }
+}
diff --git a/buildscripts/conveniences/Jenkinsfile-release110.groovy 
b/buildscripts/conveniences/Jenkinsfile-release110.groovy
new file mode 100644
index 000..26289dd
--- /dev/null
+++ b/buildscripts/conven

[jira] [Commented] (NETBEANS-2060) CLONE - Update JavaDoc Generation

2019-02-13 Thread Eric Barboni (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767036#comment-16767036
 ] 

Eric Barboni commented on NETBEANS-2060:


Build created at 
[https://builds.apache.org/job/incubator-netbeans-r110-apidocmaven/]

Need [~vieiro] to configure the cron in vm for displaying at. (arbitrary date 
for now as no release done :P)

> CLONE - Update JavaDoc Generation
> -
>
> Key: NETBEANS-2060
> URL: https://issues.apache.org/jira/browse/NETBEANS-2060
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.0
>
>
> Generated JavaDoc shall present the correct version numbers as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2113) duplicate 'packFileListElem' items in 'configurations.xml'

2019-02-13 Thread M (JIRA)
M created NETBEANS-2113:
---

 Summary: duplicate 'packFileListElem' items in 'configurations.xml'
 Key: NETBEANS-2113
 URL: https://issues.apache.org/jira/browse/NETBEANS-2113
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2
 Environment: Linux Mint 19
Reporter: M


Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging section to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}
 Debian  
...
{code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2113) duplicate 'packFileListElem' items in 'configurations.xml'

2019-02-13 Thread M (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

M updated NETBEANS-2113:

Description: 
Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging section to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}

    Debian
    
  
  
  
  
  {code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.

  was:
Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging section to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}
 Debian  
...
{code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.


> duplicate 'packFileListElem' items in 'configurations.xml'
> --
>
> Key: NETBEANS-2113
> URL: https://issues.apache.org/jira/browse/NETBEANS-2113
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Linux Mint 19
>Reporter: M
>Priority: Minor
>
> Every time a C++ project configurations.xml is saved (e.g. when 
> adding/removing source files or changing project settings), one or more 
> duplicate XML elements are added, so the project file keeps growing and 
> growing. I have to periodically clean up the file by hand in a text editor. 
> It is also possible to use the project settings packaging section to remove 
> items, but even if all items are removed, Netbeans will re-add them the next 
> time the project file is saved.
> I don't use the packaging feature in this project, and never (to my 
> knowledge) changed any packaging settings from their defaults.
> Example:
> {code:java}
> 
>     Debian
>     
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>{code}
> I'm happy to provide more information if needed.
> If I understand correctly, the C/C++ module is temporarily unsupported during 
> the move to Apache, but I'd like to request to keep this ticked open until it 
> becomes supported again, rather than be marked as invalid.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr.

[jira] [Updated] (NETBEANS-2113) duplicate 'packFileListElem' items in 'configurations.xml'

2019-02-13 Thread M (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

M updated NETBEANS-2113:

Description: 
Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging dialog to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}

    Debian
    
  
  
  
  
  {code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.

  was:
Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging section to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}

    Debian
    
  
  
  
  
  {code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.


> duplicate 'packFileListElem' items in 'configurations.xml'
> --
>
> Key: NETBEANS-2113
> URL: https://issues.apache.org/jira/browse/NETBEANS-2113
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Linux Mint 19
>Reporter: M
>Priority: Minor
>
> Every time a C++ project configurations.xml is saved (e.g. when 
> adding/removing source files or changing project settings), one or more 
> duplicate XML elements are added, so the project file keeps growing and 
> growing. I have to periodically clean up the file by hand in a text editor. 
> It is also possible to use the project settings packaging dialog to remove 
> items, but even if all items are removed, Netbeans will re-add them the next 
> time the project file is saved.
> I don't use the packaging feature in this project, and never (to my 
> knowledge) changed any packaging settings from their defaults.
> Example:
> {code:java}
> 
>     Debian
>     
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>{code}
> I'm happy to provide more information if needed.
> If I understand correctly, the C/C++ module is temporarily unsupported during 
> the move to Apache, but I'd like to request to keep this ticked open until it 
> becomes supported again, rather than be marked as invalid.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[incubator-netbeans] branch release110 updated: NETBEANS-2060 Branding for APIdoc 11.0

2019-02-13 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/release110 by this push:
 new 32947b9  NETBEANS-2060 Branding for APIdoc 11.0
32947b9 is described below

commit 32947b9d0f660f380380e511d913e99f27825e16
Author: Eric Barboni 
AuthorDate: Wed Feb 13 11:50:40 2019 +0100

NETBEANS-2060 Branding for APIdoc 11.0
---
 nbbuild/build.properties   | 5 +
 nbbuild/javadoctools/export2apichanges.xsl | 2 +-
 nbbuild/javadoctools/export2html.xsl   | 9 +
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index ae896db..47502ac 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -224,10 +224,7 @@ config.javadoc.deprecated=\
 # is composed from the javadocs split by stability
 # categories, for release it shall contain just stable ones
 config.javadoc.all=\
-${config.javadoc.stable},\
-${config.javadoc.devel},\
-${config.javadoc.friend},\
-${config.javadoc.deprecated}
+${config.javadoc.stable}
 
 # list of modules for jnlp:
 config.jnlp.stable=\
diff --git a/nbbuild/javadoctools/export2apichanges.xsl 
b/nbbuild/javadoctools/export2apichanges.xsl
index 9a80617..a0176d9 100644
--- a/nbbuild/javadoctools/export2apichanges.xsl
+++ b/nbbuild/javadoctools/export2apichanges.xsl
@@ -51,7 +51,7 @@
 
 
 Apache NetBeans (incubating) API Changes since Last 
Release
-Current Development Version
+Apache NetBeans (incubating) 11.0
 
 
 
diff --git a/nbbuild/javadoctools/export2html.xsl 
b/nbbuild/javadoctools/export2html.xsl
index d6f423a..acc5c72 100644
--- a/nbbuild/javadoctools/export2html.xsl
+++ b/nbbuild/javadoctools/export2html.xsl
@@ -46,7 +46,7 @@
 
 
 Apache NetBeans (incubating) API List
-Current Development Version
+Apache NetBeans (incubating) 11.0
 
 
 
@@ -80,12 +80,13 @@
 NetBeans one is free to choose the set of modules and their 
APIs 
 to satisfy one's needs.
 
-This is a list of APIs for development version, if you want to see
+This is a list of APIs for Apache NetBeans (incubating) 11.0 version, 
if you want to see
 a list of APIs for a particular version, you may want to go to:
 
 
-http://bits.netbeans.org/10.0/javadoc/"; 
target="_top">10.0 - Javadoc as released for NetBeans IDE 10.0
-http://bits.netbeans.org/9.0/javadoc/"; 
target="_top">9.0 - Javadoc as released for NetBeans IDE 9.0
+http://bits.netbeans.org/dev/javadoc/"; 
target="_top">Dev - Javadoc as released for development version
+http://bits.netbeans.org/10.0/javadoc/"; 
target="_top">10.0 - Javadoc as released for Apache NetBeans (incubating) 
IDE 10.0
+http://bits.netbeans.org/9.0/javadoc/"; 
target="_top">9.0 - Javadoc as released for Apache NetBeans (incubating) 
IDE 9.0
 http://bits.netbeans.org/8.2/javadoc/"; 
target="_top">8.2 - Javadoc as released for NetBeans IDE 8.2
 http://bits.netbeans.org/8.1/javadoc/"; 
target="_top">8.1 - Javadoc as released for NetBeans IDE 8.1
 http://bits.netbeans.org/8.0.1/javadoc/"; 
target="_top">8.0.1 - Javadoc as released for NetBeans IDE 8.0.1


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2113) duplicate 'packFileListElem' items in 'configurations.xml'

2019-02-13 Thread M (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

M updated NETBEANS-2113:

Description: 
Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging dialog to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}
...

    Debian
    
  
  
  
  
  
...{code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.

  was:
Every time a C++ project configurations.xml is saved (e.g. when adding/removing 
source files or changing project settings), one or more duplicate XML elements 
are added, so the project file keeps growing and growing. I have to 
periodically clean up the file by hand in a text editor. It is also possible to 
use the project settings packaging dialog to remove items, but even if all 
items are removed, Netbeans will re-add them the next time the project file is 
saved.

I don't use the packaging feature in this project, and never (to my knowledge) 
changed any packaging settings from their defaults.

Example:
{code:java}

    Debian
    
  
  
  
  
  {code}
I'm happy to provide more information if needed.

If I understand correctly, the C/C++ module is temporarily unsupported during 
the move to Apache, but I'd like to request to keep this ticked open until it 
becomes supported again, rather than be marked as invalid.


> duplicate 'packFileListElem' items in 'configurations.xml'
> --
>
> Key: NETBEANS-2113
> URL: https://issues.apache.org/jira/browse/NETBEANS-2113
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Linux Mint 19
>Reporter: M
>Priority: Minor
>
> Every time a C++ project configurations.xml is saved (e.g. when 
> adding/removing source files or changing project settings), one or more 
> duplicate XML elements are added, so the project file keeps growing and 
> growing. I have to periodically clean up the file by hand in a text editor. 
> It is also possible to use the project settings packaging dialog to remove 
> items, but even if all items are removed, Netbeans will re-add them the next 
> time the project file is saved.
> I don't use the packaging feature in this project, and never (to my 
> knowledge) changed any packaging settings from their defaults.
> Example:
> {code:java}
> ...
> 
>     Debian
>     
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
>        to="${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}"
>     from="${OUTPUT_PATH}"
>     perm="755"
>     owner="root"
>     group="bin"/>
> ...{code}
> I'm happy to provide more information if needed.
> If I understand correctly, the C/C++ module is temporarily unsupported during 
> the move to Apache, but I'd like to request to keep this ticked open until it 
> becomes supported again, rather than be marked as invalid.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-

[jira] [Comment Edited] (NETBEANS-2060) CLONE - Update JavaDoc Generation

2019-02-13 Thread Eric Barboni (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767036#comment-16767036
 ] 

Eric Barboni edited comment on NETBEANS-2060 at 2/13/19 10:59 AM:
--

Build created at 
[https://builds.apache.org/job/incubator-netbeans-r110-apidocmaven/]

Need [~vieiro] to configure the cron in vm for displaying at. (arbitrary date 
for now as no release done :P)

 

[~lkishalmi], I'm sorry I did an unwanted direct commit to the release110 
branche for apidoc. I was on my fork but it push to apache.

https://github.com/apache/incubator-netbeans/commit/32947b9d0f660f380380e511d913e99f27825e16#diff-91445b16cbcc5d1b733d925f9f393505

 


was (Author: skygo):
Build created at 
[https://builds.apache.org/job/incubator-netbeans-r110-apidocmaven/]

Need [~vieiro] to configure the cron in vm for displaying at. (arbitrary date 
for now as no release done :P)

> CLONE - Update JavaDoc Generation
> -
>
> Key: NETBEANS-2060
> URL: https://issues.apache.org/jira/browse/NETBEANS-2060
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.0
>
>
> Generated JavaDoc shall present the correct version numbers as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2019-02-13 Thread Aldo Brucale (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767092#comment-16767092
 ] 

Aldo Brucale commented on NETBEANS-1401:


Sorry, but the latest build (incubator-netbeans-linux-1011-on-20190213) still 
behaves like nb10.0. 

I forgot to mention that even if the "Sources" tab gets populated when I 
"attach sources", the debugger still doesn't stop on breakpoints.

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Critical
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2114) Slowness at startup

2019-02-13 Thread Daniel Prokopp (JIRA)
Daniel Prokopp created NETBEANS-2114:


 Summary: Slowness at startup
 Key: NETBEANS-2114
 URL: https://issues.apache.org/jira/browse/NETBEANS-2114
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Project
Affects Versions: 10.0
 Environment: windows 7 64-bit
Reporter: Daniel Prokopp
 Attachments: log_session.txt

Slowness at startup



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1455) CSS3 property user-select unsupported

2019-02-13 Thread Pete Whelpton (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pete Whelpton updated NETBEANS-1455:

Attachment: User-select-warning.PNG

> CSS3 property user-select unsupported
> -
>
> Key: NETBEANS-1455
> URL: https://issues.apache.org/jira/browse/NETBEANS-1455
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Artur Stępień
>Priority: Minor
>  Labels: easyfix
> Attachments: User-select-warning.PNG
>
>
> CSS3 user-select property is unsupported and shows as a warning



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1455) CSS3 property user-select unsupported

2019-02-13 Thread Pete Whelpton (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767262#comment-16767262
 ] 

Pete Whelpton commented on NETBEANS-1455:
-

I feel that the ideal solution would be for Code Completion in NB to have a 
warning icon next to non-standard/draft Properties.

 

VSCode already does something similar: 

!User-select-warning.PNG!

 

The NB CSS parser could use quite a bit of TLC :(  I think I've figured it out 
enough to add in support for user-select, but not yet for updating code 
completion to show a warning for it still being draft status.  I think that 
would require:
 * Flagging non-standard properties in the Properties files and updating the 
Grammar Parser to recognize aforementioned flag
 * OR creating a seperate Properties file of non-standard/draft properties (the 
existing Properties files closely follow the W3C grammar specifications, so may 
be better not to pollute them with other meanings)
 * Update the CodeCompletion provider to use a warning icon for those 
non-standard properties

> CSS3 property user-select unsupported
> -
>
> Key: NETBEANS-1455
> URL: https://issues.apache.org/jira/browse/NETBEANS-1455
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Artur Stępień
>Priority: Minor
>  Labels: easyfix
> Attachments: User-select-warning.PNG
>
>
> CSS3 user-select property is unsupported and shows as a warning



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2090) Image inside tooltip not working any more

2019-02-13 Thread Rami Swailem (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767260#comment-16767260
 ] 

Rami Swailem commented on NETBEANS-2090:


Bug confirmed

https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8218897

> Image inside tooltip not working any more
> -
>
> Key: NETBEANS-2090
> URL: https://issues.apache.org/jira/browse/NETBEANS-2090
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190207-1340caf09590)
> Updates: Updates available
> Java: 13-ea; OpenJDK 64-Bit Server VM 13-ea+6
> Runtime: OpenJDK Runtime Environment 13-ea+6
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Priority: Major
> Attachments: Screen Shot 2019-02-07 at 11.50.26.png
>
>
> Reproduction steps:
> Open any Java File and make any syntax error
> Expected result:
> NetBeans show an _error badges_ in the _Projects_ window with Tooltip 
> contains error badge
> Actual result:
> NetBeans show an _error badges_ in the _Projects_ window with Tooltip 
> *without error badge*
>  
> Same error in RCP APP
> jLabel.setToolTipText("Hello img.getAbsolutePath() + "'>");
>  
> tested with JDK 8 and JDK 13 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2115) Paste into netbeans works reliably only after restart

2019-02-13 Thread Alexander Lutz (JIRA)
Alexander Lutz created NETBEANS-2115:


 Summary: Paste into netbeans works reliably only after restart
 Key: NETBEANS-2115
 URL: https://issues.apache.org/jira/browse/NETBEANS-2115
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Alexander Lutz


See bug description of NETBEANS-204, and the "good ole" 
[https://netbeans.org/bugzilla/show_bug.cgi?id=88161.]

My "Build incubator-netbeans-release-380-on-20181217" is also affected.

Side note: Copying/Cutting _from_ Netbeans works (as expected) "like charm".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2116) Sometimes classes are not opened from "Go to type"

2019-02-13 Thread JIRA
Francesco Chicchiriccò created NETBEANS-2116:


 Summary: Sometimes classes are not opened from "Go to type"
 Key: NETBEANS-2116
 URL: https://issues.apache.org/jira/browse/NETBEANS-2116
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Francesco Chicchiriccò
 Fix For: 11.0


The following stacktrace is reported:

{code}
java.lang.ClassCastException: com.sun.tools.javac.code.Type$ClassType cannot be 
cast to com.sun.tools.javac.code.Type$ErrorType
at 
org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:797)
at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1083)
at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.computeAnnotationTree(CodeGenerator.java:449)
at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.computeMods(CodeGenerator.java:411)
at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitExecutable(CodeGenerator.java:548)
at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitExecutable(CodeGenerator.java:285)
at com.sun.tools.javac.code.Symbol$MethodSymbol.accept(Symbol.java:2070)
at 
javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:367)
at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:285)
at com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1473)
at 
javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
at 
org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:275)
at 
org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:232)
at 
org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:152)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
at 
org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
at 
org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:152)
at 
org.netbeans.modules.java.classfile.BinaryElementOpenImpl.open(BinaryElementOpenImpl.java:44)
at 
org.netbeans.api.java.source.ui.ElementOpen.binaryOpen(ElementOpen.java:118)
at org.netbeans.api.java.source.ui.ElementOpen.open(ElementOpen.java:99)
at 
org.netbeans.modules.java.source.ui.JavaTypeDescription.open(JavaTypeDescription.java:121)
at 
org.netbeans.modules.jumpto.type.GoToTypeAction.actionPerformed(GoToTypeAction.java:153)
at 
org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1151)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2943)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
at java.awt.Component.processEvent(Component.java:6316)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at 
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
at 
java.awt.DefaultKeyboardFocusManager.disp

[incubator-netbeans] annotated tag 11.0-vc1 updated (c20b28d -> 7a6a607)

2019-02-13 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to annotated tag 11.0-vc1
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


*** WARNING: tag 11.0-vc1 was modified! ***

from c20b28d  (commit)
  to 7a6a607  (tag)
 tagging c20b28d0aa73149fdfaf5f22d5734df634612d2e (commit)
 replaces 9.0-rc1-rc1
  by Laszlo Kishalmi
  on Wed Feb 13 10:57:28 2019 -0800

- Log -
Apache NetBeans 11.0-vc1
---


No new revisions were added by this update.

Summary of changes:


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-663) Shortcuts using "alt/option" on the mac do not work.

2019-02-13 Thread Reema Taneja (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767698#comment-16767698
 ] 

Reema Taneja commented on NETBEANS-663:
---

https://bugs.openjdk.java.net/browse/JDK-8218917

> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Key bindings, platform - Action Items
>Affects Versions: 9.0, 10.0
>Reporter: Austin Stephens
>Assignee: Reema Taneja
>Priority: Critical
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (dfb33df -> fccdbb2)

2019-02-13 Thread arusinha
This is an automated email from the ASF dual-hosted git repository.

arusinha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from dfb33df  [NETBEANS-2066] Update pluginimporter and upgrader tool to 
look for NetBeans 10.0
 new 08df3b5  [NETBEANS-1969]:Fixed reindentation issues for Switch 
Rule-Case and Switch Expression(JDK-12)
 new 109496b  Merge remote-tracking branch 'upstream/master' into 
netbeans-1969
 new 626eb5d  [NETBEANS-1969]: Refactored code and added test-cases for 
reindentation issue in Switch Expression/Switch Rule
 new fccdbb2  Merge pull request #1124 from arusinha/netbeans-1969

The 2363 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/java/source/TreeShims.java|  62 
 .../modules/java/source/save/Reindenter.java   | 167 +
 .../modules/java/source/save/ReindenterTest.java   | 148 ++
 3 files changed, 316 insertions(+), 61 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2060) CLONE - Update JavaDoc Generation

2019-02-13 Thread Antonio Vieiro (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767926#comment-16767926
 ] 

Antonio Vieiro commented on NETBEANS-2060:
--

[http://bits.netbeans.org/11.0/javadoc/]

Done!

> CLONE - Update JavaDoc Generation
> -
>
> Key: NETBEANS-2060
> URL: https://issues.apache.org/jira/browse/NETBEANS-2060
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.0
>
>
> Generated JavaDoc shall present the correct version numbers as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists