Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cli/src/commands/org/jnode/command/common/ExprCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ private Object parseSubstr(boolean evaluate) throws ExprException {
}

private Object parseMatch(boolean evaluate) {
// TODO Auto-generated method stub
return null;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,71 +36,62 @@ public TransientPreferences() {
* @see java.util.prefs.AbstractPreferences#childrenNamesSpi()
*/
protected String[] childrenNamesSpi() throws BackingStoreException {
// TODO Auto-generated method stub
return null;
}

/**
* @see java.util.prefs.AbstractPreferences#childSpi(java.lang.String)
*/
protected AbstractPreferences childSpi(String name) {
// TODO Auto-generated method stub
return null;
}

/**
* @see java.util.prefs.AbstractPreferences#flushSpi()
*/
protected void flushSpi() throws BackingStoreException {
// TODO Auto-generated method stub

}

/**
* @see java.util.prefs.AbstractPreferences#getSpi(java.lang.String)
*/
protected String getSpi(String key) {
// TODO Auto-generated method stub
return null;
}

/**
* @see java.util.prefs.AbstractPreferences#keysSpi()
*/
protected String[] keysSpi() throws BackingStoreException {
// TODO Auto-generated method stub
return null;
}

/**
* @see java.util.prefs.AbstractPreferences#putSpi(java.lang.String, java.lang.String)
*/
protected void putSpi(String key, String value) {
// TODO Auto-generated method stub

}

/**
* @see java.util.prefs.AbstractPreferences#removeNodeSpi()
*/
protected void removeNodeSpi() throws BackingStoreException {
// TODO Auto-generated method stub

}

/**
* @see java.util.prefs.AbstractPreferences#removeSpi(java.lang.String)
*/
protected void removeSpi(String key) {
// TODO Auto-generated method stub

}

/**
* @see java.util.prefs.AbstractPreferences#syncSpi()
*/
protected void syncSpi() throws BackingStoreException {
// TODO Auto-generated method stub

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public void setOffset(int offset) {
}

public void addUnresolvedLink(int offset, int patchSize) {
// TODO Auto-generated method stub

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public PluginLoaderPlugin(RepositoryPlugin next) {
@Override
protected void providerAdded(SystemRepositoryProvider[] providers,
SystemRepositoryProvider provider) {
// TODO Auto-generated method stub
super.providerAdded(providers, provider);
}

Expand All @@ -91,7 +90,6 @@ protected void providerAdded(SystemRepositoryProvider[] providers,
@Override
protected void providerRemoved(SystemRepositoryProvider[] providers,
SystemRepositoryProvider provider) {
// TODO Auto-generated method stub
super.providerRemoved(providers, provider);
}

Expand Down Expand Up @@ -146,7 +144,6 @@ public ByteBuffer getPluginBuffer(PluginReference pluginReference) {
for (SystemRepositoryProvider prov : pluginProviders) {
//todo empty ?
}
// TODO Auto-generated method stub
return null;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public Operand<T> propagate(Variable<T> operand) {
}

public int getLHSLiveAddress() {
// TODO Auto-generated method stub
return 0;
}

Expand Down Expand Up @@ -93,7 +92,6 @@ public void doPass2() {
}

public void generateCode(CodeGenerator cg) {
// TODO Auto-generated method stub

}

Expand Down
3 changes: 0 additions & 3 deletions core/src/core/org/jnode/vm/x86/VmX86Processor64.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,14 @@ public final VmThread createThread(VmIsolatedStatics isolatedStatics, Thread jav

protected Address setupBootCode(ResourceManager rm, GDT gdt)
throws ResourceNotFreeException {
// TODO Auto-generated method stub
return null;
}

protected void setupGDT(GDT gdt) {
// TODO Auto-generated method stub

}

protected void setupUserStack(byte[] userStack) {
// TODO Auto-generated method stub

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ final void add(int type) {
}

void compare(boolean gt, int type, Label curInstrLabel) {
// TODO Auto-generated method stub

}

void convert(int fromType, int toType) {
// TODO Auto-generated method stub

}

Expand All @@ -62,7 +60,6 @@ final void div(int type) {
}

void fpaload(int type) {
// TODO Auto-generated method stub

}

Expand All @@ -71,7 +68,6 @@ final void mul(int type) {
}

void neg(int type) {
// TODO Auto-generated method stub

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ final void add(int type) {
}

void compare(boolean gt, int type, Label curInstrLabel) {
// TODO Auto-generated method stub

}

void convert(int fromType, int toType) {
// TODO Auto-generated method stub

}

Expand All @@ -62,7 +60,6 @@ final void div(int type) {
}

void fpaload(int type) {
// TODO Auto-generated method stub

}

Expand All @@ -71,7 +68,6 @@ final void mul(int type) {
}

void neg(int type) {
// TODO Auto-generated method stub

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public boolean isSystemPlugin() {
}

public void removeListener(PluginDescriptorListener listener) {
// TODO Auto-generated method stub

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ protected void initialize() {
}

public boolean isLowOnMemory() {
// TODO Auto-generated method stub
return false;
}

Expand Down
15 changes: 0 additions & 15 deletions core/src/openjdk/vm/sun/font/NativeFontManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,49 +82,41 @@ FontStrike createStrike(FontStrikeDesc desc) {

@Override
Float getCharMetrics(char ch) {
// TODO Auto-generated method stub
return new Float(10, 10);
}

@Override
float getCodePointAdvance(int cp) {
// TODO Auto-generated method stub
return 0;
}

@Override
StrikeMetrics getFontMetrics() {
// TODO Auto-generated method stub
return new StrikeMetrics();
}

@Override
float getGlyphAdvance(int glyphCode) {
// TODO Auto-generated method stub
return 0;
}

@Override
void getGlyphImageBounds(int glyphcode, Float pt, Rectangle result) {
// TODO Auto-generated method stub
result.setBounds((int) pt.getX(), (int) pt.getY(), 10, 10);
}

@Override
long getGlyphImagePtr(int glyphcode) {
// TODO Auto-generated method stub
return 0;
}

@Override
void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) {
// TODO Auto-generated method stub

}

@Override
Float getGlyphMetrics(int glyphcode) {
// TODO Auto-generated method stub
return new Float(10, 10);
}

Expand All @@ -135,13 +127,11 @@ GeneralPath getGlyphOutline(int glyphCode, float x, float y) {

@Override
java.awt.geom.Rectangle2D.Float getGlyphOutlineBounds(int glyphCode) {
// TODO Auto-generated method stub
return new java.awt.geom.Rectangle2D.Float(0, 0, 10, 10);
}

@Override
GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) {
// TODO Auto-generated method stub
GeneralPath path = getGlyphOutline(glyphs[0], x, y);

for(int i = 1; i < glyphs.length; i++) {
Expand All @@ -153,7 +143,6 @@ GeneralPath getGlyphVectorOutline(int[] glyphs, float x, float y) {

@Override
public int getNumGlyphs() {
// TODO Auto-generated method stub
return 0;
}

Expand All @@ -168,25 +157,21 @@ CharToGlyphMapper getMapper() {

@Override
public void charsToGlyphs(int count, char[] unicodes, int[] glyphs) {
// TODO Auto-generated method stub

}

@Override
public void charsToGlyphs(int count, int[] unicodes, int[] glyphs) {
// TODO Auto-generated method stub

}

@Override
public boolean charsToGlyphsNS(int count, char[] unicodes, int[] glyphs) {
// TODO Auto-generated method stub
return false;
}

@Override
public int getNumGlyphs() {
// TODO Auto-generated method stub
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion core/src/test/org/jnode/test/InstanceofTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public static void main(String[] args) {
}
}
}
// TODO Auto-generated method stub

}

Expand Down
1 change: 0 additions & 1 deletion core/src/test/org/jnode/test/core/ProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public static void main(String[] args) throws IOException {
*/
public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable {
// TODO Auto-generated method stub
return null;
}

Expand Down
2 changes: 0 additions & 2 deletions core/src/test/org/jtestserver/tests/TestInputMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public void sendMessage(Object socket, String command, SocketAddress remoteAddre
@Override
public Client<Object, ? extends Protocol<Object>> createClient(InetAddress serverIp,
int serverPort) throws ProtocolException {
// TODO Auto-generated method stub
return null;
}

Expand All @@ -67,7 +66,6 @@ public void sendMessage(Object socket, String command, SocketAddress remoteAddre
@Override
public Server<Object, ? extends Protocol<Object>> createServer(int localPort)
throws ProtocolException {
// TODO Auto-generated method stub
return null;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public FormatPartitionCommand(IDEDevice device, int partitionNumber,
*/
@Override
protected final void doExecute(Context context) throws CommandException {
// TODO Auto-generated method stub
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public RemovePartitionCommand(IDEDevice device, int partitionNumber) {
*/
@Override
protected final void doExecute(Context context) throws CommandException {
// TODO Auto-generated method stub
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public void copyContent(int srcOffset, int destOffset, int length) {
* {@inheritDoc}
*/
public void copyTo(TextScreen dst, int offset, int length) {
// TODO Auto-generated method stub

}

Expand Down
Loading
Loading