Binary compatibility report for the jlibcpp library  between 1.2.0 and 1.3.0 versions on x86

Test Info


Library Namejlibcpp
Version #11.2.0
Version #21.3.0
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files267
Total Shared Libraries1
Total Symbols / Types4204 / 1588
VerdictIncompatible
(21.72%)

Problem Summary


SeverityCount
Added Symbols-257
Removed SymbolsHigh40
Problems with
Data Types
High34
Medium27
Low26
Problems with
Symbols
High10
Medium6
Low27
Problems with
Constants
Low0
Other Changes-3

Added Symbols (257)


jcalendardialogbox.h, libjlibcpp-1.2.0.so
namespace jgui
CalendarDialogBox::InputReceived KeyEvent* event )

jcomponent.h, libjlibcpp-1.2.0.so
namespace jgui
Component::GetTopLevelAncestor ( )

jcontainer.h, libjlibcpp-1.2.0.so
namespace jgui
Container::Repaint Component* c )

jdatagramsocket6.h, libjlibcpp-1.2.0.so
namespace jsocket
DatagramSocket6::Close ( )
DatagramSocket6::DatagramSocket6 [in-charge] int port_, bool stream_, int timeout_, int rbuf_, int wbuf_ )
DatagramSocket6::DatagramSocket6 [in-charge] ( std::string addr_, int port_, bool stream_, int timeout_, int rbuf_, int wbuf_ )
DatagramSocket6::DatagramSocket6 [not-in-charge] int port_, bool stream_, int timeout_, int rbuf_, int wbuf_ )
DatagramSocket6::DatagramSocket6 [not-in-charge] ( std::string addr_, int port_, bool stream_, int timeout_, int rbuf_, int wbuf_ )
DatagramSocket6::GetHandler ( )
DatagramSocket6::GetInetAddress ( )
DatagramSocket6::GetInputStream ( )
DatagramSocket6::GetLocalPort ( )
DatagramSocket6::GetOutputStream ( )
DatagramSocket6::GetPort ( )
DatagramSocket6::GetReadedBytes ( )
DatagramSocket6::GetSentBytes ( )
DatagramSocket6::GetSocketOption ( )
DatagramSocket6::Receive char* data_, int size_, bool block_ )
DatagramSocket6::Receive char* data_, int size_, int time_ )
DatagramSocket6::Send ( char const* data_, int size_, bool block_ )
DatagramSocket6::Send ( char const* data_, int size_, int time_ )
DatagramSocket6::what ( )
DatagramSocket6::~DatagramSocket6 [in-charge-deleting] ( )
DatagramSocket6::~DatagramSocket6 [in-charge] ( )
DatagramSocket6::~DatagramSocket6 [not-in-charge] ( )

jfilechooserdialogbox.h, libjlibcpp-1.2.0.so
namespace jgui
FileChooserDialogBox::InputReceived KeyEvent* event )

jframe.h, libjlibcpp-1.2.0.so
namespace jgui
Frame::InputReceived KeyEvent* event )
Frame::InputReceived MouseEvent* event )

jgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
Graphics::ClipRect int xp, int yp, int wp, int hp )
Graphics::GetRGB uint32_t** rgb, int startxp, int startyp, int widthp, int heightp, int scansize )
Graphics::SetRGB uint32_t rgb, int xp, int yp )

jimage.h, libjlibcpp-1.2.0.so
namespace jgui
Image::GetWorkingScreenSize ( )

jinetaddress.h, libjlibcpp-1.2.0.so
namespace jsocket
InetAddress::InetAddress [in-charge] ( )
InetAddress::InetAddress [not-in-charge] ( )
InetAddress::IsReachable std::string host ) [static]

jinetaddress4.h, libjlibcpp-1.2.0.so
namespace jsocket
InetAddress4::GetAddress ( )
InetAddress4::GetAllByName std::string p1 ) [static]
InetAddress4::GetByName std::string p1 ) [static]
InetAddress4::GetHostAddress ( )
InetAddress4::GetHostName ( )
InetAddress4::GetLocalHost ( ) [static]
InetAddress4::~InetAddress4 [in-charge-deleting] ( )
InetAddress4::~InetAddress4 [in-charge] ( )
InetAddress4::~InetAddress4 [not-in-charge] ( )

jinetaddress6.h, libjlibcpp-1.2.0.so
namespace jsocket
InetAddress6::GetAddress ( )
InetAddress6::GetAllByName std::string p1 ) [static]
InetAddress6::GetByName std::string p1 ) [static]
InetAddress6::GetHostAddress ( )
InetAddress6::GetHostName ( )
InetAddress6::GetLocalHost ( ) [static]
InetAddress6::~InetAddress6 [in-charge-deleting] ( )
InetAddress6::~InetAddress6 [in-charge] ( )
InetAddress6::~InetAddress6 [not-in-charge] ( )

jinputmanager.h, libjlibcpp-1.2.0.so
namespace jgui
InputManager::GetClickDelay ( )
InputManager::SetClickDelay int ms )

jkeyboard.h, libjlibcpp-1.2.0.so
namespace jgui
Keyboard::InputReceived KeyEvent* event )

jlocaldatagramsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
LocalDatagramSocket::Close ( )
LocalDatagramSocket::GetHandler ( )
LocalDatagramSocket::GetInputStream ( )
LocalDatagramSocket::GetLocalFile ( )
LocalDatagramSocket::GetOutputStream ( )
LocalDatagramSocket::GetReadedBytes ( )
LocalDatagramSocket::GetSentBytes ( )
LocalDatagramSocket::GetServerFile ( )
LocalDatagramSocket::GetSocketOption ( )
LocalDatagramSocket::LocalDatagramSocket [in-charge] ( std::string client, std::string server, int timeout_, int rbuf_, int wbuf_ )
LocalDatagramSocket::LocalDatagramSocket [in-charge] ( std::string server, int timeout_, int rbuf_, int wbuf_ )
LocalDatagramSocket::LocalDatagramSocket [not-in-charge] ( std::string client, std::string server, int timeout_, int rbuf_, int wbuf_ )
LocalDatagramSocket::LocalDatagramSocket [not-in-charge] ( std::string server, int timeout_, int rbuf_, int wbuf_ )
LocalDatagramSocket::Receive char* data_, int size_, bool block_ )
LocalDatagramSocket::Receive char* data_, int size_, int time_ )
LocalDatagramSocket::Send ( char const* data_, int size_, bool block_ )
LocalDatagramSocket::Send ( char const* data_, int size_, int time_ )
LocalDatagramSocket::~LocalDatagramSocket [in-charge-deleting] ( )
LocalDatagramSocket::~LocalDatagramSocket [in-charge] ( )
LocalDatagramSocket::~LocalDatagramSocket [not-in-charge] ( )

jlocalserversocket.h, libjlibcpp-1.2.0.so
namespace jsocket
LocalServerSocket::Accept ( )
LocalServerSocket::Close ( )
LocalServerSocket::GetHandler ( )
LocalServerSocket::GetServerFile ( )
LocalServerSocket::LocalServerSocket [in-charge] ( std::string file, int backlog )
LocalServerSocket::LocalServerSocket [not-in-charge] ( std::string file, int backlog )
LocalServerSocket::~LocalServerSocket [in-charge-deleting] ( )
LocalServerSocket::~LocalServerSocket [in-charge] ( )
LocalServerSocket::~LocalServerSocket [not-in-charge] ( )

jlocalsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
LocalSocket::Close ( )
LocalSocket::GetHandler ( )
LocalSocket::GetInputStream ( )
LocalSocket::GetLocalFile ( )
LocalSocket::GetOutputStream ( )
LocalSocket::GetReadedBytes ( )
LocalSocket::GetSentBytes ( )
LocalSocket::GetSocketOption ( )
LocalSocket::LocalSocket [in-charge] int handler_, std::string file_, int timeout_, int rbuf_, int wbuf_ )
LocalSocket::LocalSocket [in-charge] ( std::string file, int timeout_, int rbuf_, int wbuf_ )
LocalSocket::LocalSocket [not-in-charge] int handler_, std::string file_, int timeout_, int rbuf_, int wbuf_ )
LocalSocket::LocalSocket [not-in-charge] ( std::string file, int timeout_, int rbuf_, int wbuf_ )
LocalSocket::Receive char* data_, int data_length_, bool block_ )
LocalSocket::Receive char* data_, int data_length_, int time_ )
LocalSocket::Send char const* b_, int size_, bool block_ )
LocalSocket::Send char const* b_, int size_, int time_ )
LocalSocket::~LocalSocket [in-charge-deleting] ( )
LocalSocket::~LocalSocket [in-charge] ( )
LocalSocket::~LocalSocket [not-in-charge] ( )

jmulticastsocket6.h, libjlibcpp-1.2.0.so
namespace jsocket
MulticastSocket6::Close ( )
MulticastSocket6::GetGroupList ( )
MulticastSocket6::GetHandler ( )
MulticastSocket6::GetInputStream ( )
MulticastSocket6::GetLocalPort ( )
MulticastSocket6::GetOutputStream ( )
MulticastSocket6::GetReadedBytes ( )
MulticastSocket6::GetSentBytes ( )
MulticastSocket6::GetSocketOption ( )
MulticastSocket6::Join InetAddress* group_ )
MulticastSocket6::Join std::string group_ )
MulticastSocket6::Leave InetAddress* group_ )
MulticastSocket6::Leave std::string group_ )
MulticastSocket6::MulticastSocket6 [in-charge] ( std::string addr_, int port_, int rbuf_, int wbuf_ )
MulticastSocket6::MulticastSocket6 [not-in-charge] ( std::string addr_, int port_, int rbuf_, int wbuf_ )
MulticastSocket6::Receive char* data_, int size_, bool block_ )
MulticastSocket6::Receive char* data_, int size_, int time_ )
MulticastSocket6::Send ( char const* data_, int size_, bool block_ )
MulticastSocket6::Send ( char const* data_, int size_, int time_ )
MulticastSocket6::SetMulticastTTL char ttl_ )
MulticastSocket6::~MulticastSocket6 [in-charge-deleting] ( )
MulticastSocket6::~MulticastSocket6 [in-charge] ( )
MulticastSocket6::~MulticastSocket6 [not-in-charge] ( )

jnamedpipe.h, libjlibcpp-1.2.0.so
namespace jshared
NamedPipe::Close ( )
NamedPipe::IsClosed ( )
NamedPipe::NamedPipe [in-charge] ( std::string name, int mode )
NamedPipe::NamedPipe [not-in-charge] ( std::string name, int mode )
NamedPipe::Receive char* data_, int data_length_ )
NamedPipe::Send ( char const* data_, int data_length )
NamedPipe::~NamedPipe [in-charge-deleting] ( )
NamedPipe::~NamedPipe [in-charge] ( )
NamedPipe::~NamedPipe [not-in-charge] ( )

jnetworkinterface.h, libjlibcpp-1.2.0.so
namespace jsocket
NetworkInterface::GetBroadcastAddresses ( )
NetworkInterface::GetByInetAddress InetAddress* addr ) [static]
NetworkInterface::GetByName std::string name ) [static]
NetworkInterface::GetDisplayName ( )
NetworkInterface::GetDMA ( )
NetworkInterface::GetHardwareAddress ( )
NetworkInterface::GetIndex ( )
NetworkInterface::GetInetAddresses ( )
NetworkInterface::GetIRQ ( )
NetworkInterface::GetMetric ( )
NetworkInterface::GetMTU ( )
NetworkInterface::GetName ( )
NetworkInterface::GetNetworkInterfaces ( ) [static]
NetworkInterface::GetNetworkMasks ( )
NetworkInterface::GetParent ( )
NetworkInterface::GetSubInterfaces ( )
NetworkInterface::IsLoopback ( )
NetworkInterface::IsPointToPoint ( )
NetworkInterface::IsUp ( )
NetworkInterface::IsVirtual ( )
NetworkInterface::SupportsMulticast ( )
NetworkInterface::what ( )
NetworkInterface::~NetworkInterface [in-charge-deleting] ( )
NetworkInterface::~NetworkInterface [in-charge] ( )
NetworkInterface::~NetworkInterface [not-in-charge] ( )

jnullgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
NullGraphics::ClipRect int xp, int yp, int wp, int hp )
NullGraphics::GetRGB uint32_t** rgb, int xp, int yp, int wp, int hp, int scansize )
NullGraphics::SetRGB uint32_t rgb, int xp, int yp )

jpipe.h, libjlibcpp-1.2.0.so
namespace jshared
Pipe::IsClosed ( )

jserversocket6.h, libjlibcpp-1.2.0.so
namespace jsocket
ServerSocket6::Accept ( )
ServerSocket6::Close ( )
ServerSocket6::GetInetAddress ( )
ServerSocket6::GetLocalPort ( )
ServerSocket6::ServerSocket6 [in-charge] int port, int backlog, InetAddress* p3 )
ServerSocket6::ServerSocket6 [not-in-charge] int port, int backlog, InetAddress* p3 )
ServerSocket6::~ServerSocket6 [in-charge-deleting] ( )
ServerSocket6::~ServerSocket6 [in-charge] ( )
ServerSocket6::~ServerSocket6 [not-in-charge] ( )

jsocket6.h, libjlibcpp-1.2.0.so
namespace jsocket
Socket6::Close ( )
Socket6::GetHandler ( )
Socket6::GetInetAddress ( )
Socket6::GetInputStream ( )
Socket6::GetLocalPort ( )
Socket6::GetOutputStream ( )
Socket6::GetPort ( )
Socket6::GetReadedBytes ( )
Socket6::GetSentBytes ( )
Socket6::GetSocketOption ( )
Socket6::Receive char* data_, int data_length_, bool block_ )
Socket6::Receive char* data_, int data_length_, int time_ )
Socket6::Send char const* b_, int size_, bool block_ )
Socket6::Send char const* b_, int size_, int time_ )
Socket6::Socket6 [in-charge] ( InetAddress* addr_, int port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [in-charge] ( InetAddress* addr_, int port_, InetAddress* local_addr_, int local_port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [in-charge] ( jsocket_t handler_, sockaddr_in6 server_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [in-charge] ( std::string host_, int port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [in-charge] ( std::string host_, int port_, InetAddress* local_addr_, int local_port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [not-in-charge] ( InetAddress* addr_, int port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [not-in-charge] ( InetAddress* addr_, int port_, InetAddress* local_addr_, int local_port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [not-in-charge] ( jsocket_t handler_, sockaddr_in6 server_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [not-in-charge] ( std::string host_, int port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::Socket6 [not-in-charge] ( std::string host_, int port_, InetAddress* local_addr_, int local_port_, int timeout_, int rbuf_, int wbuf_ )
Socket6::what ( )
Socket6::~Socket6 [in-charge-deleting] ( )
Socket6::~Socket6 [in-charge] ( )
Socket6::~Socket6 [not-in-charge] ( )

jsocketinputstream.h, libjlibcpp-1.2.0.so
namespace jsocket
SocketInputStream::SocketInputStream [in-charge] ( Connection* conn_, bool* is_closed_, sockaddr* address_, int64_t size_ )
SocketInputStream::SocketInputStream [not-in-charge] ( Connection* conn_, bool* is_closed_, sockaddr* address_, int64_t size_ )

jsocketlib.h, libjlibcpp-1.2.0.so
RequestAddressInfo ( std::string host, std::string service )

jsocketoption.h, libjlibcpp-1.2.0.so
namespace jsocket
SocketOption::GetIPv6UnicastHops ( )
SocketOption::SetIPv6Only bool opt_ )
SocketOption::SetIPv6UnicastHops int opt_ )

jsocketoutputstream.h, libjlibcpp-1.2.0.so
namespace jsocket
SocketOutputStream::SocketOutputStream [in-charge] ( Connection* conn_, bool* is_closed, sockaddr* address_, int64_t size_ )
SocketOutputStream::SocketOutputStream [not-in-charge] ( Connection* conn_, bool* is_closed, sockaddr* address_, int64_t size_ )

jsslserversocket6.h, libjlibcpp-1.2.0.so
namespace jsocket
SSLServerSocket6::Accept ( )
SSLServerSocket6::Close ( )
SSLServerSocket6::GetInetAddress ( )
SSLServerSocket6::GetLocalPort ( )
SSLServerSocket6::SSLServerSocket6 [in-charge] int port, int backlog, int keysize, InetAddress* p4 )
SSLServerSocket6::SSLServerSocket6 [not-in-charge] int port, int backlog, int keysize, InetAddress* p4 )
SSLServerSocket6::UseCertPassword ( char const* cert_file, char const* private_key_file, std::string password )
SSLServerSocket6::UseDHFile char const* dh_file )
SSLServerSocket6::~SSLServerSocket6 [in-charge-deleting] ( )
SSLServerSocket6::~SSLServerSocket6 [in-charge] ( )
SSLServerSocket6::~SSLServerSocket6 [not-in-charge] ( )

jsslsocket6.h, libjlibcpp-1.2.0.so
namespace jsocket
SSLSocket6::Close ( )
SSLSocket6::GetHandler ( )
SSLSocket6::GetInetAddress ( )
SSLSocket6::GetInputStream ( )
SSLSocket6::GetLocalPort ( )
SSLSocket6::GetOutputStream ( )
SSLSocket6::GetPeerCertInfo SSLSocket6::peer_cert_info_t* info )
SSLSocket6::GetPeerCertPEM std::string* pem )
SSLSocket6::GetPort ( )
SSLSocket6::GetReadedBytes ( )
SSLSocket6::GetSentBytes ( )
SSLSocket6::GetSocketOption ( )
SSLSocket6::Receive char* data_, int data_length_, bool block_ )
SSLSocket6::Receive char* data_, int data_length_, int time_ )
SSLSocket6::Send char const* b_, int size_, bool block_ )
SSLSocket6::Send char const* b_, int size_, int time_ )
SSLSocket6::SSLSocket6 [in-charge] ( InetAddress* addr_, int port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [in-charge] ( InetAddress* addr_, int port_, InetAddress* local_addr_, int local_port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [in-charge] ( std::string host_, int port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [in-charge] ( std::string host_, int port_, InetAddress* local_addr_, int local_port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [not-in-charge] ( InetAddress* addr_, int port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [not-in-charge] ( InetAddress* addr_, int port_, InetAddress* local_addr_, int local_port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [not-in-charge] ( std::string host_, int port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::SSLSocket6 [not-in-charge] ( std::string host_, int port_, InetAddress* local_addr_, int local_port_, int keysize, int timeout_, int rbuf_, int wbuf_ )
SSLSocket6::UseCert ( char const* cert_file, char const* private_key_file )
SSLSocket6::UseCertCallback ( char const* cert_file, char const* private_key_file, int(*pasd_cb)(char*, int, int, void*), char* userdata )
SSLSocket6::UseCertPassword ( char const* cert_file, char const* private_key_file, std::string pasd )
SSLSocket6::UseDHFile char const* dh_file )
SSLSocket6::UseVerification ( char const* ca_file, char const* ca_dir )
SSLSocket6::what ( )
SSLSocket6::~SSLSocket6 [in-charge-deleting] ( )
SSLSocket6::~SSLSocket6 [in-charge] ( )
SSLSocket6::~SSLSocket6 [not-in-charge] ( )

jthread.h, libjlibcpp-1.2.0.so
namespace jthread
Thread::GetHandler ( )
Thread::GetID ( )

jwindow.h, libjlibcpp-1.2.0.so
namespace jgui
Window::Repaint Component* c )

to the top

Removed Symbols (40)


jcalendardialogbox.h, libjlibcpp-1.2.0.so
namespace jgui
CalendarDialogBox::InputChanged KeyEvent* event )

jcontainer.h, libjlibcpp-1.2.0.so
namespace jgui
Container::GetParent ( )
Container::Repaint Component* c, int x, int y, int width, int height )

jdatagramsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
DatagramSocket::LocalAddress ( )
DatagramSocket::RemoteAddress ( )

jfilechooserdialogbox.h, libjlibcpp-1.2.0.so
namespace jgui
FileChooserDialogBox::InputChanged KeyEvent* event )

jframe.h, libjlibcpp-1.2.0.so
namespace jgui
Frame::GetFrameInputListeners ( )
Frame::RegisterInputListener FrameInputListener* listener )
Frame::RemoveInputListener FrameInputListener* listener )

jframeinputlistener.h, libjlibcpp-1.2.0.so
namespace jgui
FrameInputListener::FrameInputListener [in-charge] ( )
FrameInputListener::FrameInputListener [not-in-charge] ( )
FrameInputListener::InputChanged KeyEvent* event )
FrameInputListener::InputChanged MouseEvent* event )
FrameInputListener::~FrameInputListener [in-charge-deleting] ( )
FrameInputListener::~FrameInputListener [in-charge] ( )
FrameInputListener::~FrameInputListener [not-in-charge] ( )
vtable for FrameInputListener [data]

jgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
Graphics::GetRGB int startxp, int startyp, int widthp, int heightp, uint32_t** rgb, int scansize )
Graphics::SetRGB int xp, int yp, uint32_t rgb )

jimage.h, libjlibcpp-1.2.0.so
namespace jgui
Image::GetScaleHeight ( )
Image::GetScaleWidth ( )

jinetaddress.h, libjlibcpp-1.2.0.so
namespace jsocket
InetAddress::GetAllByName std::string p1 ) [static]
InetAddress::GetByName std::string p1 ) [static]
InetAddress::GetLocalHost ( ) [static]

jkeyboard.h, libjlibcpp-1.2.0.so
namespace jgui
Keyboard::InputChanged KeyEvent* event )

jmenu.h, libjlibcpp-1.2.0.so
namespace jgui
Menu::GetFrameInputListeners ( )
Menu::InputChanged KeyEvent* event )
Menu::RegisterInputListener FrameInputListener* listener )
Menu::RemoveInputListener FrameInputListener* listener )

jmouselistener.h, libjlibcpp-1.2.0.so
namespace jgui
MouseListener::MouseClicked MouseEvent* event )

jnullgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
NullGraphics::GetRGB int startxp, int startyp, int widthp, int heightp, uint32_t** rgb, int offset, int scansize )
NullGraphics::SetRGB int xp, int yp, uint32_t rgb )

jrawsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
RawSocket::LocalAddress ( )
RawSocket::RemoteAddress ( )

jsocketinputstream.h, libjlibcpp-1.2.0.so
namespace jsocket
SocketInputStream::SocketInputStream [in-charge] ( Connection* conn_, bool* is_closed_, sockaddr_in server_sock_, int64_t size_ )
SocketInputStream::SocketInputStream [not-in-charge] ( Connection* conn_, bool* is_closed_, sockaddr_in server_sock_, int64_t size_ )

jsocketoutputstream.h, libjlibcpp-1.2.0.so
namespace jsocket
SocketOutputStream::SocketOutputStream [in-charge] ( Connection* conn_, bool* is_closed, sockaddr_in server_sock_, int64_t size_ )
SocketOutputStream::SocketOutputStream [not-in-charge] ( Connection* conn_, bool* is_closed, sockaddr_in server_sock_, int64_t size_ )

jthread.h, libjlibcpp-1.2.0.so
namespace jthread
Thread::GetKey ( )

jwindow.h, libjlibcpp-1.2.0.so
namespace jgui
Window::Repaint Component* c, int x, int y, int width, int height )

to the top

Problems with Data Types, High Severity (34)


jcalendardialogbox.h
namespace jgui
[+] class CalendarDialogBox (1)

jcomponent.h
namespace jgui
[+] class Component (2)

jconnection.h
namespace jsocket
[+] class Connection (5)

jfilechooserdialogbox.h
namespace jgui
[+] class FileChooserDialogBox (1)

jframe.h
namespace jgui
[+] class Frame (3)

jgraphics.h
namespace jgui
[+] class Graphics (4)

jimage.h
namespace jgui
[+] class Image (4)

jinputmanager.h
namespace jgui
[+] class InputManager (2)

jkeyboard.h
namespace jgui
[+] class Keyboard (1)

jmenu.h
namespace jgui
[+] class Menu (8)

jmouselistener.h
namespace jgui
[+] class MouseListener (2)

jtree.h
namespace jgui
[+] class Tree (1)

to the top

Problems with Symbols, High Severity (10)


jcontainer.h, libjlibcpp-1.2.0.so
namespace jgui
[+] Container::Repaint ( Component* c, int x, int y, int width, int height ) (1)

jgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
[+] Graphics::GetRGB int startxp, int startyp, int widthp, int heightp, uint32_t** rgb, int scansize ) (1)
[+] Graphics::SetRGB int xp, int yp, uint32_t rgb ) (1)

jnullgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
[+] NullGraphics::GetRGB int startxp, int startyp, int widthp, int heightp, uint32_t** rgb, int offset, int scansize ) (1)
[+] NullGraphics::SetRGB int xp, int yp, uint32_t rgb ) (1)

jsocketinputstream.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] SocketInputStream::SocketInputStream [in-charge] ( Connection* conn_, bool* is_closed_, sockaddr_in server_sock_, int64_t size_ ) (1)
[+] SocketInputStream::SocketInputStream [not-in-charge] ( Connection* conn_, bool* is_closed_, sockaddr_in server_sock_, int64_t size_ ) (1)

jsocketoutputstream.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] SocketOutputStream::SocketOutputStream [in-charge] ( Connection* conn_, bool* is_closed, sockaddr_in server_sock_, int64_t size_ ) (1)
[+] SocketOutputStream::SocketOutputStream [not-in-charge] ( Connection* conn_, bool* is_closed, sockaddr_in server_sock_, int64_t size_ ) (1)

jwindow.h, libjlibcpp-1.2.0.so
namespace jgui
[+] Window::Repaint ( Component* c, int x, int y, int width, int height ) (1)

to the top

Problems with Data Types, Medium Severity (27)


jcanvas.h
namespace jgui
[+] class Canvas (1)

jconnectionpipe.h
namespace jsocket
[+] class ConnectionPipe (1)

jcontainer.h
namespace jgui
[+] class Container (1)

jdatagramsocket.h
namespace jsocket
[+] class DatagramSocket (1)

jframe.h
namespace jgui
[+] class Frame (6)

jgraphics.h
namespace jgui
[+] class Graphics (1)

jmouseevent.h
namespace jgui
[+] enum jmouse_event_t (4)

jmulticastsocket.h
namespace jsocket
[+] class MulticastSocket (1)

jpanel.h
namespace jgui
[+] class Panel (1)

jproperties.h
namespace jcommon
[+] class Properties (1)

jrawsocket.h
namespace jsocket
[+] class RawSocket (1)

jsocket.h
namespace jsocket
[+] class Socket (1)

jsocketinputstream.h
namespace jsocket
[+] class SocketInputStream (1)

jsocketoutputstream.h
namespace jsocket
[+] class SocketOutputStream (1)

jsslsocket.h
namespace jsocket
[+] class SSLSocket (1)

jtextfield.h
namespace jgui
[+] class TextField (1)

jwindow.h
namespace jgui
[+] class Window (3)

to the top

Problems with Symbols, Medium Severity (6)


jfile.h, libjlibcpp-1.2.0.so
namespace jio
[+] File::ListFiles std::string extension ) (2)

jpolicies.h, libjlibcpp-1.2.0.so
namespace jcommon
[+] Policies::GetPolicies ( ) (2)

jproperties.h, libjlibcpp-1.2.0.so
namespace jcommon
[+] Properties::GetProperties ( ) (2)

to the top

Problems with Data Types, Low Severity (26)


jcalendardialogbox.h
namespace jgui
[+] class CalendarDialogBox (1)

jcontainer.h
namespace jgui
[+] class Container (1)

jfilechooserdialogbox.h
namespace jgui
[+] class FileChooserDialogBox (1)

jframe.h
namespace jgui
[+] class Frame (1)

jinetaddress.h
namespace jsocket
[+] class InetAddress (3)

jinputdialogbox.h
namespace jgui
[+] class InputDialogBox (1)

jinputmanager.h
namespace jgui
[+] class InputManager (4)

jkeyboard.h
namespace jgui
[+] class Keyboard (1)

jmenu.h
namespace jgui
[+] class Menu (1)

jmessagedialogbox.h
namespace jgui
[+] class MessageDialogBox (1)

jmouseevent.h
namespace jgui
[+] enum jmouse_event_t (1)

jproperties.h
namespace jcommon
[+] class Properties (2)

jsocketinputstream.h
namespace jsocket
[+] class SocketInputStream (3)

jsocketoutputstream.h
namespace jsocket
[+] class SocketOutputStream (3)

jtextdialogbox.h
namespace jgui
[+] class TextDialogBox (1)

jyesnodialogbox.h
namespace jgui
[+] class YesNoDialogBox (1)

to the top

Problems with Symbols, Low Severity (27)


jconnectionpipe.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] ConnectionPipe::GetHandler ( ) (1)

jdatagramsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] DatagramSocket::GetHandler ( ) (1)

jgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
[+] Graphics::SetClip int x, int y, int width, int height ) (4)

jinetaddress.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] InetAddress::GetAddress ( ) (1)

jmulticastsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] MulticastSocket::GetHandler ( ) (1)

jnullgraphics.h, libjlibcpp-1.2.0.so
namespace jgui
[+] NullGraphics::SetClip int x, int y, int width, int height ) (4)

jpipe.h, libjlibcpp-1.2.0.so
namespace jshared
[+] Pipe::Pipe [in-charge] int size_, int perms_ ) (1)
[+] Pipe::Pipe [not-in-charge] int size_, int perms_ ) (1)
[+] Pipe::Send char const* b_, int size_ ) (2)

jrawsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] RawSocket::GetHandler ( ) (1)

jsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] Socket::GetHandler ( ) (1)
[+] Socket::Socket [in-charge] int handler_, sockaddr_in server_, int timeout_, int rbuf_, int wbuf_ ) (1)
[+] Socket::Socket [not-in-charge] int handler_, sockaddr_in server_, int timeout_, int rbuf_, int wbuf_ ) (1)

jsslsocket.h, libjlibcpp-1.2.0.so
namespace jsocket
[+] SSLSocket::GetHandler ( ) (1)

jthread.h, libjlibcpp-1.2.0.so
namespace jthread
[+] Thread::Interrupt int key ) (1)
[+] Thread::IsRunning int key ) (1)
[+] Thread::Resume int key ) (1)
[+] Thread::Start int key ) (1)
[+] Thread::Suspend int key ) (1)
[+] Thread::WaitThread int key ) (1)

to the top

Other Changes in Data Types (3)


jinetaddress.h
namespace jsocket
[+] class InetAddress (3)

to the top

Header Files (267)


jaccesscontroller.h
jadaptationfield.h
jadjustmentevent.h
jadjustmentlistener.h
janimation.h
jaudio.h
jautolock.h
jbase64.h
jbiginteger.h
jbitinputstream.h
jbitoutputstream.h
jbitstream.h
jborder.h
jborderlayout.h
jbufferedreader.h
jbufferexception.h
jbutton.h
jbuttonevent.h
jbuttonlistener.h
jcalendar.h
jcalendardialogbox.h
jcalendarevent.h
jcalendarlistener.h
jcanvas.h
jcardlayout.h
jchannel.h
jcharset.h
jcheckbutton.h
jcheckbuttonevent.h
jcheckbuttongroup.h
jcheckbuttonlistener.h
jcolor.h
jcombobox.h
jcommonlib.h
jcompileexception.h
jcomplex.h
jcomponent.h
jcomponentevent.h
jcomponentlistener.h
jcondition.h
jconnection.h
jconnectionpipe.h
jconsolehandler.h
jcontainer.h
jcontainerevent.h
jcontainerlistener.h
jcoordinatelayout.h
jcpu.h
jcrc32.h
jdatagramsocket.h
jdatainputstream.h
jdataoutputstream.h
jdate.h
jdebug.h
jdevice.h
jdevicebuilder.h
jdisplay.h
jdynamiclink.h
jevent.h
jeventobject.h
jexception.h
jfifoexception.h
jfile.h
jfileaccesscontroller.h
jfilechooserdialogbox.h
jfileexception.h
jfilehandler.h
jfileinputstream.h
jfileoutputstream.h
jflowlayout.h
jfocusevent.h
jfocuslistener.h
jfont.h
jformatter.h
jframe.h
jframeinputlistener.h
jgc.h
jgfxhandler.h
jgraphics.h
jgridbaglayout.h
jgridlayout.h
jgroup.h
jguilib.h
jhandler.h
jharddisk.h
jhtmlparser.h
jhttp.h
jhttprequester.h
jicon.h
jillegalargumentexception.h
jillegalstateexception.h
jimage.h
jimagebutton.h
jimageexception.h
jindexedbuffer.h
jindexedimage.h
jinetaddress.h
jinputdialogbox.h
jinputmanager.h
jinputstream.h
jinvalidargumentexception.h
jioexception.h
jiolib.h
jitemcomponent.h
jjson.h
jkeyboard.h
jkeyboardevent.h
jkeyboardlistener.h
jkeyevent.h
jkeylistener.h
jlabel.h
jlayout.h
jlistbox.h
jlistener.h
jlogger.h
jloggerexception.h
jloggerlib.h
jloggermanager.h
jlogrecord.h
jmarquee.h
jmath.h
jmathlib.h
jmatrix.h
jmd5.h
jmedia.h
jmemory.h
jmemoryexception.h
jmemoryhandler.h
jmemoryinputstream.h
jmemorymap.h
jmemoryoutputstream.h
jmenu.h
jmenugroup.h
jmessagedialogbox.h
jmessageexception.h
jmessagequeue.h
jmonitor.h
jmotherboard.h
jmouseevent.h
jmouselistener.h
jmpegexception.h
jmpeglib.h
jmulticastsocket.h
jmutex.h
jmutexexception.h
jnetwork.h
jnullgraphics.h
jnulllayout.h
jnullpointerexception.h
jobject.h
jobjectinputstream.h
jobjectoutputstream.h
jobservable.h
jobserver.h
joptions.h
joutofboundsexception.h
joutputstream.h
jpanel.h
jphysiclib.h
jpipe.h
jpipeexception.h
jpointer.h
jpolicies.h
jprintstream.h
jprocess.h
jprocessexception.h
jprocessinputstream.h
jprocessoutputstream.h
jprogramassociationsection.h
jprogramassociationtable.h
jprogramelementarystreamsection.h
jprogrammapsection.h
jprogramsysteminformationsection.h
jprogramsysteminformationtable.h
jprogressbar.h
jproperties.h
jrandom.h
jrawsocket.h
jregexp.h
jresourceclient.h
jresourceexception.h
jresourcelib.h
jresourceproxy.h
jresourceserver.h
jresourcestatusevent.h
jresourcestatuslistener.h
jrunnable.h
jruntimeexception.h
jrwlock.h
jschedule.h
jscrollbar.h
jscrollpane.h
jsection.h
jsecurityexception.h
jsecuritylib.h
jsecuritymanager.h
jselectevent.h
jselectlistener.h
jsemaphore.h
jsemaphoreexception.h
jsemaphoretimeoutexception.h
jserializable.h
jserversocket.h
jsha1.h
jsharedfifo.h
jsharedlib.h
jsharedmemory.h
jsharedsemaphore.h
jsimpleformatter.h
jslider.h
jslidercomponent.h
jsocket.h
jsocketexception.h
jsockethandler.h
jsocketinputstream.h
jsocketlib.h
jsocketoption.h
jsocketoptionexception.h
jsocketoutputstream.h
jsocketstreamexception.h
jsockettimeoutexception.h
jspin.h
jspinlock.h
jsslserversocket.h
jsslsocket.h
jsslsocketinputstream.h
jsslsocketoutputstream.h
jstreamhandler.h
jstringtokenizer.h
jstringutils.h
jsystem.h
jsystemexception.h
jtable.h
jtextarea.h
jtextcomponent.h
jtextdialogbox.h
jtextevent.h
jtextfield.h
jtextlistener.h
jtheme.h
jthemeevent.h
jthemelistener.h
jthememanager.h
jthread.h
jthreadexception.h
jthreadgroup.h
jthreadlib.h
jthreadpool.h
jtimer.h
jtooglebutton.h
jtransportstreampacket.h
jtree.h
jtypes.h
junit.h
junknownhostexception.h
jurl.h
juser.h
juuid.h
jvideo.h
jwatch.h
jwindow.h
jwindowevent.h
jwindowlistener.h
jwindowmanager.h
jxmlformatter.h
jxmlparser.h
jyesnodialogbox.h

to the top

Shared Libraries (1)


libjlibcpp-1.2.0.so

to the top




Generated on Wed Jan 18 17:54:20 2012 for jlibcpp by ABI Compliance Checker 1.96.5  
A tool for checking backward binary compatibility of a shared C/C++ library API