This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252613

Summary: cnd-main build is failed since May 19
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: -- Other --Assignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: normal CC: anebuzelsky
Priority: P1    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Simon 2015-05-27 11:35:54 UTC
failed sig test:
check-sigtest:
  [sigtest] <http://deadlock.netbeans.org/job/cnd-main/ws/nbbuild/build/sigtest/versioncheck/org.openide.compat>
  [sigtest] Packages: org.openide.explorer.*, org.openide.util.*
  [sigtest] 
  [sigtest] email: api-changes@netbeans.org
  [sigtest] SignatureTest report
  [sigtest] Base version: 6.36
  [sigtest] Tested version: 6.36
  [sigtest] Check mode: src [throws normalized]
  [sigtest] Constant checking: on
  [sigtest] 
  [sigtest] 
  [sigtest] Added Methods
  [sigtest] -------------
  [sigtest] 
  [sigtest] org.openide.util.CharSequences:         method public final static java.lang.CharSequence org.openide.util.CharSequences.create(byte[],int,int)
  [sigtest]
Comment 1 Vladimir Voskresensky 2015-05-27 11:55:48 UTC
Let's hide method back and wrap byte[] into CharSequence, then use available method from CharSequences
Comment 2 Vladimir Voskresensky 2015-05-28 18:13:38 UTC
I will fix it
Comment 3 Vladimir Voskresensky 2015-05-28 18:54:21 UTC
reverted API change:
http://hg.netbeans.org/cnd-main/rev/bb43fc75170c
fixed usage
http://hg.netbeans.org/cnd-main/rev/d9667645aefe