Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The @Override annotation is replaced by User OverRideCwalk's name

Featured Replies

So this problem is recent, @@OverRideCwalk's name appears instead of the Override annotation inside of the code tags.

 

Consider this simple example:

public class Example {

    @[member='OverRideCwalk'] // This should be @ Override (no space)
    public String toString() {
        return "His username messes this up";
    }
}

People are currently working around this issue by putting a space between the @ and the annotation:

public class Example {

    @ Override
    public String toString() {
        return "This works fine";
    }
}

Edited by Explv

 

So this problem is recent, @@OverRideCwalk's name appears instead of the Override annotation.

 

Consider this simple example:

public class Example {

    @[member='OverRideCwalk'] // This should be @ Override (no space)
    public String toString() {
        return "His username messes this up";
    }
}

 

 

Is your IDE replacing it and giving you an error if you don't? I've been staring at this for like 2 minutes, and I can't decipher what you're saying the problem is bro

Edited by Imateamcape

  • Author

Is your IDE replacing it and giving you an error if you don't? I've been staring at this for like 2 minutes, and I can't decipher what you're saying the problem is bro

 

emote32342.png Yeah... my uh... IDE is doing that......

 

 

The problem is, when you try to put the annotation @ Override (without the space) inside of code tags, and then submit your post / edit. @ Override is automatically replaced with that user's name. See this reply in the scripting help section:

 

http://osbot.org/forum/topic/103825-cant-get-conditionalsleep-to-validate/?p=1159828

 

Note how the accepted solution by Khaleesi has a space between the @ and Override to prevent it from happening.

Edited by Explv

  • Author

what do you mean it appears instead of the @override annotation? This is confusing me a lot lol

 

This thread is for the developers of the website to see, so don't worry about understanding it....

This thread is for the developers of the website to see, so don't worry about understanding it....

 

I'm actually dying laughing atm emote32342.png

Just testing

@[member='OverRideCwalk']

Now i get you. If you'd made the edits that you'd just made before i would've understood though emote3.gif emote3.gif emote3.gif emote3.gif

 

 

 

Edited by Imateamcape

It's because of the new mention which was added a few days ago. It's time to drop the java annotation system on this forum because we have to mention people Troll.png

 

PS: all your posts are notifying that user so if he is still using osbot, he will be spammed with notifications

Edited by Token

  • Author

It's because of the new mention which was added a few days ago. It's time to drop the java annotation system on this forum because we have to mention people Troll.png

 

PS: all your posts are notifying that user so if he is still using osbot, he will be spammed with notifications

 

He was last seen 2014, so I'm not too worried about spam.

 

Inb4 someone makes a new account called FunctionalInterface

I, for one, welcome the new use of @ Override, instead of @Override.

Edited by Override

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.