[jira] [Created] (NETBEANS-6321) certificate expired for maven plugin development

2021-12-19 Thread Ruslan Lopez Carro (Jira)
Ruslan Lopez Carro created NETBEANS-6321:


 Summary: certificate expired for maven plugin development
 Key: NETBEANS-6321
 URL: https://issues.apache.org/jira/browse/NETBEANS-6321
 Project: NetBeans
  Issue Type: Bug
Reporter: Ruslan Lopez Carro


{code:java}
[ERROR] Failed to execute goal on project DebuggerUtils: Could not resolve 
dependencies for project de.markiewb.netbeans.plugins:DebuggerUtils:nbm:1.0.0: 
Failed to collect dependencies at 
org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE81: Failed to 
read artifact descriptor for 
org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE81: Could not 
transfer artifact 
org.netbeans.api:org-netbeans-api-annotations-common:pom:RELEASE81 from/to 
netbeans (https://netbeans.apidesign.org/maven2/): Transfer failed for 
https://netbeans.apidesign.org/maven2/org/netbeans/api/org-netbeans-api-annotations-common/RELEASE81/org-netbeans-api-annotations-common-RELEASE81.pom:
 PKIX path validation failed: java.security.cert.CertPathValidatorException: 
validity check failed: NotAfter: Wed Sep 29 14:21:40 CDT 2021 -> [Help 1]  
{code}
Probably it's a good time to create https://netbeans.apache.org/maven2/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6320) China Toy & Juvenile Products Association

2021-12-19 Thread tjpa-china (Jira)
tjpa-china created NETBEANS-6320:


 Summary: China Toy & Juvenile Products Association
 Key: NETBEANS-6320
 URL: https://issues.apache.org/jira/browse/NETBEANS-6320
 Project: NetBeans
  Issue Type: New Feature
Reporter: tjpa-china
 Attachments: dzsdfzsdff.PNG

Excited to know wholesale toy manufaturers? Tjpa-china.org is a prominent 
platform that provides a list of certified suppliers of toys manufacturing 
companies. Check out our site for more information.

 

[#wholesale toy manufaturers]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-19 Thread luke (Jira)


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

luke commented on NETBEANS-6298:


@[~almson] I tried your code and this is the result (in version 12.6):

If I add the "-J-Dfile.encoding=UTF-8" option to the netbeans.conf file, the 
console output is always garbled, if the netbeans.conf file without the 
"-J-Dfile.encoding=UTF-8" option, regardless of "-J-Dsun.stdout.encoding=UTF-8 
-J-Dsun.stderr.encoding=UTF-8 " option exists or not (netbeans.conf or run VM 
Options), the console output will not be garbled.

Also, opening the properties file (UTF-8 encoding) is always garbled unless I 
set this properties file property separately (Right click properties file > 
propties) and check the "Use project encoding" option. There are two problems 
with this: 1. If I have a lot of propties files, it is bad to set each one; 2. 
If my project encoding is GBK or some other encoding that does not match the 
encoding of the propties file, then I will always get garbled no matter how I 
open the propties file.

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-19 Thread luke (Jira)


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

luke updated NETBEANS-6298:
---
Attachment: (was: WithoutEncodingOptions.png)

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-19 Thread luke (Jira)


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

luke updated NETBEANS-6298:
---
Attachment: (was: WithEncodingOptions.png)

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-19 Thread luke (Jira)


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

luke updated NETBEANS-6298:
---
Attachment: WithEncodingOptions.png
WithoutEncodingOptions.png

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png, WithEncodingOptions.png, 
> WithoutEncodingOptions.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6319) Editor flags javascript error on "return import(varname);"

2021-12-19 Thread Jack J. Woehr (Jira)
Jack J. Woehr created NETBEANS-6319:
---

 Summary: Editor flags javascript error on "return import(varname);"
 Key: NETBEANS-6319
 URL: https://issues.apache.org/jira/browse/NETBEANS-6319
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor
Affects Versions: 12.6
 Environment: Ubuntu 20.04.3
NetBeans 12.6
Reporter: Jack J. Woehr


Editor flags 
{noformat}
 return import(filepath);{noformat}
as an error in babel/core/lib/config/files/import .js
"Expected an operand but found import"

 
{code:javascript}
"use strict";
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = import_;
function import_(filepath) {
  return import(filepath);
}
{code}
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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] [Resolved] (NETBEANS-6317) Can't create project (PHP)

2021-12-19 Thread Mikkel Trebbien (Jira)


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

Mikkel Trebbien resolved NETBEANS-6317.
---
Fix Version/s: 12.6
   Resolution: Fixed

Remove plugin named something like {*}External Formatter{*}, then restart 
NetBeans 12.6, and the problem should be gone.

> Can't create project (PHP)
> --
>
> Key: NETBEANS-6317
> URL: https://issues.apache.org/jira/browse/NETBEANS-6317
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Project
>Affects Versions: 12.6
>Reporter: Mikkel Trebbien
>Priority: Minor
>  Labels: IDE, php
> Fix For: 12.6
>
> Attachments: Untitled.png, messages.log
>
>
> Dear community.
> I've just downloaded and installed latest NetBeans version (NetBeans 12.6).
> I already have some projects (4 projects) imported from NetBeans 12, but 
> wanted to create a new project.
> This failed, and I honestly don't understand why, so I'll include the error 
> log here (uploaded file).
> Edit: Before installing NetBeans 12.6, I downloaded and installed latest Java 
> x64 update.
> Update:
> First, I tried to create a new *PHP 8.0* project, with {*}FTP/FTPS 
> connection{*}, this failed.
> Second, I tried to create a new *PHP 8.0* project, with {*}local source{*}, 
> this failed.
> Third, I tried to create a new *PHP 7.4* project, with {*}local source{*}, 
> this also failed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6317) Can't create project (PHP)

2021-12-19 Thread Mikkel Trebbien (Jira)


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

Mikkel Trebbien commented on NETBEANS-6317:
---

[~junichi11], I tried to search for plugin updates; none listed.

I then removed the External Formatter plugin, and now it all works.
We can now consider this issue {*}solved{*}.

> Can't create project (PHP)
> --
>
> Key: NETBEANS-6317
> URL: https://issues.apache.org/jira/browse/NETBEANS-6317
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Project
>Affects Versions: 12.6
>Reporter: Mikkel Trebbien
>Priority: Minor
>  Labels: IDE, php
> Attachments: Untitled.png, messages.log
>
>
> Dear community.
> I've just downloaded and installed latest NetBeans version (NetBeans 12.6).
> I already have some projects (4 projects) imported from NetBeans 12, but 
> wanted to create a new project.
> This failed, and I honestly don't understand why, so I'll include the error 
> log here (uploaded file).
> Edit: Before installing NetBeans 12.6, I downloaded and installed latest Java 
> x64 update.
> Update:
> First, I tried to create a new *PHP 8.0* project, with {*}FTP/FTPS 
> connection{*}, this failed.
> Second, I tried to create a new *PHP 8.0* project, with {*}local source{*}, 
> this failed.
> Third, I tried to create a new *PHP 7.4* project, with {*}local source{*}, 
> this also failed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-5831) Create a SQL Standard Quoter for Use with Connectionless Cases

2021-12-19 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-5831:
---

As part of PR update as part of changes for NETBEANS-189, a FallbackQuoter was 
provided.  Changes as part of this may resolve NETBEANS-5831


{noformat}
matthiasblaesing left a comment
Please have a look here:

https://github.com/matthiasblaesing/netbeans/tree/pr-3074

I added a second changeset (matthiasblaesing@c517348) on top of yours 
(matthiasblaesing@5288810).
{noformat}


> Create a SQL Standard Quoter for Use with Connectionless Cases
> --
>
> Key: NETBEANS-5831
> URL: https://issues.apache.org/jira/browse/NETBEANS-5831
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: 12.4
>Reporter: Eric Bresie
>Priority: Minor
>  Labels: sql
>
> Based on "NETBEANS-189 SQL editor, shouldn't ask evertime to set the 
> connection", it was found when connectionless case occurs, this prevented 
> auto completion because it relies on connection (DB metadata) based class to 
> return back identifiers which may require further "quoting" to accomidate 
> different DB vendor quotring behavior.  When connection is not available, the 
> db metadata based class does not provide back any usable token for use in 
> auto completion and more specifically when quoting these identifier tokens.  
> Initial changes in PR-2820 handle specific cases to handled null quoter (due 
> to lack of a connection) where applicable to allow autocompletion without 
> connection to occur.  As part of the review of PR, It was suggested to 
> refactor some of this code to develop "ConnectionLess" functionality to 
> better isolate the connection vs connectionless functionality.  This may 
> involve development of a Standard SQL Quoter to accomidate basic SQL quoter 
> logic not dependent on a connection (and metadata based identifiers).  
> From NETBEANS-189 comments:
> {code:java}
> (6) Potentially larger architectural change may be needed to allow for 
> Connection or Connectionless cases involving changes (rather than case by 
> case changes in a number of places), which may involve introducing a new 
> "Standard SQL Quoter" class for use when connection is not available instead 
> of the Metadata (from the connection based handling of identifiers) which I 
> suggest needs a separate ticket to create a Standard SQL Quoter class and 
> retrofit the code as part of that work.
> The Standard SQl Quoter may involve standardized quoting of identifiers 
> similar to what is discussed here 
> https://www.w3resource.com/sql/sql-syntax.php#IDENTIF ). For this, would need 
> to better understand what the expected input/outputs are for this and what 
> kind of tests would be needed to confirm this does as expected beyond the 
> existing sql tests.
> (7) There may be another SQL improvements ticket to raise to account for 
> additional possible missing autocomplete tokens like what is listed in the w3 
> reference above which mentions after "SELECT" there can be optionally 
> "DISTINCT | ALL" and either a wildcard ("*"). This is different from 
> selection list of possible connection based identifiers.
> {code}
> Reference:
> # https://issues.apache.org/jira/browse/NETBEANS-189
> # https://github.com/apache/netbeans/pull/2820



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6318) Just opened net beans and it hung up

2021-12-19 Thread Phil (Jira)
Phil created NETBEANS-6318:
--

 Summary: Just opened net beans and it hung up
 Key: NETBEANS-6318
 URL: https://issues.apache.org/jira/browse/NETBEANS-6318
 Project: NetBeans
  Issue Type: Bug
Reporter: Phil



  2021-12-19T07:05:37
  1639926337831
  181
  org.netbeans.modules.deadlock.detector.Detector
  1000
  37
  
C:\Users\Woodward\AppData\Local\Temp\deadlock3971790615930607860.txt
  
    
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
 A deadlock was detected.
We suggest to restart the IDE to recover.
    
      
org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem
      getRef
      277
      
${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
    
    
      
org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem
      instanceOf
      285
      
${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
    
    
      
org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$PairItem
      instanceOf
      169
      
${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
    
    
      org.openide.util.lookup.InheritanceTree
      searchInterface
      858
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.openide.util.lookup.InheritanceTree
      lookup
      215
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.openide.util.lookup.InheritanceTree
      registerReferenceToResult
      984
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.openide.util.lookup.DelegatingStorage
      registerReferenceToResult
      155
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.openide.util.lookup.AbstractLookup
      lookup
      472
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.netbeans.modules.editor.mimelookup.impl.SwitchLookup
      lookup
      60
      
${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
    
    
      org.openide.util.lookup.ProxyLookup$R
      lookupChange
      435
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.openide.util.lookup.ProxyLookup
      setData
      288
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.openide.util.lookup.ProxyLookup
      setLookups
      127
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      org.netbeans.modules.editor.mimelookup.MimePathLookup
      rebuild
      157
      
${netbeans.home}modules/org-netbeans-modules-editor-mimelookup.jar
    
    
      org.netbeans.modules.editor.mimelookup.MimePathLookup
      beforeLookup
      88
      
${netbeans.home}modules/org-netbeans-modules-editor-mimelookup.jar
    
    
      org.openide.util.lookup.ProxyLookup
      lookup
      189
      ${netbeans.home}lib/org-openide-util-lookup.jar
    
    
      
org.netbeans.modules.lexer.nbbridge.MimeLookupLanguageProvider
      findLanguageEmbedding
      87
      ${netBeansDir}modules/org-netbeans-modules-lexer-nbbridge.jar
    
    
      org.netbeans.lib.lexer.LanguageManager
      findLanguageEmbedding
      151
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.lib.lexer.LexerUtilsConstants
      findEmbedding
      172
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.lib.lexer.EmbeddingOperation
      embeddedTokenList
      133
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.api.lexer.TokenSequence
      embeddedImpl
      348
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.api.lexer.TokenSequence
      embedded
      295
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.lib.lexer.TokenHierarchyOperation
      embeddedTokenSequences
      454
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.api.lexer.TokenHierarchy
      embeddedTokenSequences
      240
      ${netBeansDir}modules/org-netbeans-modules-lexer.jar
    
    
      org.netbeans.modules.editor.bracesmatching.MasterMatcher$2
      run
      507
      
${netBeansDir}modules/org-netbeans-modules-editor-bracesmatching.jar
    
    
      org.netbeans.editor.BaseDocument
      render
      1402
      ${netBeansDir}modules/org-netbeans-modules-editor-lib.jar
    
    
      org.netbeans.modules.editor.bracesmatching.MasterMatcher
      findFactories
      503
      
${netBeansDir}modules/org-netbeans-modules-editor-bracesmatching.jar
    
    
      org.netbeans.modules.editor.bracesmatching.MasterMatcher
      access$1600
      60
      
${netBeansDir}modules/org-netbeans-modules-editor-bracesmatching.jar
    
    
      
org.netbeans.modules.editor.bracesmatching.MasterMatcher$Result
      findOrigin
      843
      

[jira] [Updated] (NETBEANS-6307) Gradle project fails to identify artifact, if loaded by different NB instance

2021-12-19 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-6307:
-
Labels: VSNetBeans pull-request-available  (was: VSNetBeans)

> Gradle project fails to identify artifact, if loaded by different NB instance
> -
>
> Key: NETBEANS-6307
> URL: https://issues.apache.org/jira/browse/NETBEANS-6307
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.6
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: VSNetBeans, pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Gradle projects have two caches. One stored in project, in *.gradle/nbcache* 
> directory. This cache stores project information and artifact coordinates. 
> The other cache is in *var/cache/gradle* and stores artfiact paths and for a 
> binary artifact it registers javadocs and sources.
> When a project is primed for the first time, it is fully loaded and those two 
> caches are populated. Now imagine that the user *deletes* var/cache for some 
> reason, or starts a new instance of NetBeans.
> Since the project already contains cached data and project is not trusted, 
> it's loaded from the cache to prevent gradle execution in an untrusted source 
> tree. But - the var/cache/gradle/* global cache *in this instance* of 
> NetBeans is not populated.
> As a result, ModuleDependency objects from GradleConfiguration have proper 
> coordinates, but list no .jar artifact - even though the artifact is already 
> downloaded, and gradle daemon/compiler can work with it.
> // cc: [~lkishalmi] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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