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 - cnd-main build is failed since May 19
Summary: cnd-main build is failed since May 19
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 11:35 UTC by Alexander Simon
Modified: 2015-06-04 20:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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