[jira] [Created] (NETBEANS-969) RequestProcessor does not behave as an ExecutorService

2018-06-18 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-969:


 Summary: RequestProcessor does not behave as an ExecutorService
 Key: NETBEANS-969
 URL: https://issues.apache.org/jira/browse/NETBEANS-969
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Execution
Affects Versions: 8.2, 9.0
 Environment: Windows 10 64bit NetBeans 8.1 and 9.0rc
Reporter: Enrico Scantamburlo
 Attachments: Test1.zip

*RequestProcessor* _awaitTermination_ method behavior differs from the standard 
*ExecutorService*, it does not wait for other tasks to complete. I have 
attached a simple example.



--
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-287) Dead lock when saving file

2018-01-17 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-287:


 Summary: Dead lock when saving file
 Key: NETBEANS-287
 URL: https://issues.apache.org/jira/browse/NETBEANS-287
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 8.2
 Environment: Windows 10 JDK 1.8.0_162 64bit
Reporter: Enrico Scantamburlo
 Attachments: 1.tdump, 2.tdump

I modified a java file, then saved with "format on save" on, and I had a thread 
 deadlock



--
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-319) NetBeans freezes for 17 seconds when I save file

2018-01-22 Thread Enrico Scantamburlo (JIRA)

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

Enrico Scantamburlo updated NETBEANS-319:
-
Summary: NetBeans freezes for 17 seconds when I save file  (was: NetBeans 
frozes for 17 seconds when I save file)

> NetBeans freezes for 17 seconds when I save file
> 
>
> Key: NETBEANS-319
> URL: https://issues.apache.org/jira/browse/NETBEANS-319
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 64 bit JDK 1.8.0_152
>Reporter: Enrico Scantamburlo
>Priority: Major
> Attachments: dump.txt
>
>
> # Opened a .csv file
> # Opened the same file in Excel
> # Tried to save the file
> # I got a popup that said the file was open in another process
> # I closed Excel
> # Tried to save the file again
> # The gui froze for 17 seconds
> # Then it saves correctly
> I took a look at the code, there is a loop that should wait for 10*200ms but 
> is longer than the time I waited.
>  
> See [here |https://netbeans.org/bugzilla/show_bug.cgi?id=229903]
>  I also reported the slowness via the Exception Reporter in NetBeans and it 
> is report number 870343
> I am also attaching the thread dump



--
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-319) NetBeans frozes for 17 seconds when I save file

2018-01-22 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-319:


 Summary: NetBeans frozes for 17 seconds when I save file
 Key: NETBEANS-319
 URL: https://issues.apache.org/jira/browse/NETBEANS-319
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Filesystems
Affects Versions: 8.2, 9.0
 Environment: Windows 10 64 bit JDK 1.8.0_152
Reporter: Enrico Scantamburlo
 Attachments: dump.txt

# Opened a .csv file
# Opened the same file in Excel
# Tried to save the file
# I got a popup that said the file was open in another process
# I closed Excel
# Tried to save the file again
# The gui froze for 17 seconds
# Then it saves correctly

I took a look at the code, there is a loop that should wait for 10*200ms but is 
longer than the time I waited.
 

See [here |https://netbeans.org/bugzilla/show_bug.cgi?id=229903]

 I also reported the slowness via the Exception Reporter in NetBeans and it is 
report number 870343

I am also attaching the thread dump



--
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-1860) Upload Files On Save failed

2019-01-05 Thread Enrico Scantamburlo (JIRA)


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

Enrico Scantamburlo updated NETBEANS-1860:
--
Description: 
I started to use Netbeans 10 for a php project where I want to synchronize 
files on save with a ftp server. It doesn't matter which file Netbeans 10 fails 
constantly to upload files.
First I thought the error is caused by the ftp server or by missing permission 
but all seems fine. As a next step I've created a very same php project in 
Netbeans 8.2 with the same ftp settings and there it just works fine. 
Attached you find the IDE log and a screenshot of the ftp settings.

Note: Test connection in the ftp settings area is successful.

  was:
I started to use Netbeans 10 for a php project where I want to synchronize 
files on save with a ftp server. It doesn't matter which file Netbeans 10 fails 
constantly to upload files.
First I thought the error is caused by the ftp server or by missing permission 
but all seems fine. As a next step I've created a very same php project in 
Netbeans 8.2 with the same ftp settings and there it just works fine. 
Attached you find the IDE log and a screenshot of the ftp settings.

Note: Test connection in the ftp settings area is successful. 


> Upload Files On Save failed
> ---
>
> Key: NETBEANS-1860
> URL: https://issues.apache.org/jira/browse/NETBEANS-1860
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Jonas
>Priority: Blocker
> Attachments: Screenshot_5.png, messages.log
>
>
> I started to use Netbeans 10 for a php project where I want to synchronize 
> files on save with a ftp server. It doesn't matter which file Netbeans 10 
> fails constantly to upload files.
> First I thought the error is caused by the ftp server or by missing 
> permission but all seems fine. As a next step I've created a very same php 
> project in Netbeans 8.2 with the same ftp settings and there it just works 
> fine. 
> Attached you find the IDE log and a screenshot of the ftp settings.
> Note: Test connection in the ftp settings area is successful.



--
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-1865) Exception with SlikSVN Subversion on Windows

2019-01-05 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-1865:
-

 Summary: Exception with SlikSVN Subversion on Windows
 Key: NETBEANS-1865
 URL: https://issues.apache.org/jira/browse/NETBEANS-1865
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Subversion
Affects Versions: 10.0
Reporter: Enrico Scantamburlo


I started NetBeans 10.0 and I got this exception

{{}}{{java.lang.NumberFormatException: For input string: "7-SlikSvn"}}
{{    at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)}}
{{    at java.lang.Integer.parseInt(Integer.java:580)}}
{{    at java.lang.Integer.parseInt(Integer.java:615)}}
{{    at 
org.netbeans.modules.subversion.client.cli.commands.VersionCommand$Version.parse(VersionCommand.java:168)}}
{{    at 
org.netbeans.modules.subversion.client.cli.commands.VersionCommand$Version.parse(VersionCommand.java:146)}}
{{    at 
org.netbeans.modules.subversion.client.cli.commands.VersionCommand.checkForErrors(VersionCommand.java:87)}}
{{    at 
org.netbeans.modules.subversion.client.cli.CommandlineClient.checkSupportedVersion(CommandlineClient.java:132)}}
{{    at 
org.netbeans.modules.subversion.client.SvnClientFactory.checkVersion(SvnClientFactory.java:473)}}
{{    at 
org.netbeans.modules.subversion.client.SvnClientFactory.checkCLIExecutable(SvnClientFactory.java:430)}}
{{    at 
org.netbeans.modules.subversion.client.SvnClientFactory.setupCommandline(SvnClientFactory.java:403)}}
{{    at 
org.netbeans.modules.subversion.client.SvnClientFactory.setup(SvnClientFactory.java:222)}}
{{    at 
org.netbeans.modules.subversion.client.SvnClientFactory.init(SvnClientFactory.java:95)}}
{{    at 
org.netbeans.modules.subversion.client.SvnClientFactory.isClientAvailable(SvnClientFactory.java:240)}}
{{    at 
org.netbeans.modules.subversion.Annotator.checkClientAvailable(Annotator.java:638)}}
{{    at 
org.netbeans.modules.subversion.Annotator.annotateNameHtml(Annotator.java:336)}}
{{[catch] at 
org.netbeans.modules.subversion.FileStatusProvider.annotateName(FileStatusProvider.java:43)}}
{{    at 
org.netbeans.modules.versioning.DelegatingVCS$2.annotateName(DelegatingVCS.java:219)}}
{{    at 
org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:631)}}
{{    at 
org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:663)}}
{{    at 
org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.access$1500(VersioningAnnotationProvider.java:486)}}
{{    at 
org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache$AnnotationRefreshTask.run(VersioningAnnotationProvider.java:769)}}
{{    at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)}}
{{    at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)}}
{{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)}}
{{    at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}

 

 

I think because I am using https://sliksvn.com/download/



--
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-1871) Exception in Java parser

2019-01-07 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-1871:
-

 Summary: Exception in Java parser
 Key: NETBEANS-1871
 URL: https://issues.apache.org/jira/browse/NETBEANS-1871
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 10.0
Reporter: Enrico Scantamburlo
 Attachments: log.txt, uilog.txt

Found this while developing

{{java.lang.AssertionError: Analyzer error when processing: private final 
ResponsePanelListeners.ResponseSelectionChangeListener sequenceChangedListener 
= new ResponsePanelListeners.ResponseSelectionChangeListener(){}}
{{    }}
{{    () {}}
{{    super();}}
{{    }}}
{{    }}
{{    @Override()}}
{{    public void selectionChanged(Set selection) {}}
{{    if (!selection.isEmpty()) {}}
{{    notifyControllers(QCModel.PROP_CUMULATIVE_SEQUENCE, 
selection.iterator().next());}}
{{    }}}
{{    }}}
{{}}}
{{    at com.sun.tools.javac.util.Assert.error(Assert.java:162)}}
{{    at com.sun.tools.javac.comp.Analyzer.doAnalysis(Analyzer.java:579)}}
{{    at com.sun.tools.javac.comp.Analyzer$2.flush(Analyzer.java:550)}}
{{    at com.sun.tools.javac.comp.Analyzer.flush(Analyzer.java:587)}}
{{    at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1500)}}
{{    at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1468)}}
{{    at 
com.sun.tools.javac.api.JavacTaskImpl$1.process(JavacTaskImpl.java:504)}}
{{    at 
com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)}}
{{    at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:507)}}
{{[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:261)}}
{{    at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:275)}}
{{    at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)}}
{{    at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)}}
{{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)}}
{{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)}}
{{    at 
org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)}}
{{    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)}}
{{    at 

[jira] [Created] (NETBEANS-1913) Exception while debugging Java

2019-01-09 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-1913:
-

 Summary: Exception while debugging Java
 Key: NETBEANS-1913
 URL: https://issues.apache.org/jira/browse/NETBEANS-1913
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Reporter: Enrico Scantamburlo
 Attachments: idelog.txt

Just launched the debugger

{{java.lang.NullPointerException}}
{{    at 
org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:97)}}
{{    at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)}}
{{    at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)}}
{{    at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1184)}}
{{    at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)}}
{{    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)}}
{{    at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)}}
{{    at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:773)}}
{{    at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1350)}}
{{    at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)}}
{{    at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)}}
{{    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)}}
{{    at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)}}
{{    at com.sun.tools.javac.comp.Attr.attribStatToTree(Attr.java:431)}}
{{    at 
com.sun.tools.javac.api.JavacTrees.attribStatToTree(JavacTrees.java:1017)}}
{{    at 
com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:976)}}
{{    at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:835)}}
{{    at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:172)}}
{{    at 
org.netbeans.api.java.source.TreeUtilities.scopeFor(TreeUtilities.java:761)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$12.run(EditorContextSupport.java:1333)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$12.run(EditorContextSupport.java:1231)}}
{{    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.modules.debugger.jpda.projects.EditorContextSupport$14.run(EditorContextSupport.java:1479)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$14.run(EditorContextSupport.java:1471)}}
{{    at 
org.netbeans.modules.debugger.jpda.projects.EditorContextSupport$ScanRunnable.run(EditorContextSupport.java:1461)}}
{{    at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)}}
{{    at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)}}
{{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)}}
{{[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}



--
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-2943) I cannot save nps files inside modules

2019-08-02 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-2943:
-

 Summary: I cannot save nps files inside modules
 Key: NETBEANS-2943
 URL: https://issues.apache.org/jira/browse/NETBEANS-2943
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - IDE
Affects Versions: 11.1
Reporter: Enrico Scantamburlo
 Attachments: Annotation 2019-08-02 164243.png

I profiled my NetBeans 8.2 Platform Application with NetBenas 11.1 and when I 
wanted to save myprofiler snapshots inside the modules I got an error message  
(see attachment)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-319) NetBeans freezes for 17 seconds when I save file

2019-08-02 Thread Enrico Scantamburlo (JIRA)


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

Enrico Scantamburlo commented on NETBEANS-319:
--

Yes and in NetBeans 11.1 got worse

> NetBeans freezes for 17 seconds when I save file
> 
>
> Key: NETBEANS-319
> URL: https://issues.apache.org/jira/browse/NETBEANS-319
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0, 11.1
> Environment: Windows 10 64 bit JDK 1.8.0_152
>Reporter: Enrico Scantamburlo
>Priority: Major
> Attachments: dump.txt
>
>
> # Opened a .csv file
> # Opened the same file in Excel
> # Tried to save the file
> # I got a popup that said the file was open in another process
> # I closed Excel
> # Tried to save the file again
> # The gui froze for 17 seconds
> # Then it saves correctly
> I took a look at the code, there is a loop that should wait for 10*200ms but 
> is longer than the time I waited.
>  
> See [here |https://netbeans.org/bugzilla/show_bug.cgi?id=229903]
>  I also reported the slowness via the Exception Reporter in NetBeans and it 
> is report number 870343
> I am also attaching the thread dump



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-319) NetBeans freezes for 17 seconds when I save file

2019-08-02 Thread Enrico Scantamburlo (JIRA)


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

Enrico Scantamburlo updated NETBEANS-319:
-
Affects Version/s: 11.1

> NetBeans freezes for 17 seconds when I save file
> 
>
> Key: NETBEANS-319
> URL: https://issues.apache.org/jira/browse/NETBEANS-319
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0, 11.1
> Environment: Windows 10 64 bit JDK 1.8.0_152
>Reporter: Enrico Scantamburlo
>Priority: Major
> Attachments: dump.txt
>
>
> # Opened a .csv file
> # Opened the same file in Excel
> # Tried to save the file
> # I got a popup that said the file was open in another process
> # I closed Excel
> # Tried to save the file again
> # The gui froze for 17 seconds
> # Then it saves correctly
> I took a look at the code, there is a loop that should wait for 10*200ms but 
> is longer than the time I waited.
>  
> See [here |https://netbeans.org/bugzilla/show_bug.cgi?id=229903]
>  I also reported the slowness via the Exception Reporter in NetBeans and it 
> is report number 870343
> I am also attaching the thread dump



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2944) Cannot compile NetBeans Platform Application on Java 9+

2019-08-02 Thread Enrico Scantamburlo (JIRA)
Enrico Scantamburlo created NETBEANS-2944:
-

 Summary: Cannot compile NetBeans Platform Application on Java 9+
 Key: NETBEANS-2944
 URL: https://issues.apache.org/jira/browse/NETBEANS-2944
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Ant
Affects Versions: 11.0, 10.0, 9.0, 11.1
Reporter: Enrico Scantamburlo


We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
NetBeans 9, 10, 11, 11.1 but the compiletion failed.

We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
compilation failed complaining that the files that should be generated by the 
@ServiceProvider annotation were not present (maybe also the layer extensions).

 

Eventually we found what the problem was: even if we set the JDK 1.8 as the 
application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
that time).Running the NetBeans IDE with JDK 8 fixed the problem.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Closed] (NETBEANS-287) Dead lock when saving file

2019-08-02 Thread Enrico Scantamburlo (JIRA)


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

Enrico Scantamburlo closed NETBEANS-287.


I was not able to reproduce it on 11.1

> Dead lock when saving file
> --
>
> Key: NETBEANS-287
> URL: https://issues.apache.org/jira/browse/NETBEANS-287
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 8.2
> Environment: Windows 10 JDK 1.8.0_162 64bit
>Reporter: Enrico Scantamburlo
>Priority: Major
> Attachments: 1.tdump, 2.tdump
>
>
> I modified a java file, then saved with "format on save" on, and I had a 
> thread  deadlock



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-3037) Git repository created with worktree does not work

2019-08-27 Thread Enrico Scantamburlo (Jira)
Enrico Scantamburlo created NETBEANS-3037:
-

 Summary: Git repository created with worktree does not work
 Key: NETBEANS-3037
 URL: https://issues.apache.org/jira/browse/NETBEANS-3037
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Git
Affects Versions: 11.1
Reporter: Enrico Scantamburlo


I created a copy of my GIT repository using the [worktree 
|https://git-scm.com/docs/git-worktree] option but NetBeans does not like it. 
For instance, I cannot see my modified lines on the bar on the side 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Closed] (NETBEANS-1865) Exception with SlikSVN Subversion on Windows

2019-08-02 Thread Enrico Scantamburlo (JIRA)


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

Enrico Scantamburlo closed NETBEANS-1865.
-
   Resolution: Fixed
Fix Version/s: 11.1

It works on NetBeans 11.1

> Exception with SlikSVN Subversion on Windows
> 
>
> Key: NETBEANS-1865
> URL: https://issues.apache.org/jira/browse/NETBEANS-1865
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Subversion
>Affects Versions: 10.0, 11.0
>Reporter: Enrico Scantamburlo
>Priority: Major
> Fix For: 11.1
>
>
> I started NetBeans 10.0 and I got this exception
> {{}}{{java.lang.NumberFormatException: For input string: "7-SlikSvn"}}
> {{    at 
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)}}
> {{    at java.lang.Integer.parseInt(Integer.java:580)}}
> {{    at java.lang.Integer.parseInt(Integer.java:615)}}
> {{    at 
> org.netbeans.modules.subversion.client.cli.commands.VersionCommand$Version.parse(VersionCommand.java:168)}}
> {{    at 
> org.netbeans.modules.subversion.client.cli.commands.VersionCommand$Version.parse(VersionCommand.java:146)}}
> {{    at 
> org.netbeans.modules.subversion.client.cli.commands.VersionCommand.checkForErrors(VersionCommand.java:87)}}
> {{    at 
> org.netbeans.modules.subversion.client.cli.CommandlineClient.checkSupportedVersion(CommandlineClient.java:132)}}
> {{    at 
> org.netbeans.modules.subversion.client.SvnClientFactory.checkVersion(SvnClientFactory.java:473)}}
> {{    at 
> org.netbeans.modules.subversion.client.SvnClientFactory.checkCLIExecutable(SvnClientFactory.java:430)}}
> {{    at 
> org.netbeans.modules.subversion.client.SvnClientFactory.setupCommandline(SvnClientFactory.java:403)}}
> {{    at 
> org.netbeans.modules.subversion.client.SvnClientFactory.setup(SvnClientFactory.java:222)}}
> {{    at 
> org.netbeans.modules.subversion.client.SvnClientFactory.init(SvnClientFactory.java:95)}}
> {{    at 
> org.netbeans.modules.subversion.client.SvnClientFactory.isClientAvailable(SvnClientFactory.java:240)}}
> {{    at 
> org.netbeans.modules.subversion.Annotator.checkClientAvailable(Annotator.java:638)}}
> {{    at 
> org.netbeans.modules.subversion.Annotator.annotateNameHtml(Annotator.java:336)}}
> {{[catch] at 
> org.netbeans.modules.subversion.FileStatusProvider.annotateName(FileStatusProvider.java:43)}}
> {{    at 
> org.netbeans.modules.versioning.DelegatingVCS$2.annotateName(DelegatingVCS.java:219)}}
> {{    at 
> org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:631)}}
> {{    at 
> org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.annotate(VersioningAnnotationProvider.java:663)}}
> {{    at 
> org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache.access$1500(VersioningAnnotationProvider.java:486)}}
> {{    at 
> org.netbeans.modules.versioning.core.VersioningAnnotationProvider$Cache$AnnotationRefreshTask.run(VersioningAnnotationProvider.java:769)}}
> {{    at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)}}
> {{    at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)}}
> {{    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)}}
> {{    at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}
>  
>  
> I think because I am using https://sliksvn.com/download/



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-3309) java.lang.IllegalArgumentException: PARAMETER

2019-10-28 Thread Enrico Scantamburlo (Jira)


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

Enrico Scantamburlo updated NETBEANS-3309:
--
Attachment: messages.log

> java.lang.IllegalArgumentException: PARAMETER
> -
>
> Key: NETBEANS-3309
> URL: https://issues.apache.org/jira/browse/NETBEANS-3309
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: Windows 10
>Reporter: Enrico Scantamburlo
>Priority: Major
> Attachments: messages.log
>
>
> While editing code
> {{java.lang.IllegalArgumentException: PARAMETER
>   at 
> org.netbeans.api.java.source.ElementHandle.createImpl(ElementHandle.java:504)
>   at 
> org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:397)
>   at 
> org.netbeans.modules.java.hints.introduce.FieldValidator$SearchImpl.run(FieldValidator.java:143)
>   at 
> org.netbeans.modules.java.hints.introduce.FieldValidator$SearchImpl.run(FieldValidator.java:82)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>   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:452)
>   at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>   at 
> org.netbeans.modules.java.hints.introduce.FieldValidator.validateName(FieldValidator.java:74)
>   at 
> org.netbeans.modules.java.hints.introduce.NameChangeSupport.run(NameChangeSupport.java:141)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> }}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3309) java.lang.IllegalArgumentException: PARAMETER

2019-10-28 Thread Enrico Scantamburlo (Jira)
Enrico Scantamburlo created NETBEANS-3309:
-

 Summary: java.lang.IllegalArgumentException: PARAMETER
 Key: NETBEANS-3309
 URL: https://issues.apache.org/jira/browse/NETBEANS-3309
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
 Environment: Windows 10
Reporter: Enrico Scantamburlo
 Attachments: messages.log

While editing code

{{java.lang.IllegalArgumentException: PARAMETER
at 
org.netbeans.api.java.source.ElementHandle.createImpl(ElementHandle.java:504)
at 
org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:397)
at 
org.netbeans.modules.java.hints.introduce.FieldValidator$SearchImpl.run(FieldValidator.java:143)
at 
org.netbeans.modules.java.hints.introduce.FieldValidator$SearchImpl.run(FieldValidator.java:82)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
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:452)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
at 
org.netbeans.modules.java.hints.introduce.FieldValidator.validateName(FieldValidator.java:74)
at 
org.netbeans.modules.java.hints.introduce.NameChangeSupport.run(NameChangeSupport.java:141)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-2944) Cannot compile NetBeans Platform Application on Java 9+

2019-10-15 Thread Enrico Scantamburlo (Jira)


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

Enrico Scantamburlo updated NETBEANS-2944:
--
Description: 
We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
NetBeans 9, 10, 11, 11.1 but the compilation failed.

We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
compilation failed complaining that the files that should be generated by the 
@ServiceProvider annotation were not present (maybe also the layer extensions).

 

Eventually we found what the problem was: even if we set the JDK 1.8 as the 
application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
that time). Running the NetBeans IDE with JDK 8 fixed the problem.

  was:
We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
NetBeans 9, 10, 11, 11.1 but the compiletion failed.

We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
compilation failed complaining that the files that should be generated by the 
@ServiceProvider annotation were not present (maybe also the layer extensions).

 

Eventually we found what the problem was: even if we set the JDK 1.8 as the 
application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
that time).Running the NetBeans IDE with JDK 8 fixed the problem.


> Cannot compile NetBeans Platform Application on Java 9+
> ---
>
> Key: NETBEANS-2944
> URL: https://issues.apache.org/jira/browse/NETBEANS-2944
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant
>Affects Versions: 9.0, 10.0, 11.0, 11.1
>Reporter: Enrico Scantamburlo
>Priority: Critical
>
> We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
> NetBeans 9, 10, 11, 11.1 but the compilation failed.
> We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
> compilation failed complaining that the files that should be generated by the 
> @ServiceProvider annotation were not present (maybe also the layer 
> extensions).
>  
> Eventually we found what the problem was: even if we set the JDK 1.8 as the 
> application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
> that time). Running the NetBeans IDE with JDK 8 fixed the problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-2944) Cannot compile NetBeans Platform Application on Java 9+

2019-10-15 Thread Enrico Scantamburlo (Jira)


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

Enrico Scantamburlo updated NETBEANS-2944:
--
Description: 
We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
NetBeans 9, 10, 11, 11.1 but the compilation failed.

We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
compilation failed complaining that the files that should be generated by the 
@ServiceProvider annotation were not present (maybe also the layer extensions).

 

Eventually, we found what the problem was: even if we set the JDK 1.8 as the 
application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
that time). Running the NetBeans IDE with JDK 8 fixed the problem.

  was:
We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
NetBeans 9, 10, 11, 11.1 but the compilation failed.

We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
compilation failed complaining that the files that should be generated by the 
@ServiceProvider annotation were not present (maybe also the layer extensions).

 

Eventually we found what the problem was: even if we set the JDK 1.8 as the 
application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
that time). Running the NetBeans IDE with JDK 8 fixed the problem.


> Cannot compile NetBeans Platform Application on Java 9+
> ---
>
> Key: NETBEANS-2944
> URL: https://issues.apache.org/jira/browse/NETBEANS-2944
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Ant
>Affects Versions: 9.0, 10.0, 11.0, 11.1
>Reporter: Enrico Scantamburlo
>Priority: Critical
>
> We have a NetBeans Application based on NetBeans 8.1, we tried to build it on 
> NetBeans 9, 10, 11, 11.1 but the compilation failed.
> We set the proper NetBeans Platform (8.1) and the correct JDK ( 8 ) but the 
> compilation failed complaining that the files that should be generated by the 
> @ServiceProvider annotation were not present (maybe also the layer 
> extensions).
>  
> Eventually, we found what the problem was: even if we set the JDK 1.8 as the 
> application JDK the NetBeans IDE runs Ant with its default JDK (it was 9 at 
> that time). Running the NetBeans IDE with JDK 8 fixed the problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3798) MultiViewCloneableEditor.canCloseElement() does not call the DataEditor.canClose()

2020-02-05 Thread Enrico Scantamburlo (Jira)
Enrico Scantamburlo created NETBEANS-3798:
-

 Summary: MultiViewCloneableEditor.canCloseElement()  does not call 
the DataEditor.canClose()
 Key: NETBEANS-3798
 URL: https://issues.apache.org/jira/browse/NETBEANS-3798
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Window System
Affects Versions: 11.2, 11.1, 11.3
 Environment: Windows 10 and JDK 13
Reporter: Enrico Scantamburlo


We moved our RCP application from NetBeans 8.1 to NB 11.1 .

We wanted to add the history tab to our files when they are open in the editor. 
 One of the problems we found is that the

{{MultiViewCloneableEditor.canCloseElement()}}

does not keep into account the

{{DataEditor.canClose()}}

method that was previously customized by us.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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